From bfdeffc375f27b04a4ae7eeb22af24643582fcea Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Mon, 3 Feb 2025 22:54:08 +0100 Subject: [PATCH] docs: use OLLAMA_VERSION=0.5.7 for install version override (#8802) --- docs/linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/linux.md b/docs/linux.md index 13655f423..12c38de1d 100644 --- a/docs/linux.md +++ b/docs/linux.md @@ -152,7 +152,7 @@ Use `OLLAMA_VERSION` environment variable with the install script to install a s For example: ```shell -curl -fsSL https://ollama.com/install.sh | OLLAMA_VERSION=0.3.9 sh +curl -fsSL https://ollama.com/install.sh | OLLAMA_VERSION=0.5.7 sh ``` ## Viewing logs