xzyao commited on
Commit
84ca03f
·
1 Parent(s): efd7d96

Update entrypoint.sh.template

Browse files
Files changed (1) hide show
  1. entrypoint.sh.template +0 -3
entrypoint.sh.template CHANGED
@@ -1,8 +1,5 @@
1
  #!/bin/bash
2
 
3
- # Start the local Mongo database
4
- mongod &
5
-
6
  # Start the text-generation-inference process
7
  text-generation-launcher --model-id ${MODEL_NAME} --num-shard 1 --port 8080 --trust-remote-code &
8
 
 
1
  #!/bin/bash
2
 
 
 
 
3
  # Start the text-generation-inference process
4
  text-generation-launcher --model-id ${MODEL_NAME} --num-shard 1 --port 8080 --trust-remote-code &
5