infinityonline commited on
Commit
bf67a8c
·
verified ·
1 Parent(s): ee0ded2

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +2 -2
start.sh CHANGED
@@ -8,8 +8,8 @@ OLLAMA_PID=$!
8
  echo "Waiting for Ollama to start..."
9
  sleep 10
10
 
11
- echo "Pulling qwen3.5:4b..."
12
- ollama pull qwen3.5:4b
13
 
14
  echo "✅ Ollama is ready on port 11434"
15
  wait $OLLAMA_PID
 
8
  echo "Waiting for Ollama to start..."
9
  sleep 10
10
 
11
+ echo "Pulling qwen3.5:2b..."
12
+ ollama pull qwen3.5:2b
13
 
14
  echo "✅ Ollama is ready on port 11434"
15
  wait $OLLAMA_PID