Spaces:
Runtime error
Runtime error
Update entrypoint.sh.template
Browse files- entrypoint.sh.template +1 -1
entrypoint.sh.template
CHANGED
@@ -9,7 +9,7 @@ if [[ "$QUANTIZATION" == "false" ]]; then
|
|
9 |
&
|
10 |
else
|
11 |
text-generation-launcher --model-id $MODEL_NAME \
|
12 |
-
-e HUGGING_FACE_HUB_TOKEN=$ \
|
13 |
--num-shard 1 --port 8080 --trust-remote-code \
|
14 |
--max-concurrent-requests $MAX_CONCURRENT_REQUESTS \
|
15 |
--max-input-length $MAX_INPUT_LENGTH \
|
|
|
9 |
&
|
10 |
else
|
11 |
text-generation-launcher --model-id $MODEL_NAME \
|
12 |
+
-e HUGGING_FACE_HUB_TOKEN=$HUGGING_FACE_HUB_TOKEN \
|
13 |
--num-shard 1 --port 8080 --trust-remote-code \
|
14 |
--max-concurrent-requests $MAX_CONCURRENT_REQUESTS \
|
15 |
--max-input-length $MAX_INPUT_LENGTH \
|