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 f6e74c1 commit 2d88140Copy full SHA for 2d88140
.azure/hpu-tests.yml
@@ -33,8 +33,9 @@ jobs:
33
34
- bash: |
35
pip --version
36
- .actions/assistant.py requirements_prune_pkgs torch,torchvision,torchtext
37
- pip install .["extra","test"] --force-reinstall
+ pip uninstall -y pytorch-lightning
+ .actions/assistant.py requirements-prune-pkgs torch,torchvision,torchtext
38
+ pip install .["extra","test"]
39
pip list
40
env:
41
PACKAGE_NAME: pytorch
0 commit comments