Dan commited on
Commit
b297fe1
·
1 Parent(s): 52c2c00

use bigger model

Browse files
Files changed (1) hide show
  1. on_startup.sh +2 -2
on_startup.sh CHANGED
@@ -20,8 +20,8 @@ done
20
 
21
  # Try pulling the model up to 3 times if it fails
22
  for attempt in {1..3}; do
23
- echo "Attempt $attempt: Pulling gemma3:4b..."
24
- if ollama pull gemma3:4b; then
25
  echo "Model pulled successfully."
26
  break
27
  else
 
20
 
21
  # Try pulling the model up to 3 times if it fails
22
  for attempt in {1..3}; do
23
+ echo "Attempt $attempt: Pulling gemma3:27b-it-qat..."
24
+ if ollama pull gemma3:27b-it-qat; then
25
  echo "Model pulled successfully."
26
  break
27
  else