DeepSeek R1 Distill Qwen 1.5B GGUF

lmstudio-community

qwen

模型信息

模型

DeepSeek R1 Distill Qwen 1.5B GGUF

作者

lmstudio-community

架构

qwen

参数

1.5B

格式

gguf

磁盘大小

大约 1.12 GB

下载并运行DeepSeek R1 Distill Qwen 1.5B GGUF

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

从终端下载 lmstudio-community/deepseek-r1-distill-qwen-1.5b-gguf

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

lms get lmstudio-community/deepseek-r1-distill-qwen-1.5b-gguf

从你的代码中调用 lmstudio-community/deepseek-r1-distill-qwen-1.5b-gguf

curl https://127.0.0.1:1234/v1/chat/completions \
  -H "Content-Type: application/json" \
  -d '{
    "model": "lmstudio-community/deepseek-r1-distill-qwen-1.5b-gguf",
    "messages": [
      { "role": "system", "content": "Always answer in rhymes." },
      { "role": "user", "content": "Introduce yourself." }
    ],
    "temperature": 0.7,
    "max_tokens": -1,
    "stream": true
  }'

下一步:构建! 🔨

了解更多