Skip to content

Commit

Permalink
[PR run-slow] (huggingface#33939)
Browse files Browse the repository at this point in the history
* force latest torch

* Update .github/workflows/self-pr-slow-ci.yml

Co-authored-by: Yih-Dar <[email protected]>

---------

Co-authored-by: Yih-Dar <[email protected]>
  • Loading branch information
ArthurZucker and ydshieh authored Oct 4, 2024
1 parent 061c2c4 commit 2e719e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/self-pr-slow-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

- name: Reinstall transformers in edit mode (remove the one installed during docker image build)
working-directory: /transformers
run: python3 -m pip uninstall -y transformers && python3 -m pip install -e .
run: python3 -m pip uninstall -y transformers && python3 -m pip install -e . && python3 -m pip install --upgrade torch torchaudio torchvision

- name: NVIDIA-SMI
run: |
Expand Down

0 comments on commit 2e719e3

Please sign in to comment.