From a8845ea2e8f244cecfd9c5df35c3587a5ed12add Mon Sep 17 00:00:00 2001 From: Samaneh Saadat Date: Tue, 16 Apr 2024 21:21:29 +0000 Subject: [PATCH] Install huggingface_hub package for gpu tests. --- .kokoro/github/ubuntu/gpu/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.kokoro/github/ubuntu/gpu/build.sh b/.kokoro/github/ubuntu/gpu/build.sh index 04c6c7c454..be0294126d 100644 --- a/.kokoro/github/ubuntu/gpu/build.sh +++ b/.kokoro/github/ubuntu/gpu/build.sh @@ -57,6 +57,7 @@ then fi pip install --no-deps -e "." --progress-bar off +pip install huggingface_hub # Run Extra Large Tests for Continuous builds if [ "${RUN_XLARGE:-0}" == "1" ]