Image-Text-to-Text
GGUF
English
Chinese
multilingual
uncensored
qwen3.8
multimodal
vision
mtp
speculative-decoding
fastmtp
conversational
Instructions to use HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-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 HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-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 HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF:IQ2_M # Run inference directly in the terminal: llama cli -hf HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF:IQ2_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF:IQ2_M # Run inference directly in the terminal: llama cli -hf HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF:IQ2_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 HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF:IQ2_M # Run inference directly in the terminal: ./llama-cli -hf HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF:IQ2_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 HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF:IQ2_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF:IQ2_M
Use Docker
docker model run hf.co/HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF:IQ2_M
- LM Studio
- Jan
- vLLM
How to use HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-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": "HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'Use Docker
docker model run hf.co/HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF:IQ2_M
- Ollama
How to use HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF with Ollama:
ollama run hf.co/HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF:IQ2_M
- Unsloth Desktop
- Pi
How to use HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF:IQ2_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": "HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF:IQ2_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF with Docker Model Runner:
docker model run hf.co/HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF:IQ2_M
- Lemonade
How to use HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF:IQ2_M
Run and chat with the model
lemonade run user.Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF-IQ2_M
List all available models
lemonade list
- Hermes Agent
How to use HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-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 HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF:IQ2_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 HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF:IQ2_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF:IQ2_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 "HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF:IQ2_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"
Multilingual to English reversion? Read this.
pinned 21
#12 opened 10 days ago
by
HauhauCS
Join the Discord server!
pinned 2
#3 opened 11 days ago
by
HauhauCS
Oui
#32 opened 2 days ago
by
Acjdhsvaba
wrong model params number
#31 opened 2 days ago
by
ademRguez
Form loading failed
1
#30 opened 5 days ago
by
Malik7000
iq3_xxs please?
👍❤️ 2
#27 opened 7 days ago
by
vasya100
Looking forward to Ornith-1.5-35B-A3B orz
#25 opened 8 days ago
by
coreyzhong
Error on ROCm build
2
#24 opened 8 days ago
by
Goghor
New version?
👍 1
3
#23 opened 9 days ago
by
emircanerkul
embedded MTP
2
#22 opened 9 days ago
by
DeZepTup
Fast MTP has an acceptance rate of only 40% for Chinese, which may be due to the preference for English output.
🔥 2
#21 opened 9 days ago
by
BillFan666
Great!
🧠👍 8
2
#20 opened 9 days ago
by
DumbravaRobert
Wow! Thank you.
#19 opened 9 days ago
by
emircanerkul
qwen 3.8 BF16.gguf
🤝 1
#18 opened 9 days ago
by
kapa1
On the IQ3_M quant, the model refuses explicit/vulgar requests
4
#17 opened 9 days ago
by
kane90
1-bit quant
2
#16 opened 10 days ago
by
encryptedoreo
Suport MTP FAST with -sm tensor
#14 opened 10 days ago
by
naxneri
Need a quantized version be provided for 16GB of GPU memory?
1
#13 opened 10 days ago
by
coder-scott
Fails to load in llama.cpp with SYCL backend
5
#9 opened 10 days ago
by
asif09ansari
Qwen3.8-27B Q4 @ BF16 KV 192k Context
👍 3
7
#6 opened 11 days ago
by
Nevermore9898
Q6_K - 22.9GB sizing
2
#5 opened 11 days ago
by
arodd0xD
Having early tested it
❤️ 11
#4 opened 11 days ago
by
Coronelo
Вы лучшие!
➕ 1
3
#2 opened 11 days ago
by
ErusShuSu