Spaces:
Runtime error
Runtime error
Commit
·
55eed82
1
Parent(s):
c439461
remove tgi
Browse files- entrypoint.sh.template +2 -2
entrypoint.sh.template
CHANGED
|
@@ -7,10 +7,10 @@
|
|
| 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
|
| 14 |
|
| 15 |
# Start the chat-ui process
|
| 16 |
export PUBLIC_VERSION="2.0"
|
|
|
|
| 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
|
| 14 |
|
| 15 |
# Start the chat-ui process
|
| 16 |
export PUBLIC_VERSION="2.0"
|