Spaces:
Sleeping
Sleeping
Update entrypoint.sh
Browse files- entrypoint.sh +2 -0
entrypoint.sh
CHANGED
|
@@ -16,4 +16,6 @@ for m in "${MODELS[@]}"; do
|
|
| 16 |
# No need to sleep here unless you want to give some delay between each pull for some reason
|
| 17 |
done
|
| 18 |
|
|
|
|
|
|
|
| 19 |
# Keep the script running to prevent the container from exiting
|
|
|
|
| 16 |
# No need to sleep here unless you want to give some delay between each pull for some reason
|
| 17 |
done
|
| 18 |
|
| 19 |
+
litellm --model ollama/mistral:7b
|
| 20 |
+
|
| 21 |
# Keep the script running to prevent the container from exiting
|