We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f4602 commit 1e390eaCopy full SHA for 1e390ea
.github/workflows/tpu-tests.yml
@@ -73,7 +73,7 @@ jobs:
73
pip install mkl==2021.4.0
74
75
## Install torch & xla and torchvision
76
- pip install --pre --no-cache-dir --trusted-host download.pytorch.org torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu
+ pip install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu
77
pip install https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-nightly-cp310-cp310-linux_x86_64.whl
78
79
# Check installation
0 commit comments