Update entrypoint.sh
Browse files- 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
|
| 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
|