subhrajit-mohanty commited on
Commit
eec7d74
·
verified ·
1 Parent(s): 95367b9

Update entrypoint.sh

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