Instructions to use LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- HERMES
How to use LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-GGUF with HERMES:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-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 LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-GGUF:F16 # Run inference directly in the terminal: llama cli -hf LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-GGUF:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-GGUF:F16 # Run inference directly in the terminal: llama cli -hf LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-GGUF:F16
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 LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-GGUF:F16 # Run inference directly in the terminal: ./llama-cli -hf LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-GGUF:F16
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 LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-GGUF:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-GGUF:F16
Use Docker
docker model run hf.co/LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-GGUF:F16
- LM Studio
- Jan
- vLLM
How to use LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-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": "LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-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/LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-GGUF:F16
- Ollama
How to use LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-GGUF with Ollama:
ollama run hf.co/LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-GGUF:F16
- Unsloth Studio
How to use LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-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 LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-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 LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-GGUF to start chatting
- Pi
How to use LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-GGUF:F16
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": "LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-GGUF:F16" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-GGUF with Docker Model Runner:
docker model run hf.co/LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-GGUF:F16
- Lemonade
How to use LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-GGUF:F16
Run and chat with the model
lemonade run user.Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-GGUF-F16
List all available models
lemonade list
- Hermes Agent
How to use LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-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 LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-GGUF:F16
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 LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-GGUF:F16
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-GGUF:F16
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 "LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V10-GGUF:F16" \ --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"
Why Qwen3.8-27B overthinks? Here the reason.
I checked the official GGUF BF16 weights directly from Unsloth.
What I found is not a “reasoning style” issue. It is a structural defect in the temporal processing layers.
| Tensor | QType | C2 | α | S_b | S_a |
|---|---|---|---|---|---|
| blk.52.ssm_conv1d.weight | F32 | ✓ | 0.59005 | 0.0016 | 0.0006 |
| blk.53.ssm_conv1d.weight | F32 | ✓ | 0.55484 | 0.0015 | 0.0005 |
| blk.56.ssm_conv1d.weight | F32 | ✓ | 0.54486 | 0.0015 | 0.0004 |
| blk.57.ssm_conv1d.weight | F32 | ✓ | 0.53574 | 0.0015 | 0.0004 |
| blk.58.ssm_conv1d.weight | F32 | ✓ | 0.60972 | 0.0012 | 0.0005 |
| blk.60.ssm_conv1d.weight | F32 | ✓ | 0.48136 | 0.0017 | 0.0004 |
| blk.61.ssm_conv1d.weight | F32 | ✓ | 0.65327 | 0.0010 | 0.0004 |
| blk.62.ssm_conv1d.weight | F32 | ✓ | 0.61856 | 0.0013 | 0.0005 |
Column meaning:
- C2 = scale misalignment detected
- α = optimal scale correction factor
- S_b = saturation before correction
- S_a = saturation after correction
In plain terms:
- these layers should prepare the signal for SSM recurrence
- instead, their scale is shifted far from the peer distribution
- α ≈ 0.48–0.65
That means the model does not receive a clean temporal signal. It receives a distorted one.
The result is exactly what users see:
- reasoning does not stop at the right time
- simple questions take 100+ seconds
- token consumption is ~5× higher than it should be
Here is a real example from the released model.
User asked:
I need to wash my car, the car wash is 100m away. Do I go by car or by foot?
The model spent 137 tokens in xhigh reasoning mode before answering:
By car - you need the car at the car wash to wash it.
That is not “too smart” or “thinking hard”. That is broken ssm_conv1d signal conditioning.
That is also why I will not make Genesis for 27B.
You cannot fix this by patching a few tensors or doing SVD to fix noise gate.
The SSM input pathway is damaged across too many layers.
A healthy model should answer:
By car - you need the car at the car wash.
Not spend 137 tokens explaining the obvious.
I really appreciate your attitude towards model tuning keep on,sir
What are the changes you made in the V8 (Hermes3.6-35B-A3B-Uncensored-Genesis-V8-APEX-Compact.gguf uploaded 1 hour ago) ? It would be cool to have a change list somewhere.
What are the changes you made in the V8 (Hermes3.6-35B-A3B-Uncensored-Genesis-V8-APEX-Compact.gguf uploaded 1 hour ago) ? It would be cool to have a change list somewhere.
Here info: https://huggingface.co/LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V7-GGUF/discussions/39
Independent verification of your conv1d diagnosis — full benchmark results
Thank you for this write-up — it prompted us to run an independent, controlled verification, and your diagnosis holds up. We are the hermes-nova team (org redashes), working with official Qwen/Qwen3.8-27B BF16 weights.
1. Diagnosis confirmed by independent measurement
We measured linear_attn.conv1d.weight std across the 48 GatedDeltaNet layers on the official BF16 weights, and flagged the same 8 layers using a std/median > 1.6 rule:
| Layer | our α | your α | match |
|---|---|---|---|
| 52 | 0.59005 | 0.59005 | ✓ |
| 53 | 0.55484 | 0.55484 | ✓ |
| 56 | 0.54486 | 0.54486 | ✓ |
| 57 | 0.53574 | 0.53574 | ✓ |
| 58 | 0.60972 | 0.60972 | ✓ |
| 60 | 0.48136 | 0.48136 | ✓ |
| 61 | 0.65327 | 0.65327 | ✓ |
| 62 | 0.61856 | 0.61856 | ✓ |
Layer set and α values are identical — two independent implementations, convergent diagnosis. α ≈ 0.48–0.65, exactly your range.
2. What a strict per-layer α fix does — measured, not asserted
We applied your strict per-layer α (not median normalization), kept everything else bit-exact, and ran a full controlled battery on the exact same stack (vLLM 0.27.1, same harness, same hardware: single RTX PRO 6000).
| Metric | official BF16 | +SSMFIX (per-layer α) | Δ |
|---|---|---|---|
| MT-Bench avg (DeepSeek-V4-Flash judge) | 7.05 | 7.47 | +0.42 |
| IFEval inst-level strict | 0.6247 | 0.6343 | +0.96pp |
| GSM8K strict (5-shot) | 0.9606 | 0.9644 | +0.38pp |
| TruthfulQA gen rouge1 | 0.2840 | 0.3452 | +6.1pp |
| TruthfulQA gen rouge2 | 0.1616 | 0.2460 | +8.4pp |
| TruthfulQA gen rougeL | 0.2803 | 0.3452 | +6.5pp |
| TruthfulQA gen bleu | 0.1775 | 0.2558 | +7.8pp |
| TruthfulQA mc1 / mc2 | 0.3647/0.5418 | 0.3758/0.5513 | +0.0111 / +0.0095 |
| CMMLU (68 subtasks) | 0.7179 | 0.6996 | −1.8pp |
9 of 11 metrics ≥ official. Generation quality and truthfulness improve substantially (TruthfulQA-gen +6~8pp, MT-Bench +0.42), and the "overthinking" pattern you documented is visibly reduced. The single notable cost: CMMLU −1.8pp (knowledge-heavy closed-book recall).
3. On "you cannot fix this by patching a few tensors"
Partial refutation, with nuance. A small tensor patch does move the model meaningfully — our data shows it is not a free lunch, but it is also not a write-off:
- Generative metrics moved large (TruthfulQA-gen +6~8pp) — the drift was real and the fix effective.
- But CMMLU −1.8pp confirms your broader point that the repair trades knowledge capacity for generation quality; the pathway damage is not simply reversible.
So: your diagnosis is confirmed, your pessimism is partially justified, and the measured verdict is "worth it for generative use, not for knowledge-max use".
4. Release (public, weights + full eval + method)
redashes/Qwen3.8-27B-BF16-SSMFIX — now public on Hugging Face, with bilingual README, full eval tables, fix report, and method credit to you and FGDumitru (qwen-ssm-repair, who independently re-implemented this and got overlapping α 0.61–0.70):
https://huggingface.co/redashes/Qwen3.8-27B-BF16-SSMFIX
Thanks again for the original investigation — it was the right lead.
Independent verification of your conv1d diagnosis — full benchmark results
Thank you for this write-up — it prompted us to run an independent, controlled verification, and your diagnosis holds up. We are the hermes-nova team (org
redashes), working with officialQwen/Qwen3.8-27BBF16 weights.1. Diagnosis confirmed by independent measurement
We measured
linear_attn.conv1d.weightstd across the 48 GatedDeltaNet layers on the official BF16 weights, and flagged the same 8 layers using astd/median > 1.6rule:
Layer our α your α match 52 0.59005 0.59005 ✓ 53 0.55484 0.55484 ✓ 56 0.54486 0.54486 ✓ 57 0.53574 0.53574 ✓ 58 0.60972 0.60972 ✓ 60 0.48136 0.48136 ✓ 61 0.65327 0.65327 ✓ 62 0.61856 0.61856 ✓ Layer set and α values are identical — two independent implementations, convergent diagnosis. α ≈ 0.48–0.65, exactly your range.
2. What a strict per-layer α fix does — measured, not asserted
We applied your strict per-layer α (not median normalization), kept everything else bit-exact, and ran a full controlled battery on the exact same stack (vLLM 0.27.1, same harness, same hardware: single RTX PRO 6000).
Metric official BF16 +SSMFIX (per-layer α) Δ MT-Bench avg (DeepSeek-V4-Flash judge) 7.05 7.47 +0.42 IFEval inst-level strict 0.6247 0.6343 +0.96pp GSM8K strict (5-shot) 0.9606 0.9644 +0.38pp TruthfulQA gen rouge1 0.2840 0.3452 +6.1pp TruthfulQA gen rouge2 0.1616 0.2460 +8.4pp TruthfulQA gen rougeL 0.2803 0.3452 +6.5pp TruthfulQA gen bleu 0.1775 0.2558 +7.8pp TruthfulQA mc1 / mc2 0.3647/0.5418 0.3758/0.5513 +0.0111 / +0.0095 CMMLU (68 subtasks) 0.7179 0.6996 −1.8pp 9 of 11 metrics ≥ official. Generation quality and truthfulness improve substantially (TruthfulQA-gen +6~8pp, MT-Bench +0.42), and the "overthinking" pattern you documented is visibly reduced. The single notable cost: CMMLU −1.8pp (knowledge-heavy closed-book recall).
3. On "you cannot fix this by patching a few tensors"
Partial refutation, with nuance. A small tensor patch does move the model meaningfully — our data shows it is not a free lunch, but it is also not a write-off:
- Generative metrics moved large (TruthfulQA-gen +6~8pp) — the drift was real and the fix effective.
- But CMMLU −1.8pp confirms your broader point that the repair trades knowledge capacity for generation quality; the pathway damage is not simply reversible.
So: your diagnosis is confirmed, your pessimism is partially justified, and the measured verdict is "worth it for generative use, not for knowledge-max use".
4. Release (public, weights + full eval + method)
redashes/Qwen3.8-27B-BF16-SSMFIX— now public on Hugging Face, with bilingual README, full eval tables, fix report, and method credit to you and FGDumitru (qwen-ssm-repair, who independently re-implemented this and got overlapping α 0.61–0.70):https://huggingface.co/redashes/Qwen3.8-27B-BF16-SSMFIX
Thanks again for the original investigation — it was the right lead.
Thank you very much for sharing testing results with SSM fix. This is the right path to take open source. We should not blindly use models shared by companies. A neural network is not a black box; it is a statistical machine governed by fundamental mathematical laws. Let's hope Alibaba Group will fix this issue in Qwen4.0 during training process.