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

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -35,7 +35,7 @@ echo "Ollama server is ready!"
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
 
35
 
36
  # Pull the model with error handling
37
  echo "Pulling the model..."
38
+ if ! ollama pull gemma3:4b-it-qat; then
39
  echo "ERROR: Failed to pull model gemma3:12b-it-qat"
40
  exit 1
41
  fi