[benchmark] Update TGI version (#7917)

This commit is contained in:
Philipp Schmid
2024-08-28 00:07:53 +02:00
committed by GitHub
parent fc911880cc
commit 345be0e244

View File

@@ -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 \