更新 通过Ollama部署本地大模型
parent
661b344f92
commit
fd58896068
@ -109,8 +109,13 @@ launchctl start ollama
|
|||||||
|
|
||||||
```
|
```
|
||||||
#需要哪个版本就运行哪个版本,会进行自动下载和运行
|
#需要哪个版本就运行哪个版本,会进行自动下载和运行
|
||||||
|
|
||||||
ollama run deepseek-r1:8b
|
ollama run deepseek-r1:8b
|
||||||
|
|
||||||
|
#下载模型,不运行使用pull命令
|
||||||
|
ollama pull deepseek-r1:14b
|
||||||
|
|
||||||
|
#查看当前已下载的模型列表
|
||||||
|
ollama list
|
||||||
```
|
```
|
||||||
|
|
||||||
# 四、其他使用技巧
|
# 四、其他使用技巧
|
||||||
|
Loading…
x
Reference in New Issue
Block a user