Skip to content

Commit

Permalink
don't update hf_hub
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Sep 3, 2024
1 parent 061bdfe commit 80908c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/model_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-') }}
Expand Down

0 comments on commit 80908c9

Please sign in to comment.