Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli committed Apr 26, 2024
1 parent a18fa66 commit b501743
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .azure/gpu-tests-fabric.yml
Expand Up @@ -101,9 +101,7 @@ jobs:
done
displayName: "Adjust dependencies"
# TODO: remove
- bash: |
pip install torch==2.3.0 torchvision --index-url https://download.pytorch.org/whl/test/cu121
extra=$(python -c "print({'lightning': 'fabric-'}.get('$(PACKAGE_NAME)', ''))")
pip install -e ".[${extra}dev]" pytest-timeout -U --find-links="${TORCH_URL}"
displayName: "Install package & dependencies"
Expand Down
2 changes: 0 additions & 2 deletions .azure/gpu-tests-pytorch.yml
Expand Up @@ -104,9 +104,7 @@ jobs:
done
displayName: "Adjust dependencies"
# TODO: remove
- bash: |
pip install torch==2.3.0 torchvision --index-url https://download.pytorch.org/whl/test/cu121
extra=$(python -c "print({'lightning': 'pytorch-'}.get('$(PACKAGE_NAME)', ''))")
pip install -e ".[${extra}dev]" pytest-timeout -U --find-links="${TORCH_URL}"
displayName: "Install package & dependencies"
Expand Down

0 comments on commit b501743

Please sign in to comment.