zhengr commited on
Commit
150fab6
·
verified ·
1 Parent(s): f8f0d48

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. 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