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