Instructions to use unsloth/Qwen3.8-27B-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 unsloth/Qwen3.8-27B-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 unsloth/Qwen3.8-27B-GGUF:UD-Q4_K_XL # Run inference directly in the terminal: llama cli -hf unsloth/Qwen3.8-27B-GGUF:UD-Q4_K_XL
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf unsloth/Qwen3.8-27B-GGUF:UD-Q4_K_XL # Run inference directly in the terminal: llama cli -hf unsloth/Qwen3.8-27B-GGUF:UD-Q4_K_XL
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 unsloth/Qwen3.8-27B-GGUF:UD-Q4_K_XL # Run inference directly in the terminal: ./llama-cli -hf unsloth/Qwen3.8-27B-GGUF:UD-Q4_K_XL
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 unsloth/Qwen3.8-27B-GGUF:UD-Q4_K_XL # Run inference directly in the terminal: ./build/bin/llama-cli -hf unsloth/Qwen3.8-27B-GGUF:UD-Q4_K_XL
Use Docker
docker model run hf.co/unsloth/Qwen3.8-27B-GGUF:UD-Q4_K_XL
- LM Studio
- Jan
- Ollama
How to use unsloth/Qwen3.8-27B-GGUF with Ollama:
ollama run hf.co/unsloth/Qwen3.8-27B-GGUF:UD-Q4_K_XL
- Unsloth Studio
How to use unsloth/Qwen3.8-27B-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 unsloth/Qwen3.8-27B-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 unsloth/Qwen3.8-27B-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for unsloth/Qwen3.8-27B-GGUF to start chatting
- Pi
How to use unsloth/Qwen3.8-27B-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf unsloth/Qwen3.8-27B-GGUF:UD-Q4_K_XL
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": "unsloth/Qwen3.8-27B-GGUF:UD-Q4_K_XL" } ] } } }Run Pi
# Start Pi in your project directory: pi
- OpenClaw new
How to use unsloth/Qwen3.8-27B-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf unsloth/Qwen3.8-27B-GGUF:UD-Q4_K_XL
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 "unsloth/Qwen3.8-27B-GGUF:UD-Q4_K_XL" \ --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"
- Docker Model Runner
How to use unsloth/Qwen3.8-27B-GGUF with Docker Model Runner:
docker model run hf.co/unsloth/Qwen3.8-27B-GGUF:UD-Q4_K_XL
- Lemonade
How to use unsloth/Qwen3.8-27B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull unsloth/Qwen3.8-27B-GGUF:UD-Q4_K_XL
Run and chat with the model
lemonade run user.Qwen3.8-27B-GGUF-UD-Q4_K_XL
List all available models
lemonade list
- Hermes Agent
How to use unsloth/Qwen3.8-27B-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 unsloth/Qwen3.8-27B-GGUF:UD-Q4_K_XL
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 unsloth/Qwen3.8-27B-GGUF:UD-Q4_K_XL
Run Hermes
hermes
- Atomic Chat
Try Qwen3.8-27B in Unsloth Desktop with Thinking toggles!
pinnedπ₯ 9
7
#23 opened about 21 hours ago
by
danielhanchen
KL divergence on code Vs long prose/documents
#50 opened 3 minutes ago
by
Luke2642
Independent KLD benchmark: UD-IQ2_XXS beats bartowski IQ2_XXS on both size and quality
#49 opened 11 minutes ago
by
x0me
No valid custom reasoning fields found in model 'unsloth/Qwen3.8-27B-GGUF/Qwen3.8-27B-xxx.gguf' ?
1
#48 opened about 1 hour ago
by
Tropicalbreeze
Qwen3.8-27B Q8_0 on Radeon Instinct MI50 16Gb
#47 opened about 2 hours ago
by
NunoS
Single rtx rog 3090
#46 opened about 6 hours ago
by
Utku92
Qwen 3.8-27b context usage is about 10x of 3.6-27b
π 3
5
#45 opened about 8 hours ago
by
WhiteDan64
Dual 3080 20G, Q6-K_XL, avg 40 - 50 t/s
2
#44 opened about 8 hours ago
by
xudongCNCS
tensor split crash
3
#43 opened about 8 hours ago
by
gregnetau
Chat template issue and ways to solve it
π 5
2
#42 opened about 9 hours ago
by
Snol-std
Ryzen AI Max+ 395 results: 16.68 tok/s with UD-Q5_K_XL, Vulkan and MTP 4
β€οΈ 2
7
#41 opened about 9 hours ago
by
erstmalreden
I think this model is not ready for use
ππ 3
11
#40 opened about 10 hours ago
by
sa13ma
anyone feels the same? the ocr and vlm ability is inferior to 3.6 27B
1
#39 opened about 11 hours ago
by
Albert-Liu-Hongkang
All UD- GGUFs in this repo have wrong general.file_type metadata
π₯β 3
2
#38 opened about 11 hours ago
by
Phenomellama
Small Quants with integrated MTP dont make sense
π 2
2
#37 opened about 13 hours ago
by
HuggingButtt
Why UD-Q2_K_XL has IQ1_M SSM alpha/beta and only token_embd use 2bit quant? It's a Q2 GGUF!
β 2
#36 opened about 13 hours ago
by
Gavin-chen
UD quants for 16GB VRAM?
#35 opened about 14 hours ago
by
Witherhoard
something weird. ggml version of gguf doesn't have this thing
4
#34 opened about 15 hours ago
by
rosspanda0
codeneedle benchmark results
2
#33 opened about 17 hours ago
by
akierum
The model is really slow due to unclear reason
π 1
7
#32 opened about 18 hours ago
by
SNMetamorph
First impressions
π 1
#31 opened about 19 hours ago
by
ercangorgulu
This is real deal....
#30 opened about 19 hours ago
by
KuziaMother
UD 3.0 vs non-UD comparison charts?
π 6
#29 opened about 19 hours ago
by
Mk2Oracle
Is this normal?
1
#28 opened about 20 hours ago
by
infopma
Single 16GB RTX 5060 Ti: 53 t/s with MTP and Quantized KV Cache
π 16
#26 opened about 20 hours ago
by
hfmiguel
How to use vision?
2
#25 opened about 20 hours ago
by
ulymp
Needs 512K or 1M context length extension.
5
#24 opened about 21 hours ago
by
SenecaInExile
Thanks
β€οΈ 1
#22 opened about 21 hours ago
by
tg1489
EXTREEEEMLY LOOOONG thinking block
5
#21 opened about 21 hours ago
by
Janumacky
Why the reasoning so much?
11
#20 opened about 21 hours ago
by
cimilarkes
Any way we can get a MoE of this?
π€― 1
1
#19 opened about 21 hours ago
by
cipherarrow
Missing IMatrix file
π 3
#17 opened about 22 hours ago
by
signsur4739379373
Make an SVG of The golden gate bridge
π 6
5
#16 opened about 22 hours ago
by
NjProVk
Performance report on RTX 5090: 100 t/s with UD-Q6_K_XL
6
#14 opened about 23 hours ago
by
SlavikF
Request for bnb 4bit / How to make bnb 4bit?
3
#13 opened about 23 hours ago
by
NodeLinker
MTP?
11
#12 opened about 23 hours ago
by
HuggingButtt
Qwen3.8-27B Serving Configs: RTX 4090 llama.cpp GGUF
π 1
6
#11 opened about 23 hours ago
by
erdal
Jinja Exception: System message must be at the beginning.
π 1
11
#10 opened about 23 hours ago
by
assacronis
UD 3.0?
ππ 7
1
#8 opened about 24 hours ago
by
MohamedKhayat
Chat template issue?
π 2
3
#7 opened about 24 hours ago
by
troed
Unsloth is freaking fast.
π₯ 5
2
#6 opened about 24 hours ago
by
kraven1109
It can't pass a simple test? Is this a problem with UD or the model as a whole?
11
#5 opened about 24 hours ago
by
apathy-exe
Wow
π€ 3
#4 opened about 24 hours ago
by
HuggingButtt
Thanks for your hard work!
π₯ 20
1
#2 opened 1 day ago
by
cmhacks
wow
π₯ 17
12
#1 opened 1 day ago
by
rob-x-ai