subhrajit-mohanty commited on
Commit
0628f1f
·
verified ·
1 Parent(s): 06dfbfb

Update entrypoint.sh

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