跳转至

Ollama下载模型卡

使用ModelScope下载:https://www.modelscope.cn/docs/models/advanced-usage/ollama-integration

使用ModelScope下载DeepSeek模型

命令行的具体格式为:

ollama run modelscope.cn/{model-id}
其中model-id的具体格式为{username}/{model},例如:
ollama run modelscope.cn/Qwen/Qwen2.5-3B-Instruct-GGUF
ollama run modelscope.cn/second-state/gemma-2-2b-it-GGUF
ollama run modelscope.cn/Shanghai_AI_Laboratory/internlm2_5-7b-chat-gguf

  • DeepSeek
ollama run modelscope.cn/unsloth/DeepSeek-R1-Distill-Qwen-1.5B-GGUF
ollama run modelscope.cn/unsloth/DeepSeek-R1-Distill-Qwen-7B-GGUF
ollama run modelscope.cn/unsloth/DeepSeek-R1-Distill-Llama-8B-GGUF
ollama run modelscope.cn/unsloth/DeepSeek-R1-Distill-Qwen-14B-GGUF
ollama run modelscope.cn/unsloth/DeepSeek-R1-Distill-Qwen-32B-GGUF
ollama run modelscope.cn/unsloth/DeepSeek-R1-Distill-Llama-70B-GGUF

评论