Dragneel commited on
Commit
3a5d331
1 Parent(s): 74e74cf

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +2 -2
start.sh CHANGED
@@ -9,8 +9,8 @@ export CUDA_VISIBLE_DEVICES=0 # Use the first GPU if available
9
  ollama serve & # Use GPU 0 if available
10
 
11
  # Pull the model if not already present
12
- if ! ollama list | grep -q "tinyllama"; then
13
- ollama pull tinyllama
14
  fi
15
 
16
  # Wait for Ollama to start up (use a more robust check)
 
9
  ollama serve & # Use GPU 0 if available
10
 
11
  # Pull the model if not already present
12
+ if ! ollama list | grep -q "llama3.2:1b"; then
13
+ ollama pull llama3.2:1b
14
  fi
15
 
16
  # Wait for Ollama to start up (use a more robust check)