LPX55 commited on
Commit
84573a0
·
verified ·
1 Parent(s): ce3e736

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +2 -2
entrypoint.sh CHANGED
@@ -35,8 +35,8 @@ echo "Ollama server is ready!"
35
 
36
  # Pull the model with error handling
37
  echo "Pulling the model..."
38
- if ! ollama pull gemma3:270m; then
39
- echo "ERROR: Failed to pull model smollm2:135m"
40
  exit 1
41
  fi
42
 
 
35
 
36
  # Pull the model with error handling
37
  echo "Pulling the model..."
38
+ if ! ollama pull gemma3:12b-it-qat; then
39
+ echo "ERROR: Failed to pull model gemma3:12b-it-qat"
40
  exit 1
41
  fi
42