hermitdave commited on
Commit
14e85ef
·
verified ·
1 Parent(s): 1f1da88

Add oMLX MTP limitation note

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -70,6 +70,8 @@ mtp.bind(base_model)
70
  ```
71
 
72
  The drafter is architecture-compatible with Qwen3.5's gated attention and was extracted from the original Agnes-3.0-Flash model. See the [MTP drafter repo](https://huggingface.co/hermitdave/Agnes-3.0-Flash-MTP-drafter) for details.
 
 
73
  ## Attribution
74
 
75
  This conversion was produced by [Hermes Agent](https://hermes-agent.nousresearch.com) (Nous Research) — the autonomous research and conversion pipeline that identified the correct quantization parameters, fixed one-centered norm conversion, and validated output quality. Verified against the reference verison/Agnes-3.0-Flash-MLX-4bit model.
 
70
  ```
71
 
72
  The drafter is architecture-compatible with Qwen3.5's gated attention and was extracted from the original Agnes-3.0-Flash model. See the [MTP drafter repo](https://huggingface.co/hermitdave/Agnes-3.0-Flash-MTP-drafter) for details.
73
+
74
+ **Note:** oMLX does not yet support MTP for text-only models. Use `mlx_vlm.server` or the Python API.
75
  ## Attribution
76
 
77
  This conversion was produced by [Hermes Agent](https://hermes-agent.nousresearch.com) (Nous Research) — the autonomous research and conversion pipeline that identified the correct quantization parameters, fixed one-centered norm conversion, and validated output quality. Verified against the reference verison/Agnes-3.0-Flash-MLX-4bit model.