Ollama – installing specific versions

Use OLLAMA_VERSION environment variable with the install script to install a specific version of Ollama including pre-releases you can find the version numbers in the releases page

root@ra-ai-01:~# curl -fsSL https://ollama.com/install.sh | OLLAMA_VERSION=0.24.0 sh
>>> Cleaning up old version at /usr/local/lib/ollama
>>> Installing ollama to /usr/local
>>> Downloading ollama-linux-amd64.tar.zst
############################################# 100.0%
>>> Adding ollama user to render group…
>>> Adding ollama user to video group…
>>> Adding current user to ollama group…
>>> Creating ollama systemd service…
>>> Enabling and starting ollama service…
>>> NVIDIA GPU installed.

root@ra-ai-01:~# ollama –version
ollama version is 0.24.0

Leave a Reply

You must be logged in to post a comment.