From 97c52a4615f2c693fa527925540388a455bf3a74 Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 26 Apr 2025 14:50:39 +0200 Subject: [PATCH] Update. --- ollama-colab-v2.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ollama-colab-v2.sh b/ollama-colab-v2.sh index ce4836d..280d361 100644 --- a/ollama-colab-v2.sh +++ b/ollama-colab-v2.sh @@ -6,12 +6,15 @@ # Install Ollama. curl -fsSL https://ollama.com/install.sh | sh -# Your model. -ollama pull qwen2.5-coder:14b - # Start Ollama on the background. nohup ollama serve > ollama.log 2>&1 & +# Wait a second. +sleep 2 + +# Your model. +ollama pull qwen2.5-coder:14b + # Install the ollama molodetz client to publish your model to uberlama. pip install aiohttp wget https://retoor.molodetz.nl/retoor/uberlama/raw/branch/main/client.py