mrfirdauss commited on
Commit
bb82480
·
verified ·
1 Parent(s): 9021252

change model to qwen3

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -11,7 +11,7 @@ done
11
 
12
  # Pull the model
13
  echo "Pulling the model..."
14
- ollama pull gemma3:1b
15
 
16
  # Keep the container running
17
  wait
 
11
 
12
  # Pull the model
13
  echo "Pulling the model..."
14
+ ollama pull qwen3:4b
15
 
16
  # Keep the container running
17
  wait