From e14a451d8dbd9eb0bd954d74c90aa94b2c80c6d9 Mon Sep 17 00:00:00 2001 From: yuanwu Date: Tue, 13 May 2025 01:38:18 +0000 Subject: [PATCH] Add the latest transformers Signed-off-by: yuanwu --- backends/gaudi/tgi-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/gaudi/tgi-entrypoint.sh b/backends/gaudi/tgi-entrypoint.sh index a5000491..deb64382 100644 --- a/backends/gaudi/tgi-entrypoint.sh +++ b/backends/gaudi/tgi-entrypoint.sh @@ -12,7 +12,7 @@ if [[ "$ATTENTION" == "paged" ]]; then # Check if Llama-4 is in the command line arguments if [[ "$*" == *"Llama-4"* ]]; then echo 'ATTENTION=paged and Llama-4 detected' - pip install git+https://github.com/yuanwu2017/transformers.git@0425 + pip install git+https://github.com/huggingface/transformers.git@29338949 fi fi