deepseek
主要软件
- ollama:模型运行平台
- openweb UI:简单的chat页面
- dify :模型编排平台
安装模型运行平台ollama
模型运行平台下载:https://ollama.com/download
下载和运行模型
# 所有的命令行
serve Start ollama
create Create a model from a Modelfile
show Show information for a model
run Run a model
stop Stop a running model
pull Pull a model from a registry
push Push a model to a registry
list List models
ps List running models
cp Copy a model
rm Remove a model
help Help about any command
# 验证安装
ollama -v
# 下载和运行模型
ollama run deepseek-r1:1.5b