subhrajit-mohanty commited on
Commit
e8e156e
·
verified ·
1 Parent(s): 69f2435

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 smollm2:135m; then
39
  echo "ERROR: Failed to pull model smollm2:135m"
40
  exit 1
41
  fi
 
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