A 4-bit AutoRound quantized version of deepreinforce-ai/Ornith-1.0-35B, optimized for efficient inference on consumer hardware including the NVIDIA DGX Spark (GB10). Includes MTP Support
Attention Heads: 16 (full attention every 4th layer, linear attention otherwise)
Vocab Size: 248,320
Quantization Details
This model was quantized using AutoRound, an advanced quantization technique from Intel that uses signed gradient descent to jointly optimize weight rounding and clipping ranges.
The model retains strong quality with all layers meeting minimum thresholds. Layers 22-39 show slightly elevated sensitivity (cosine similarity 0.986-0.990) which is typical for deeper MoE layers.
Note: Shared expert gates are preserved in FP16 to maintain MoE routing accuracy.
This model supports tool calling with the Qwen3 coder parser. When using vLLM with --enable-auto-tool-choice --tool-call-parser qwen3_coder, the model can invoke tools and return structured function calls.
Reasoning
The model supports extended thinking with the Qwen3 reasoning parser. Use --reasoning-parser qwen3 and set preserve_thinking: true in chat template kwargs to enable reasoning traces.
Performance Characteristics
Based on testing with the Qwen3.5-MoE architecture on DGX Spark:
Metric
Value
Throughput
~60-65 t/s
Throughput (MTP)
~80-91 t/s
Latency (Time to First Token)
~100-200ms
Performance varies based on context length, batch size, and hardware configuration.
Citation
If you use this quantized model, please cite both the base model and the quantization tool: