在本地启动并运行大型语言模型。
一、介绍
让你在本地启动并运行 Llama 2、Mistral、Gemma 和其他大型语言模型,支持macOS/Windows/Linux。
安装:
- macOS
下载地址:https://ollama.com/download/Ollama-darwin.zip
- Windows预览
下载地址:https://ollama.com/download/OllamaSetup.exe
- Linux
一键安装
curl -fsSL https://ollama.com/install.sh | sh
快速开始:
ollama run llama2
可用模型库: https://ollama.com/library 。
了解更多: https://ollama.com/library/llama2/tags 。