Spaces:
lion-ai
/
Sleeping

ankush13r commited on
Commit
619606f
1 Parent(s): 9f74fd9

Update entrypoint.sh.template

Browse files
Files changed (1) hide show
  1. entrypoint.sh.template +1 -1
entrypoint.sh.template CHANGED
@@ -7,7 +7,7 @@
7
  # mongod &
8
 
9
  # # Start the text-generation-inference process
10
- text-generation-launcher --model-id fabiochiu/t5-small-medium-title-generation --num-shard 1 --port 8090 --trust-remote-code &
11
 
12
  # # Wait for text-generation-inference to start
13
  curl --retry 60 --retry-delay 10 --retry-connrefused http://127.0.0.1:8090/health
 
7
  # mongod &
8
 
9
  # # Start the text-generation-inference process
10
+ text-generation-launcher --model-id czearing/article-title-generator --num-shard 1 --port 8090 --trust-remote-code &
11
 
12
  # # Wait for text-generation-inference to start
13
  curl --retry 60 --retry-delay 10 --retry-connrefused http://127.0.0.1:8090/health