Instructions to use second-state/SeaLLMs-Audio-7B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use second-state/SeaLLMs-Audio-7B-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf second-state/SeaLLMs-Audio-7B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf second-state/SeaLLMs-Audio-7B-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf second-state/SeaLLMs-Audio-7B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf second-state/SeaLLMs-Audio-7B-GGUF:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf second-state/SeaLLMs-Audio-7B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf second-state/SeaLLMs-Audio-7B-GGUF:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf second-state/SeaLLMs-Audio-7B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf second-state/SeaLLMs-Audio-7B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/second-state/SeaLLMs-Audio-7B-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use second-state/SeaLLMs-Audio-7B-GGUF with Ollama:
ollama run hf.co/second-state/SeaLLMs-Audio-7B-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use second-state/SeaLLMs-Audio-7B-GGUF with Docker Model Runner:
docker model run hf.co/second-state/SeaLLMs-Audio-7B-GGUF:Q4_K_M
- Lemonade
How to use second-state/SeaLLMs-Audio-7B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull second-state/SeaLLMs-Audio-7B-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.SeaLLMs-Audio-7B-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
| { | |
| "_name_or_path": "SeaLLMs-Audio-7B-Chat", | |
| "architectures": [ | |
| "Qwen2AudioForConditionalGeneration" | |
| ], | |
| "audio_config": { | |
| "model_type": "qwen2_audio_encoder" | |
| }, | |
| "audio_token_index": 151646, | |
| "hidden_size": 3584, | |
| "ignore_index": -100, | |
| "keys_to_ignore_at_inference": [ | |
| "past_key_values" | |
| ], | |
| "model_type": "qwen2_audio", | |
| "text_config": { | |
| "bos_token_id": 151643, | |
| "eos_token_id": 151645, | |
| "hidden_size": 3584, | |
| "intermediate_size": 18944, | |
| "max_position_embeddings": 8192, | |
| "model_type": "qwen2", | |
| "num_attention_heads": 28, | |
| "num_hidden_layers": 28, | |
| "num_key_value_heads": 4, | |
| "rms_norm_eps": 1e-05, | |
| "torch_dtype": "bfloat16", | |
| "use_mrope": false, | |
| "vocab_size": 156032 | |
| }, | |
| "torch_dtype": "bfloat16", | |
| "transformers_version": "4.46.1", | |
| "use_cache": false, | |
| "vocab_size": 156032 | |
| } | |