要点
- Ollama一个功能强大的本地大语言模型LLM运行工具,支持很多模型,并且操作极其简单
- 快速回忆步骤:
下载ollama工具:https://ollama.com/download
下载模型:ollama pull llama3 #根据libs列表直接指定名字
运行模型:ollama run llama3
测试:直接问他问题(可以关闭网络)
步骤
Step1. 下载ollama(根据平台选择)
https://ollama.com/download
下载后将软件安装,解压后拷贝到应用程序:
安装用户态命令:(点击install)
Step2:下载模型文件
支持的模型列表:https://ollama.com/library
比如llama3: