Image-Text-to-Text
GGUF
English
Chinese
multilingual
uncensored
qwen3.6
Mixture of Experts
vision
multimodal
imatrix
conversational
Instructions to use HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive 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.6-35B-A3B-Uncensored-HauhauCS-Aggressive 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.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M # Run inference directly in the terminal: llama cli -hf HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M # Run inference directly in the terminal: llama cli -hf HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive: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 HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive: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 HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M
Use Docker
docker model run hf.co/HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive" # 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.6-35B-A3B-Uncensored-HauhauCS-Aggressive", "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.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M
- Ollama
How to use HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive with Ollama:
ollama run hf.co/HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M
- Unsloth Desktop
- Pi
How to use HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive 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.6-35B-A3B-Uncensored-HauhauCS-Aggressive: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": "HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive with Docker Model Runner:
docker model run hf.co/HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M
- Lemonade
How to use HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M
Run and chat with the model
lemonade run user.Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive 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.6-35B-A3B-Uncensored-HauhauCS-Aggressive: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 HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive 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.6-35B-A3B-Uncensored-HauhauCS-Aggressive: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 "HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive: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"
Discord server
pinned 1
#12 opened 5 months ago
by
HauhauCS
ΩΨ°Ψ§ Ψ§ΩΩΩ ΩΨ°Ψ¬ Ψ£Ψ³Ψ·ΩΨ±Ψ© Ψ΄ΩΨ± ΩΩ ΩΨ§ Ω Ψ¨Ψ―ΨΉ
π 2
#51 opened 29 days ago
by
Malik7000
Qwen3.8-27B Uncensored-HauhauCS-Aggressive
π 9
1
#49 opened about 1 month ago
by
aisli4
Qwen3.8-27B
π₯ 4
#48 opened about 1 month ago
by
aisli4
discord invite link has expired
#47 opened about 1 month ago
by
lizzary
What is the KL divergence?
1
#45 opened about 2 months ago
by
tsuchinoko-html
JSON parse error: Unterminated string
#44 opened about 2 months ago
by
imesh101
It doesn't work in Claude code
#43 opened about 2 months ago
by
kdyzm
Thank you
π 9
#40 opened 3 months ago
by
blankcat-137
NVFP4 please
π₯β€οΈ 1
1
#39 opened 3 months ago
by
Anjum9694
Incredible model!
π 2
3
#37 opened 3 months ago
by
deegerwalker
Quantization Feedback: IQ4_NL vs Q4_K_P on budget hardware
π 3
7
#35 opened 3 months ago
by
Brassai
Ai keeps switching measurement systems, its very odd.
1
#34 opened 3 months ago
by
tadams597
Listed on OpenModelMap
#32 opened 3 months ago
by
duola15
Will have "Balanced" version later?
1
#30 opened 3 months ago
by
zhijin123
Amazing
ππ₯ 12
2
#28 opened 3 months ago
by
invincibilul
MTP Version of Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive
π₯π 37
7
#26 opened 4 months ago
by
Rodriguezstyle
Can I run this with vllm?
1
#25 opened 4 months ago
by
SerkanAkman
π© Report: Illegal or restricted content
ππ€― 39
68
#24 opened 4 months ago
by
MrChponk
Is it possible to provide a safetensors version?
π₯ 6
#22 opened 4 months ago
by
lktrdyhy
MTP soon ? :)
π 12
13
#21 opened 4 months ago
by
revster1337
the "aggressive"
#20 opened 5 months ago
by
josephmayo
Balanced version
π 1
5
#19 opened 5 months ago
by
svarognsa
Tool calling
2
#18 opened 5 months ago
by
IIOXMEJI
Erroring in Ollama
4
#16 opened 5 months ago
by
Ujesh
Nobody knows optimization better than me
ππ€ 4
9
#15 opened 5 months ago
by
TAOTAO777
Try stepfun 3.5 flash
#14 opened 5 months ago
by
MRU4913
Uncensored: About Qwen3.6-35B-A3B-APEX-GGUF
ππ€ 13
2
#13 opened 5 months ago
by
CXK996
safetensor version
ππ 8
1
#10 opened 5 months ago
by
Balfiky
It does not work with Hermes
6
#8 opened 5 months ago
by
hzeid
Q5_K_M
9
#6 opened 5 months ago
by
gagamaga13
How Do I Stop Thinking In LM Studio?
π 6
6
#5 opened 5 months ago
by
ialhabbal
Please, can I have the BF16 lossless GGUF version?
2
#4 opened 5 months ago
by
uninclude
"These are meant to be the best lossless uncensored models out there."
π 19
12
#3 opened 5 months ago
by
daniel-dona
How about the KL divergence of this uncensored version?
ππ 16
1
#2 opened 5 months ago
by
SleepingJoe
awq 4 bit
3
#1 opened 5 months ago
by
hamadfx