danghungithp commited on
Commit
d4a475a
·
verified ·
1 Parent(s): 2960766

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -10,7 +10,7 @@ ollama serve &
10
 
11
  # Pull the model if not already present
12
  if ! ollama list | grep -q "deepseek-r1:671b"; then
13
- ollama pull deepseek-r1:671b
14
  fi
15
 
16
  # Wait for Ollama to start up
 
10
 
11
  # Pull the model if not already present
12
  if ! ollama list | grep -q "deepseek-r1:671b"; then
13
+ ollama pull deepseek-r1
14
  fi
15
 
16
  # Wait for Ollama to start up