SuperSecureHuman commited on
Commit
35bbfea
·
1 Parent(s): f76de01

Create entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +3 -0
entrypoint.sh ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ python3 -m fastchat.serve.controller &
2
+ python3 -m fastchat.serve.model_worker --model-path mistralai/Mistral-7B-Instruct-v0.1 --device cpu &
3
+ python3 -m fastchat.serve.openai_api_server --host localhost --port 8000