Skip to content

Commit

Permalink
Updates to entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
estohlmann committed Oct 18, 2024
1 parent 9f744c0 commit 4971762
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/serve/ecs-model/textgen/tgi/src/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,4 @@ echo "$(env)"
# Start the webserver
echo "Starting TGI"
CUDA_VISIBLE_DEVICES=${CUDA_VISIBLE_DEVICES} \
text-generation-launcher \
--model-id $LOCAL_MODEL_PATH \
--quantize ${QUANTIZE} \
--port 8080 \
--num-shard ${NUM_SHARD} \
--json-output
text-generation-launcher "${startArgs[@]}"

0 comments on commit 4971762

Please sign in to comment.