ModelCohereCoherepublished Jul 24, 2026seen Jul 29

CohereLabs/North-Mini-Code-1.0-eagle

Open original ↗

Captured source

source ↗
published Jul 24, 2026seen Jul 29captured Jul 29http 200method plainlicense apache-2.0params 79Mdownloads 160likes 7

Eagle model for CohereLabs/North-mini-code-1.0.

Key highlights include:

  • three layers with dense transformer blocks
  • all draft layers use sliding window attention
  • compatible with fp8/w4a4 target model checkpoints

vllm

To start vllm server with this draft model, run the following

vllm serve CohereLabs/North-Mini-Code-1.0 \
-tp 2 \
--max-model-len 320000 \
--tool-call-parser cohere_command4 \
--reasoning-parser cohere_command4 \
--enable-auto-tool-choice \
--speculative_config "{\"method\": \"eagle\", \"model\": \"CohereLabs/North-Mini-Code-1.0-eagle\", \"num_speculative_tokens\": 3, \"draft_tensor_parallel_size\": 2}"

Notability

notability 3.0/10

Low traction model release.