Spaces:
Sleeping
Sleeping
change model to qwen3
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
|
@@ -11,7 +11,7 @@ done
|
|
| 11 |
|
| 12 |
# Pull the model
|
| 13 |
echo "Pulling the model..."
|
| 14 |
-
ollama pull
|
| 15 |
|
| 16 |
# Keep the container running
|
| 17 |
wait
|
|
|
|
| 11 |
|
| 12 |
# Pull the model
|
| 13 |
echo "Pulling the model..."
|
| 14 |
+
ollama pull qwen3:4b
|
| 15 |
|
| 16 |
# Keep the container running
|
| 17 |
wait
|