We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a5f81 commit ce81eb8Copy full SHA for ce81eb8
.github/workflows/self-pr-slow-ci.yml
@@ -93,7 +93,7 @@ jobs:
93
94
- name: Reinstall transformers in edit mode (remove the one installed during docker image build)
95
working-directory: /transformers
96
- 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
97
98
- name: NVIDIA-SMI
99
run: |
0 commit comments