Skip to content

Commit

Permalink
[benchmark] Update TGI version (#7917)
Browse files Browse the repository at this point in the history
  • Loading branch information
philschmid authored Aug 27, 2024
1 parent fc91188 commit 345be0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/launch_tgi_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TOKENS=$2

docker run -e HF_TOKEN=$HF_TOKEN --gpus all --shm-size 1g -p $PORT:80 \
-v $PWD/data:/data \
ghcr.io/huggingface/text-generation-inference:1.4.0 \
ghcr.io/huggingface/text-generation-inference:2.2.0 \
--model-id $MODEL \
--sharded false \
--max-input-length 1024 \
Expand Down

0 comments on commit 345be0e

Please sign in to comment.