Skip to content

Commit ce81eb8

Browse files
committed
force latest torch
1 parent f1a5f81 commit ce81eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393

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

9898
- name: NVIDIA-SMI
9999
run: |

0 commit comments

Comments
 (0)