|
@@ -6,8 +6,11 @@ llma2 模型管理工具,在本地启动并运行大型语言模型。
|
|
|
|
|
|
|
|
|
|
```
|
|
```
|
|
|
|
+# 安装 ollama
|
|
wget https://github.com/jmorganca/ollama/releases/download/v0.1.11/ollama-linux-amd64
|
|
wget https://github.com/jmorganca/ollama/releases/download/v0.1.11/ollama-linux-amd64
|
|
chmod +x ollama-linux-amd64
|
|
chmod +x ollama-linux-amd64
|
|
|
|
+# 或者
|
|
|
|
+curl -fsSL https://ollama.com/install.sh | sh
|
|
|
|
|
|
|
|
|
|
ollama run mistral
|
|
ollama run mistral
|