Views
No views yet
Qwen/Qwen-AgentWorld-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.colibro-NNNNN.safetensorsmodel_type: qwen3_5_moe_text)| Component | Precision |
|---|---|
| Dense / routed expert matrices | INT4 |
| Embedding / output matrices | INT8 (when present as I/O tensors) |
| Norms, routing, other small tensors | FP32 |
mtp=0, vision=0 in the converter report). The published checkpoint is therefore a text INT4 Colibro MoE artifact: no native MTP speculative head and no resident vision tower weights, even though config.json may still list mtp_* / vision_config fields copied from the source config.-mtp8 for pipeline naming consistency with other Colibro Qwen converts; that does not imply MTP tensors are present in this upload.| Pattern | Notes |
|---|---|
colibro-00000.safetensors … colibro-00020.safetensors | Weight shards (~16.8 GB combined) |
config.json | Model config |
tokenizer.json, tokenizer_config.json, vocab.json, merges.txt | Tokenizer |
generation_config.json | Sampling defaults |
preprocessor_config.json, video_preprocessor_config.json | Present from source; no converted vision weights |
README-QWEN.md, QUICKSTART-QWEN.md); swap the model path and set a distinct --model-id if you serve alongside other checkpoints.1huggingface-cli download Colibro/Qwen-AgentWorld-35B-A3B-INT4 `
2 --local-dir models\Qwen-AgentWorld-35B-A3B-colibro-int4-mtp81python c\coli doctor `
2 --runtime qwen `
3 --model models\Qwen-AgentWorld-35B-A3B-colibro-int4-mtp8 `
4 --auto-tier1python c\coli web `
2 --runtime qwen `
3 --model models\Qwen-AgentWorld-35B-A3B-colibro-int4-mtp8 `
4 --model-id qwen-agentworld-35B-COLIBRO-INT4 `
5 --auto-tier `
6 --gpu auto `
7 --kv-slots 4 `
8 --port 80001python c\coli run `
2 --runtime qwen `
3 --model models\Qwen-AgentWorld-35B-A3B-colibro-int4-mtp8 `
4 --auto-tier `
5 --gpu auto `
6 --ngen 128 `
7 "Describe a short agent environment interaction."coli run / coli web / coli serve / qwen.exe). Loading these shards in stock Transformers AutoModel is unsupported.convert_qwen_moe.py pipeline.