Spaces:
Sleeping
Sleeping
Update entrypoint.sh.template
Browse files- 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
|
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
|