地址导航
https://ollama.com/
https://github.com/ollama/ollama
Ollama安装
Linux
curl -fsSL https://ollama.com/install.sh | shcurl -fsSL https://ollama.com/install.sh | shWindows
下载地址
https://objects.githubusercontent.com/github-production-release-asset-2e65be/658928958/36ca2c6f-e290-4af2-b650-f89c1158514f?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250208%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250208T064540Z&X-Amz-Expires=300&X-Amz-Signature=083b1a69d12d46584777916740ca2c26711cef744ab938bd621e9f0a64014fe6&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3DOllamaSetup.exe&response-content-type=application%2Foctet-stream
配置环境变量
Windows
OLLAMA_HOST 0.0.0.0:11434
OLLAMA_MODELS E:\ai\ollama\models
评论区