Releasing Cohere North Mini Code

Reddit r/LocalLLaMA Models

Summary

Cohere officially launches North Mini Code, a coding model, with weights available on Hugging Face and deployment support for vLLM and MLX.

Hi folks! Jay here from Cohere. we just officially launched North Mini Code after getting some [great feedback](https://www.reddit.com/r/LocalLLaMA/comments/1tylzy2/coheres_unreleased_coding_model_early_access_for/) from you guys this weekend on the unreleased version. I wanted to come here and answer some of the questions you asked and provide some extra detail about the model itself. You can download the weights on [Hugging Face](https://huggingface.co/CohereLabs/North-Mini-Code-1.0) ([fp8 here](https://huggingface.co/CohereLabs/North-Mini-Code-1.0-fp8)) or try it on [OpenCode](https://opencode.ai/) for [free](https://x.com/opencode/status/2064392792265171081). if you want to read more about what I mentioned in the video, feel free to look at our [technical blog post on HuggingFace ](https://huggingface.co/blog/CohereLabs/introducing-north-mini-code)as well as [the announcement post](https://cohere.com/blog/north-mini-code)! If you're deploying with vllm, please use vLLM main for North Mini Code until a new release is available, and accurate response parsing also requires installing Cohere’s melody library. uv pip install "git+https://github.com/vllm-project/vllm.git" uv pip install cohere_melody>=0.9.0 Then the vllm server can be started with the following command: 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 A couple of PRs were pushed to make this work better based on your feedback. Useful tidbits: * MLX Support: [https://x.com/Prince\_Canuma/status/2064437722689962242](https://x.com/Prince_Canuma/status/2064437722689962242) * /u/[germangrower69](https://www.reddit.com/user/germangrower69/) points out a 3rd party MLX version [here](https://www.reddit.com/r/LocalLLaMA/comments/1tylzy2/comment/oq8qwwb/) * We hear you on quantization and llama.cpp and we're flagging that internally. if you have any questions or feedback, don't hesitate. We're really interested in seeing your builds and any problems you run into so we can build even better models for devs in the future. Really excited to hear what you think! Thanks again for all your help on this.
Original Article

Similar Articles

CohereLabs/North-Mini-Code-1.0

Hugging Face Models Trending

Cohere Labs released North Mini Code, a 30B-parameter (3B active) open-weights model optimized for code generation, agentic software engineering, and terminal tasks, licensed under Apache 2.0.