Spaces:
Sleeping
Sleeping
Update entrypoint.sh
Browse files- entrypoint.sh +2 -2
entrypoint.sh
CHANGED
@@ -16,7 +16,7 @@ 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 |
-
litellm --model ollama/mistral:7b --drop_params
|
20 |
|
21 |
# Keep the script running to prevent the container from exiting
|
22 |
-
wait
|
|
|
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 --drop_params --host 127.0.0.1
|
20 |
|
21 |
# Keep the script running to prevent the container from exiting
|
22 |
+
# wait
|