Views
No views yet
CohereLabs/North-Mini-Code-1.0 (cohere2_moe, 30B/3B MoE, 49 layers),
trained with SpecForge (offline) for lossless speculative decoding.--hf-overrides '{"first_k_dense_replace":1}', and a patch adding the EAGLE3
interface (SupportsEagle3) to cohere2_moe.py. See repo notes.1vllm serve CohereLabs/North-Mini-Code-1.0 \
2 --speculative-config '{"method":"eagle3","model":"<this-repo>","num_speculative_tokens":5}' \
3 --hf-overrides '{"first_k_dense_replace":1}' \
4 --reasoning-parser cohere_command4 --tool-call-parser cohere_command4 --enable-auto-tool-choiceNote: this draft was trained offline on HuggingFace-transformers hidden states; real vLLM acceptance is modest (~1.28) due to train/serve hidden-state representation mismatch. For best speedup, retrain online in vLLM/SpecForge so the draft matches serving-time hidden states.