发布 Cohere North Mini Code
摘要
Cohere正式发布North Mini Code编程模型,权重可在Hugging Face上获取,并支持vLLM和MLX部署。
大家好!我是Cohere的Jay。在收到各位上周末对未发布版本的[宝贵反馈](https://www.reddit.com/r/LocalLLaMA/comments/1tylzy2/coheres_unreleased_coding_model_early_access_for/)后,我们正式发布了North Mini Code。我想在这里回答大家提出的一些问题,并提供关于模型本身的更多细节。你可以从[Hugging Face](https://huggingface.co/CohereLabs/North-Mini-Code-1.0)下载权重([fp8版本在此](https://huggingface.co/CohereLabs/North-Mini-Code-1.0-fp8)),也可以在[OpenCode](https://opencode.ai/)上[免费](https://x.com/opencode/status/2064392792265171081)试用。如果想了解更多我在视频中提到的内容,欢迎查看我们在[HuggingFace上的技术博客文章](https://huggingface.co/blog/CohereLabs/introducing-north-mini-code)以及[官方公告](https://cohere.com/blog/north-mini-code)。如果使用vllm部署,在新版本发布前请使用vLLM主分支运行North Mini Code,同时准确的响应解析还需要安装Cohere的melody库。运行命令如下:
`uv pip install "git+https://github.com/vllm-project/vllm.git"`
`uv pip install cohere_melody>=0.9.0`
之后可按以下命令启动vllm服务器:
`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`
根据大家的反馈,我们推送了几个PR来优化这一流程。一些有用的信息:
* MLX支持:[https://x.com/Prince_Canuma/status/2064437722689962242](https://x.com/Prince_Canuma/status/2064437722689962242)
* /u/[germangrower69](https://www.reddit.com/user/germangrower69/) 在此提到一个第三方MLX版本:[https://www.reddit.com/r/LocalLLaMA/comments/1tylzy2/comment/oq8qwwb/](https://www.reddit.com/r/LocalLLaMA/comments/1tylzy2/comment/oq8qwwb/)
* 我们已收到大家关于量化和llama.cpp的反馈,并在内部进行了标注。如有任何问题或反馈,请随时提出。我们非常期待看到大家的构建成果以及遇到的问题,以便未来为开发者打造更优秀的模型。很期待听到大家的想法!再次感谢各位在这方面的所有帮助。
相似文章
推出 North Mini Code:Cohere 首款面向开发者的模型
Cohere 发布了 North Mini Code,这是一款 30B 参数的混合专家(MoE)模型,在 Apache 2.0 许可下拥有 3B 激活参数,专为智能体软件工程任务优化,在编程基准测试中性能优于同类尺寸模型。
@cohere:介绍 Cohere 首个开源编码模型:North Mini Code Small,小巧高效,专为代理型性能设计…
Cohere 发布了其首个开源编码模型 North Mini Code Small,专为高效的代理型性能和社区反馈而设计。
CohereLabs/North-Mini-Code-1.0
Cohere Labs 发布了 North Mini Code,一个拥有 30B 参数(3B 活跃)的开放权重模型,针对代码生成、智能体软件工程和终端任务进行了优化,基于 Apache 2.0 许可。
@cohere: 我们鼓励开发者与我们分享他们的构建,并提供反馈以塑造未来的迭代。让我们一起塑造未…
Cohere 和 Cohere Labs 发布了 North Mini Code,这是一个开放权重的 30B-A3B 参数模型,针对代码生成、智能体软件工程和终端任务进行了优化,在 SWE-Bench 和 Terminal-Bench 上取得了强劲的基准测试结果。
Cohere的未发布编码模型(localllama早期访问)
Cohere发布了一款早期访问编码模型BLS-Mini-Code-1.0,这是一个30B参数的模型,可在Hugging Face上进行测试。