leonardlin commited on
Commit
1991f8f
·
verified ·
1 Parent(s): e4e8a1d

Update README.md

Browse files

link to MTP models

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -27,6 +27,8 @@ The original model is Ornith-1.0-35B, a Qwen3.5 MoE-family reasoning and
27
  agentic coding model released by DeepReinforce. This repository only changes
28
  the checkpoint representation; it does not introduce additional fine-tuning.
29
 
 
 
30
  ## Quantization Summary
31
 
32
  - Source model: [`deepreinforce-ai/Ornith-1.0-35B`](https://huggingface.co/deepreinforce-ai/Ornith-1.0-35B)
 
27
  agentic coding model released by DeepReinforce. This repository only changes
28
  the checkpoint representation; it does not introduce additional fine-tuning.
29
 
30
+ This model is a faithful quant of the original Ornith-1.0-35B and therefore **does not** have an MTP head, however, we have also uploaded a [shisa-ai/Ornith-1.0-35B-FP8-BLOCK-MTP](https://huggingface.co/shisa-ai/Ornith-1.0-35B-FP8-BLOCK-MTP) model that grafts the Qwen 3.6 35B-A3B official MTP head onto the model. This is the best-performing MTP and based on our testing it gives a >20% throughput uplift for coding workloads (tested on RTX PRO 6000 and vLLM v0.23.0).
31
+
32
  ## Quantization Summary
33
 
34
  - Source model: [`deepreinforce-ai/Ornith-1.0-35B`](https://huggingface.co/deepreinforce-ai/Ornith-1.0-35B)