Views
No views yet
| File | Type | Size | BPW |
|---|---|---|---|
qwable-v1-mxfp4_moe.gguf | MXFP4 (experts) + Q8_0 (non-experts) | ~18.87 GB | 4.56 |
mmproj-qwable-v1-f16.gguf | Vision projector (F16) | ~0.88 GB | F16 |
ffn_down_exps, ffn_gate_exps, ffn_up_exps) quantized to MXFP41# With llama.cpp (vision + text)
2./llama-server -m qwable-v1-mxfp4_moe.gguf --mmproj mmproj-qwable-v1-f16.gguf --host 0.0.0.0 --port 8080
3
4# Text-only (no vision)
5./llama-cli -m qwable-v1-mxfp4_moe.gguf -p "Hello, how are you?"<tool_use> XML when prompted with an agent-style system prompt:system: You are a coding agent. When you need to read, write, edit, or run code,
emit XML tool calls in this exact format:
<tool_use name="X" id="toolu_01abc">
{"...": "..."}
</tool_use>