ollama

安装模型:

ollama pull 模型名:标签

安装了多少模型:

ollama list

卸载本地模型:

ollama rm 模型名:标签 # 精准卸载指定版本 # 
ollama rm 模型名 # 卸载该模型的所有版本