Cohere 命令 R v01 4位

mlx-community

command-r

C4AI Command-R 是一个研究版本,包含350亿参数的高性能生成模型。

模型信息

模型

Cohere 命令 R v01 4位

作者

mlx-community

架构

command-r

参数

350亿

格式

safetensors

磁盘大小

22.70 GB

下载和运行Cohere 命令 R v01 4位

在 LM Studio 中打开以查看下载选项

从终端下载 command-r

使用 lms(LM Studio 的开发者 CLI)下载模型。

lms get command-r
如果您还没有安装,请运行 npx lmstudio install-cli

从您的代码中调用 command-r

curl https://127.0.0.1:1234/v1/chat/completions \
  -H "Content-Type: application/json" \
  -d '{
    "model": "command-r",
    "messages": [
      { "role": "system", "content": "Always answer in rhymes." },
      { "role": "user", "content": "Introduce yourself." }
    ],
    "temperature": 0.7,
    "max_tokens": -1,
    "stream": true
  }'

下一步:构建!🔨

了解更多