Stock llama.cpp builds without TurboQuant support cannot load this model.
This is the standard 35B-A3B MoE model, not an MTP release. Do not add draft-MTP speculative-decoding flags.
Ornith-1.5-35B-A3B is a Qwen3.5-based multimodal model. Vision is optional — load the mmproj projector to enable image input (see Vision (Multimodal)).
The validated CUDA build uses GGML_CUDA_FA_ALL_QUANTS=OFF.
-ngl 99 fully offloads the model on supported GPUs. Avoid partial offload when comparing the published speed.
Reduce context from 32768 if the available VRAM is lower than 24 GiB.
Quick Smoke Test
bash
1curl -s http://127.0.0.1:8080/v1/chat/completions \2 -H 'Content-Type: application/json'\3 -d '{"model":"Ornith-1.5-35B-A3B-TQ3_4S","messages":[{"role":"user","content":"Write ONLY the word ok."}],"max_tokens":16,"temperature":0.0}'
Expected assistant content:
ok
Local Measurements
Metric
Result
Generation speed (short ctx)
171.1 tok/s
Size
17.00 GiB
Quantization
TQ3_4S (4.06 BPW)
Measured on RTX 3090 FE with the launch settings above. Generation speed is token throughput excluding prompt processing.
Context-Length Decode Speed
Decode throughput measured with 512-token generation across varying prompt lengths. Compared against Ornith-1.0-35B-TQ3_4S (dense 35B, 13 GiB) on the same hardware and binary.