Text Generation
MLX
Safetensors
qwen3_5_moe
mlx-optiq
quantized
oq8
mixed-precision
multi-token-prediction
mtp
Mixture of Experts
qwen3.6
conversational
Eval Results (legacy)
Eval Results
8-bit precision
Instructions to use programmer-666/Qwen3.6-35B-A3B-oQ8-mtp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use programmer-666/Qwen3.6-35B-A3B-oQ8-mtp with MLX:
# Make sure mlx-lm is installed # pip install --upgrade mlx-lm # Generate text with mlx-lm from mlx_lm import load, generate model, tokenizer = load("programmer-666/Qwen3.6-35B-A3B-oQ8-mtp") prompt = "Write a story about Einstein" messages = [{"role": "user", "content": prompt}] prompt = tokenizer.apply_chat_template( messages, add_generation_prompt=True ) text = generate(model, tokenizer, prompt=prompt, verbose=True) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Pi
How to use programmer-666/Qwen3.6-35B-A3B-oQ8-mtp with Pi:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "programmer-666/Qwen3.6-35B-A3B-oQ8-mtp"
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "mlx-lm": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "programmer-666/Qwen3.6-35B-A3B-oQ8-mtp" } ] } } }Run Pi
# Start Pi in your project directory: pi
- MLX LM
How to use programmer-666/Qwen3.6-35B-A3B-oQ8-mtp with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Interactive chat REPL mlx_lm.chat --model "programmer-666/Qwen3.6-35B-A3B-oQ8-mtp"
Run an OpenAI-compatible server
# Install MLX LM uv tool install mlx-lm # Start the server mlx_lm.server --model "programmer-666/Qwen3.6-35B-A3B-oQ8-mtp" # Calling the OpenAI-compatible server with curl curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "programmer-666/Qwen3.6-35B-A3B-oQ8-mtp", "messages": [ {"role": "user", "content": "Hello"} ] }' - Hermes Agent
How to use programmer-666/Qwen3.6-35B-A3B-oQ8-mtp with Hermes Agent:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "programmer-666/Qwen3.6-35B-A3B-oQ8-mtp"
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 programmer-666/Qwen3.6-35B-A3B-oQ8-mtp
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use programmer-666/Qwen3.6-35B-A3B-oQ8-mtp with OpenClaw:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "programmer-666/Qwen3.6-35B-A3B-oQ8-mtp"
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 "programmer-666/Qwen3.6-35B-A3B-oQ8-mtp" \ --custom-provider-id mlx-lm \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Update README.md
Browse files
README.md
CHANGED
|
@@ -33,7 +33,7 @@ model-index:
|
|
| 33 |
source:
|
| 34 |
name: Self-reported (local eval, MTP off)
|
| 35 |
url: >-
|
| 36 |
-
https://github.com/programmer-666/llm-evaluations-hf/blob/main/programmer-666/Qwen3.6-35B-A3B-oQ8-mtp/mtp_off_intelligence_evaluation_results/Qwen3.6-35B-A3B-oQ8-mtp_mmlu_pro.csv
|
| 37 |
- task:
|
| 38 |
type: text-generation
|
| 39 |
name: Text Generation
|
|
@@ -50,7 +50,7 @@ model-index:
|
|
| 50 |
source:
|
| 51 |
name: Self-reported (local eval, MTP off)
|
| 52 |
url: >-
|
| 53 |
-
https://github.com/programmer-666/llm-evaluations-hf/blob/main/programmer-666/Qwen3.6-35B-A3B-oQ8-mtp/mtp_off_intelligence_evaluation_results/Qwen3.6-35B-A3B-oQ8-mtp_mathqa.csv
|
| 54 |
- task:
|
| 55 |
type: text-generation
|
| 56 |
name: Text Generation
|
|
@@ -66,7 +66,7 @@ model-index:
|
|
| 66 |
source:
|
| 67 |
name: Self-reported (local eval, MTP off)
|
| 68 |
url: >-
|
| 69 |
-
https://github.com/programmer-666/llm-evaluations-hf/blob/main/programmer-666/Qwen3.6-35B-A3B-oQ8-mtp/mtp_off_intelligence_evaluation_results/Qwen3.6-35B-A3B-oQ8-mtp_humaneval.csv
|
| 70 |
- task:
|
| 71 |
type: text-generation
|
| 72 |
name: Text Generation
|
|
@@ -83,7 +83,7 @@ model-index:
|
|
| 83 |
source:
|
| 84 |
name: Self-reported (local eval, MTP off)
|
| 85 |
url: >-
|
| 86 |
-
https://github.com/programmer-666/llm-evaluations-hf/blob/main/programmer-666/Qwen3.6-35B-A3B-oQ8-mtp/mtp_off_intelligence_evaluation_results/Qwen3.6-35B-A3B-oQ8-mtp_mbpp.csv
|
| 87 |
- task:
|
| 88 |
type: text-generation
|
| 89 |
name: Text Generation
|
|
@@ -100,7 +100,7 @@ model-index:
|
|
| 100 |
source:
|
| 101 |
name: Self-reported (local eval, MTP off)
|
| 102 |
url: >-
|
| 103 |
-
https://github.com/programmer-666/llm-evaluations-hf/blob/main/programmer-666/Qwen3.6-35B-A3B-oQ8-mtp/mtp_off_intelligence_evaluation_results/Qwen3.6-35B-A3B-oQ8-mtp_livecodebench.csv
|
| 104 |
- task:
|
| 105 |
type: text-generation
|
| 106 |
name: Text Generation
|
|
@@ -117,7 +117,7 @@ model-index:
|
|
| 117 |
source:
|
| 118 |
name: Self-reported (local eval, MTP on)
|
| 119 |
url: >-
|
| 120 |
-
https://github.com/programmer-666/llm-evaluations-hf/blob/main/programmer-666/Qwen3.6-35B-A3B-oQ8-mtp/mtp_on_intelligence_evaluation_results/Qwen3.6-35B-A3B-oQ8-mtp_mmlu_pro-mtp_on.csv
|
| 121 |
- task:
|
| 122 |
type: text-generation
|
| 123 |
name: Text Generation
|
|
@@ -134,7 +134,7 @@ model-index:
|
|
| 134 |
source:
|
| 135 |
name: Self-reported (local eval, MTP on)
|
| 136 |
url: >-
|
| 137 |
-
https://github.com/programmer-666/llm-evaluations-hf/blob/main/programmer-666/Qwen3.6-35B-A3B-oQ8-mtp/mtp_on_intelligence_evaluation_results/Qwen3.6-35B-A3B-oQ8-mtp_mathqa-mtp_on.csv
|
| 138 |
- task:
|
| 139 |
type: text-generation
|
| 140 |
name: Text Generation
|
|
@@ -150,7 +150,7 @@ model-index:
|
|
| 150 |
source:
|
| 151 |
name: Self-reported (local eval, MTP on)
|
| 152 |
url: >-
|
| 153 |
-
https://github.com/programmer-666/llm-evaluations-hf/blob/main/programmer-666/Qwen3.6-35B-A3B-oQ8-mtp/mtp_on_intelligence_evaluation_results/Qwen3.6-35B-A3B-oQ8-mtp_humaneval-mtp_on.csv
|
| 154 |
- task:
|
| 155 |
type: text-generation
|
| 156 |
name: Text Generation
|
|
@@ -167,7 +167,24 @@ model-index:
|
|
| 167 |
source:
|
| 168 |
name: Self-reported (local eval, MTP on)
|
| 169 |
url: >-
|
| 170 |
-
https://github.com/programmer-666/llm-evaluations-hf/blob/main/programmer-666/Qwen3.6-35B-A3B-oQ8-mtp/mtp_on_intelligence_evaluation_results/Qwen3.6-35B-A3B-oQ8-mtp_mbpp-mtp_on.csv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 171 |
---
|
| 172 |
|
| 173 |
|
|
|
|
| 33 |
source:
|
| 34 |
name: Self-reported (local eval, MTP off)
|
| 35 |
url: >-
|
| 36 |
+
https://github.com/programmer-666/llm-evaluations-hf/blob/main/oMLX/programmer-666/Qwen3.6-35B-A3B-oQ8-mtp/mtp_off_intelligence_evaluation_results/Qwen3.6-35B-A3B-oQ8-mtp_mmlu_pro.csv
|
| 37 |
- task:
|
| 38 |
type: text-generation
|
| 39 |
name: Text Generation
|
|
|
|
| 50 |
source:
|
| 51 |
name: Self-reported (local eval, MTP off)
|
| 52 |
url: >-
|
| 53 |
+
https://github.com/programmer-666/llm-evaluations-hf/blob/main/oMLX/programmer-666/Qwen3.6-35B-A3B-oQ8-mtp/mtp_off_intelligence_evaluation_results/Qwen3.6-35B-A3B-oQ8-mtp_mathqa.csv
|
| 54 |
- task:
|
| 55 |
type: text-generation
|
| 56 |
name: Text Generation
|
|
|
|
| 66 |
source:
|
| 67 |
name: Self-reported (local eval, MTP off)
|
| 68 |
url: >-
|
| 69 |
+
https://github.com/programmer-666/llm-evaluations-hf/blob/main/oMLX/programmer-666/Qwen3.6-35B-A3B-oQ8-mtp/mtp_off_intelligence_evaluation_results/Qwen3.6-35B-A3B-oQ8-mtp_humaneval.csv
|
| 70 |
- task:
|
| 71 |
type: text-generation
|
| 72 |
name: Text Generation
|
|
|
|
| 83 |
source:
|
| 84 |
name: Self-reported (local eval, MTP off)
|
| 85 |
url: >-
|
| 86 |
+
https://github.com/programmer-666/llm-evaluations-hf/blob/main/oMLX/programmer-666/Qwen3.6-35B-A3B-oQ8-mtp/mtp_off_intelligence_evaluation_results/Qwen3.6-35B-A3B-oQ8-mtp_mbpp.csv
|
| 87 |
- task:
|
| 88 |
type: text-generation
|
| 89 |
name: Text Generation
|
|
|
|
| 100 |
source:
|
| 101 |
name: Self-reported (local eval, MTP off)
|
| 102 |
url: >-
|
| 103 |
+
https://github.com/programmer-666/llm-evaluations-hf/blob/main/oMLX/programmer-666/Qwen3.6-35B-A3B-oQ8-mtp/mtp_off_intelligence_evaluation_results/Qwen3.6-35B-A3B-oQ8-mtp_livecodebench.csv
|
| 104 |
- task:
|
| 105 |
type: text-generation
|
| 106 |
name: Text Generation
|
|
|
|
| 117 |
source:
|
| 118 |
name: Self-reported (local eval, MTP on)
|
| 119 |
url: >-
|
| 120 |
+
https://github.com/programmer-666/llm-evaluations-hf/blob/main/oMLX/programmer-666/Qwen3.6-35B-A3B-oQ8-mtp/mtp_on_intelligence_evaluation_results/Qwen3.6-35B-A3B-oQ8-mtp_mmlu_pro-mtp_on.csv
|
| 121 |
- task:
|
| 122 |
type: text-generation
|
| 123 |
name: Text Generation
|
|
|
|
| 134 |
source:
|
| 135 |
name: Self-reported (local eval, MTP on)
|
| 136 |
url: >-
|
| 137 |
+
https://github.com/programmer-666/llm-evaluations-hf/blob/main/oMLX/programmer-666/Qwen3.6-35B-A3B-oQ8-mtp/mtp_on_intelligence_evaluation_results/Qwen3.6-35B-A3B-oQ8-mtp_mathqa-mtp_on.csv
|
| 138 |
- task:
|
| 139 |
type: text-generation
|
| 140 |
name: Text Generation
|
|
|
|
| 150 |
source:
|
| 151 |
name: Self-reported (local eval, MTP on)
|
| 152 |
url: >-
|
| 153 |
+
https://github.com/programmer-666/llm-evaluations-hf/blob/main/oMLX/programmer-666/Qwen3.6-35B-A3B-oQ8-mtp/mtp_on_intelligence_evaluation_results/Qwen3.6-35B-A3B-oQ8-mtp_humaneval-mtp_on.csv
|
| 154 |
- task:
|
| 155 |
type: text-generation
|
| 156 |
name: Text Generation
|
|
|
|
| 167 |
source:
|
| 168 |
name: Self-reported (local eval, MTP on)
|
| 169 |
url: >-
|
| 170 |
+
https://github.com/programmer-666/llm-evaluations-hf/blob/main/oMLX/programmer-666/Qwen3.6-35B-A3B-oQ8-mtp/mtp_on_intelligence_evaluation_results/Qwen3.6-35B-A3B-oQ8-mtp_mbpp-mtp_on.csv
|
| 171 |
+
- task:
|
| 172 |
+
type: text-generation
|
| 173 |
+
name: Text Generation
|
| 174 |
+
dataset:
|
| 175 |
+
name: LiveCodeBench
|
| 176 |
+
type: livecodebench/code_generation_lite
|
| 177 |
+
config: sampled_100_of_1055
|
| 178 |
+
split: test
|
| 179 |
+
metrics:
|
| 180 |
+
- name: pass@1
|
| 181 |
+
type: pass@1
|
| 182 |
+
value: 53
|
| 183 |
+
verified: false
|
| 184 |
+
source:
|
| 185 |
+
name: Self-reported (local eval, MTP on)
|
| 186 |
+
url: >-
|
| 187 |
+
https://github.com/programmer-666/llm-evaluations-hf/blob/main/oMLX/programmer-666/Qwen3.6-35B-A3B-oQ8-mtp/mtp_on_intelligence_evaluation_results/Qwen3.6-35B-A3B-oQ8-mtp_livecodebench-mtp_on.csv
|
| 188 |
---
|
| 189 |
|
| 190 |
|