LPX55 commited on
Commit
0050dbe
·
verified ·
1 Parent(s): 7ddd719

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +2 -2
entrypoint.sh CHANGED
@@ -11,8 +11,8 @@ done
11
 
12
  # Pull the model
13
  echo "Pulling the model..."
14
- ollama pull steamdj/llama3-cpu-only
15
- ollama pull smollm:1.7b-instruct-v0.2-q6_K
16
  # hf.co/unsloth/phi-4-GGUF:Q8_0
17
 
18
  # Keep the container running
 
11
 
12
  # Pull the model
13
  echo "Pulling the model..."
14
+ ollama pull gemma3:27b-it-qat
15
+ # ollama pull smollm:1.7b-instruct-v0.2-q6_K
16
  # hf.co/unsloth/phi-4-GGUF:Q8_0
17
 
18
  # Keep the container running