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 9b6205c commit c528248Copy full SHA for c528248
.azure/hpu-tests.yml
@@ -40,9 +40,11 @@ jobs:
40
displayName: 'Instance HW info'
41
42
- bash: |
43
+ set -e
44
pip --version
- pip uninstall -y lightning pytorch-lightning
45
- .actions/assistant.py requirements-prune-pkgs torch,torchvision,torchtext
+ sudo pip uninstall -y lightning pytorch-lightning
46
+ pip install fire
47
+ python .actions/assistant.py requirements-prune-pkgs torch,torchvision,torchtext
48
pip install .["extra","test"]
49
pip list
50
env:
0 commit comments