Ollama 是一个强大的大型语言模型运行平台,让你能够轻松地在本地环境中运行各种 LLM 模型。
本项目仅提供 Ollama 组件安装服务,不提供模型下载服务。
# 下载并安装 Ollama
curl -fsSL https://cnb.cool/hex/ollama/-/releases/latest/download/Ollama.dmg -o Ollama.dmg
open Ollama.dmg
或直接下载:Ollama.dmg
# 使用 PowerShell 下载并运行安装程序 Invoke-WebRequest -Uri "https://cnb.cool/hex/ollama/-/releases/latest/download/OllamaSetup.exe" -OutFile "OllamaSetup.exe" Start-Process "OllamaSetup.exe"
或直接下载:OllamaSetup.exe
# 自动安装脚本
curl -fsSL https://cnb.cool/hex/ollama/-/git/raw/main/install.sh | sh
本项目由 cnb.cool 提供镜像服务,专为国内用户优化:
欢迎提交 Issue 和 Pull Request 来完善这个镜像项目!
本项目遵循原始 Ollama 项目的许可证。