From 80908c993e6b6eefe9089b6545006d5230bdcdb7 Mon Sep 17 00:00:00 2001 From: ydshieh Date: Tue, 3 Sep 2024 14:27:40 +0200 Subject: [PATCH] don't update hf_hub --- .github/workflows/model_jobs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/model_jobs.yml b/.github/workflows/model_jobs.yml index 357758200c4fc8..f105a3f0518f6c 100644 --- a/.github/workflows/model_jobs.yml +++ b/.github/workflows/model_jobs.yml @@ -79,10 +79,10 @@ jobs: run: | python3 -m pip install -U datasets - - name: Update huggingface_hub - working-directory: /transformers - run: | - python3 -m pip install -U git+https://github.com/huggingface/huggingface_hub.git@do-not-fail-on-touch-if-fails +# - name: Update huggingface_hub +# working-directory: /transformers +# run: | +# python3 -m pip install -U git+https://github.com/huggingface/huggingface_hub.git@do-not-fail-on-touch-if-fails - name: Update / Install some packages (for Past CI) if: ${{ contains(inputs.docker, '-past-') && contains(inputs.docker, '-pytorch-') }}