From ffe193bfb59fbb47af3c678ad1b2b99b7c818d4b Mon Sep 17 00:00:00 2001 From: retoor Date: Wed, 23 Apr 2025 17:42:33 +0000 Subject: [PATCH] chore: update curl URL in script comment from retoor.molodetz.nl to molodetz.nl --- ollama-colab-v2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ollama-colab-v2.sh b/ollama-colab-v2.sh index de3f701..d62234c 100644 --- a/ollama-colab-v2.sh +++ b/ollama-colab-v2.sh @@ -1,7 +1,7 @@ # Free GPU's for everyone! Run Ollama on Google Colab by running only this script by running the curl a few lines below. # Execute this script by running the following command in Jupyther Notebook (Google Collab): -# !curl https://retoor.molodetz.nl/retoor/ollama/raw/branch/main/ollama-colab-v2.sh | bash +# !curl https://molodetz.nl/retoor/uberlama/raw/branch/main/ollama-colab-v2.sh | bash # Install Ollama. curl -fsSL https://ollama.com/install.sh | sh