rodrigomasini commited on
Commit
1b97509
·
verified ·
1 Parent(s): 3711684

Update entrypoint.sh.template

Browse files
Files changed (1) hide show
  1. 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 \