Spaces:
Sleeping
Sleeping
Update entrypoint.sh
Browse files- entrypoint.sh +1 -0
entrypoint.sh
CHANGED
@@ -12,6 +12,7 @@ done
|
|
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
|
|
|
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
|