Views
No views yet
Qwen/Qwen3.6-35B-A3B.qwen.exe runtime (OpenAI- and Anthropic-compatible APIs, web UI, CUDA expert tiering). This is not a drop-in replacement for vanilla Hugging Face Transformers inference.qwen3.6-35B-COLIBRO-INT4-MTP8-MM-F16colibro-NNNNN.safetensors (not model-*.safetensors)| Component | Precision |
|---|---|
| Dense / routed expert matrices | INT4 |
| MTP matrices (native Qwen3.6 head) | INT8 |
| Embedding / output matrices | INT8 |
| Vision tower | FP16 (colibro_vision_dtype: f16) |
| Norms, routing, other small tensors | FP32 |
COLI_MTP=1; drafts via COLI_MTP_DRAFTS=1..4 on the single-request path)config.json, tokenizer files, chat_template.jinja.txt, experts.json (Atlas), preprocessor configs| Pattern | Notes |
|---|---|
colibro-00000.safetensors … colibro-00025.safetensors | Weight shards (~18.4 GB combined) |
config.json | Model + vision config (mtp_num_hidden_layers, vision_config, …) |
tokenizer.json, tokenizer_config.json, vocab.json, merges.txt | Tokenizer |
chat_template.jinja.txt | Chat template |
experts.json | Expert layout / Atlas asset |
preprocessor_config.json, video_preprocessor_config.json | Vision preprocessing |
generation_config.json | Sampling defaults |
README-QWEN.md and QUICKSTART-QWEN.md in the Colibro tree.1huggingface-cli download Colibro/Qwen3.6-35B-INT4-MTP8-MM-F16 `
2 --local-dir models\Qwen3.6-35B-A3B-colibro-int4-mtp8-mm-f161python c\coli doctor `
2 --runtime qwen `
3 --model models\Qwen3.6-35B-A3B-colibro-int4-mtp8-mm-f16 `
4 --auto-tier1python c\coli web `
2 --runtime qwen `
3 --model models\Qwen3.6-35B-A3B-colibro-int4-mtp8-mm-f16 `
4 --auto-tier `
5 --gpu auto `
6 --kv-slots 4 `
7 --port 8000.\run_qwen_backend.bat (default model id qwen3.6-35B-COLIBRO-INT4-MTP8-MM-F16).1$env:COLI_MTP = "1"
2$env:COLI_MTP_DRAFTS = "1"coli run / coli web / coli serve / qwen.exe). Loading these shards in stock Transformers AutoModel is unsupported.http(s) image URLs are rejected by the Colibro API.convert_qwen_moe.py / initialize.py pipeline (dense INT4, experts INT4, MTP INT8, I/O INT8, vision FP16).