Instructions to use kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-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 kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-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 kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF # Run inference directly in the terminal: llama cli -hf kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF # Run inference directly in the terminal: llama cli -hf kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF
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 kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF # Run inference directly in the terminal: ./llama-cli -hf kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF
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 kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF # Run inference directly in the terminal: ./build/bin/llama-cli -hf kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF
Use Docker
docker model run hf.co/kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF
- LM Studio
- Jan
- vLLM
How to use kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF
- Ollama
How to use kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF with Ollama:
ollama run hf.co/kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF
- Unsloth Studio
How to use kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF to start chatting
- Pi
How to use kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF with Docker Model Runner:
docker model run hf.co/kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF
- Lemonade
How to use kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF
Run and chat with the model
lemonade run user.Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF-{{QUANT_TAG}}List all available models
lemonade list
- Hermes Agent
How to use kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Ling-3.0-flash โ Research Q6 AGENT (ftype 114)
This is the high-fidelity end of my research family โ 117 GB, 8-bit heads, and the slowest of the three. It is not my serving build. If you just want to run the model, take Ling-3.0-flash-ROCmFP4-STRIX_LEAN-GGUF instead.
โ ๏ธ "Research" here means the QUANT RECIPE, not a modified model
This is the same aligned inclusionAI/Ling-3.0-flash checkpoint as my serving build โ same weights, same behavior, same alignment. Not uncensored, not ablated. What makes it "research" is how I quantized it: I follow my own research quant recipe rather than my serving recipe, so I can measure what each precision choice buys.
What kind of build this is
ftype 114 Q6_0_ROCMFPX_AGENT โ a 6-bit ROCmFPX body with Q8_0_ROCMFPX (tensor type 103) heads and attention output. The AGENT routing keeps attention-output tensors at higher precision, which is the part that matters most for tool-calling and structured output.
โ ๏ธ Don't confuse tensor type 103 with ftype 103. Tensor type Q8_0_ROCMFPX is 8-bit. Ftype 103 (FAST) is 4-bit. Same number, completely different things.
Where this sits in the family โ all three are the same checkpoint, differing only in quantization:
| build | bytes | output.weight |
decode | use it for |
|---|---|---|---|---|
| serving 106 STRIX_LEAN | 68,136,565,408 | Q6_K | 30.7 t/s | default โ serve from this |
| research 106 | 68,020,249,248 | Q4_0_ROCMFP4_FAST (4-bit) | 32.0 t/s | measuring the cost of an unprotected head |
| this โ research 114 | 117,608,292,512 | Q8_0_ROCMFPX (8-bit) | 25.8 t/s | fidelity ceiling / reference point |
The honest trade: this costs 73 GB more and 4.9 t/s versus my serving build. I keep it as the upper-bound reference โ when I want to know whether a 4-bit build lost something real, I compare against this, not against a guess. Unless you specifically need the fidelity ceiling or you're doing heavy tool-calling with memory to spare, the serving build is the better pick.
โ ๏ธ Requires a ROCmFPX-capable llama.cpp build โ these tensor types aren't in mainline, so stock llama.cpp / Ollama / LM Studio won't load it. โ ๏ธ At 117 GB this is tight even on a 128 GB Strix Halo box. Check your headroom before pulling it.
Receipts
| bytes | 117,608,292,512 |
| sha256 | 7e8679475a7697dfeda2cd21d7e245f18737622099754f8aa2caab6652fb4a4b |
general.file_type |
114 |
| arch / tensors / ctx | bailingmoe3 / 938 / 262144 |
| blocks | 43, nextn_predict_layers = 1 (MTP head at blk.42) |
| dry-run โ built | 112153.77 MiB (7.38 BPW) โ +6.238 MiB |
| decode | 25.8 t/s (prompt 78.7 t/s) |
| histogram | F32ร390, type102ร338, type103ร210 |
Heads read back by exact tensor name โ never a substring, since output.weight matches inside attn_output.weight:
| tensor (exact name) | type |
|---|---|
output.weight |
Q8_0_ROCMFPX (103) |
token_embd.weight |
Q8_0_ROCMFPX (103) |
I also dry-ran --output-tensor-type q6_K on this tier and rejected it: it would have demoted the head from 8-bit to 6-bit. The native Q8 heads are already better than the override, so I left them alone.
Source: inclusionAI/Ling-3.0-flash @ 42766a814ab117e75e2e61465d5e131b72d931a3 โ 255,091,083,232-byte BF16 GGUF (938 tensors) โ quantized.
llama-quantize \
Ling-3.0-flash-I-BF16.gguf \
Ling-3.0-flash-I-Research-Q6_0_ROCMFPX_AGENT.gguf \
Q6_0_ROCMFPX_AGENT 16
Measured on my own hardware (gfx1151, Strix Halo). Every number is read back from the built file.
- Downloads last month
- 78
We're not able to determine the quantization variants.
Model tree for kingjones777/Ling-3.0-flash-ROCmFPX-Q6-AGENT-GGUF
Base model
inclusionAI/Ling-3.0-flash