Ollama
Get up and running with large language models.
shell 安装
1 | curl -fsSL https://ollama.com/install.sh | sh |
docker镜像源, /etc/docker/daemon.json
1 | https://docker.registry.cyou |
CPU only , Install
1 | docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama |

