Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 665 Bytes

File metadata and controls

30 lines (19 loc) · 665 Bytes

安装 Ollama

前往Ollama的GitHub页面以获取安装指南:https://github.com/ollama/ollama

macOS

下载适用于macOS的安装包:

Windows

下载适用于Windows的安装程序:

Linux

在Linux上安装Ollama,可以使用以下命令:

curl -fsSL https://ollama.com/install.sh | sh

运行 MiniCPM-2B

完成安装后,您可以启动MiniCPM-2B模型:

ollama run modelbest/minicpm-2b-dpo

现在您可以开始使用MiniCPM-2B模型了!