Instructions to use sphaela/Qwen3.6-27B-AutoRound-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 sphaela/Qwen3.6-27B-AutoRound-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 sphaela/Qwen3.6-27B-AutoRound-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf sphaela/Qwen3.6-27B-AutoRound-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 sphaela/Qwen3.6-27B-AutoRound-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf sphaela/Qwen3.6-27B-AutoRound-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 sphaela/Qwen3.6-27B-AutoRound-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf sphaela/Qwen3.6-27B-AutoRound-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 sphaela/Qwen3.6-27B-AutoRound-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf sphaela/Qwen3.6-27B-AutoRound-GGUF:Q4_K_M
Use Docker
docker model run hf.co/sphaela/Qwen3.6-27B-AutoRound-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use sphaela/Qwen3.6-27B-AutoRound-GGUF with Ollama:
ollama run hf.co/sphaela/Qwen3.6-27B-AutoRound-GGUF:Q4_K_M
- Unsloth Studio
How to use sphaela/Qwen3.6-27B-AutoRound-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 sphaela/Qwen3.6-27B-AutoRound-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 sphaela/Qwen3.6-27B-AutoRound-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for sphaela/Qwen3.6-27B-AutoRound-GGUF to start chatting
- Pi
How to use sphaela/Qwen3.6-27B-AutoRound-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf sphaela/Qwen3.6-27B-AutoRound-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "sphaela/Qwen3.6-27B-AutoRound-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use sphaela/Qwen3.6-27B-AutoRound-GGUF with Docker Model Runner:
docker model run hf.co/sphaela/Qwen3.6-27B-AutoRound-GGUF:Q4_K_M
- Lemonade
How to use sphaela/Qwen3.6-27B-AutoRound-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull sphaela/Qwen3.6-27B-AutoRound-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Qwen3.6-27B-AutoRound-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use sphaela/Qwen3.6-27B-AutoRound-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 sphaela/Qwen3.6-27B-AutoRound-GGUF:Q4_K_M
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 sphaela/Qwen3.6-27B-AutoRound-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use sphaela/Qwen3.6-27B-AutoRound-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf sphaela/Qwen3.6-27B-AutoRound-GGUF:Q4_K_M
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 "sphaela/Qwen3.6-27B-AutoRound-GGUF:Q4_K_M" \ --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"
Curiosity about MTP size and performance for Q8_0
I've used Bartowski Q8_0 quants since forever. I want the highest precision possible short of BF16. Saw someone recommend your AutoRound quant as highly precise.
The Bartowski quant has a separate mtp model file, loaded into llama.cpp with --draft-model , and when the server starts, it notes:
load_model: [spec] estimated memory usage of draft model is 2136.04 MiB
Your draft model appears to be integrated into the model file, and when the server starts, it notes:
load_model: [spec] estimated memory usage of MTP context is 417.33 MiB
I noticed that on the same prompt over a 30k context, the Bartowski quant averages 9.01 t/s, where your model averages 8.72 t/s. I'm wondering if it has to do with the MTP model size being smaller, and thus less accurate. I could be reading it all wrong, but just curious if anyone has any thoughts on this. I'm still learning.
Thanks!
Great question! The difference you're seeing is actually just how the MTP weights are stored, not a quality difference.
Bartowski's approach ships the MTP head as a separate draft model file (--draft-model). The 2136 MiB reported is the weight memory of that separate file, loaded and allocated independently. In our GGUFs, the MTP head weights are integrated directly into the main model inside blk.64.* tensors. The 417 MiB is the runtime KV cache/context overhead for MTP inference, not the weights themselves, since they're already part of the model.
Both approaches use the exact same MTP architecture from the original Qwen3.6 (one NextN transformer block with attention projections, a shared expert hidden projection, and two layer norms). The size difference is just what llama.cpp is counting, weights vs. context overhead.
As for the ~0.3 t/s speed difference, this is unlikely to be MTP-related. The MTP head is a single forward pass regardless of how it's loaded. The difference is more likely from measurement variance at 30k context, minor memory layout differences affecting cache behavior, or possibly different quantization schemes applied to the draft model vs. the integrated weights.
TL;DR: Same MTP head, different packaging. The speed difference is negligible and likely noise.
That said, if you're looking for the highest precision Q8_0, you might want to try our latest re-upload. We've switched to new method which uses way more iterations of gradient-based optimization per block. At Q2_K_S this showed 41.5% lower perplexity. At Q8_0 the improvement will be more modest since there's less quantization error to correct, but it should still be slightly more precise than a standard quant. Would be curious to hear how it compares to the Bartowski version if you give it a try! :3
Wow, thanks for such a detailed reply. It is much appreciated. I saw the difference in text outputs but didn't have the presence of mind to note context meant KV cache. Thanks and I'll check out your latest re-upload.
I'll try a few things and see if I can notice a difference. It's sometimes difficult to notice a difference between quants at this level, but if I think I notice something significant I'll let you know.