Update start.sh
Browse files
start.sh
CHANGED
@@ -9,8 +9,8 @@ export CUDA_VISIBLE_DEVICES=0
|
|
9 |
ollama serve &
|
10 |
|
11 |
# Pull the model if not already present
|
12 |
-
if ! ollama list | grep -q "deepseek-r1:
|
13 |
-
ollama pull deepseek-r1
|
14 |
fi
|
15 |
|
16 |
# Wait for Ollama to start up
|
|
|
9 |
ollama serve &
|
10 |
|
11 |
# Pull the model if not already present
|
12 |
+
if ! ollama list | grep -q "deepseek-r1:1.5b"; then
|
13 |
+
ollama pull deepseek-r1:1.5b
|
14 |
fi
|
15 |
|
16 |
# Wait for Ollama to start up
|