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 382486a commit 7754e8eCopy full SHA for 7754e8e
.github/workflows/validate-linux-binaries.yml
@@ -200,5 +200,5 @@ jobs:
200
DWN_PYTORCH_ORG="https://download.pytorch.org/whl/cu${CUDA_VERSION_NODOT}"
201
fi
202
203
- python3 -m pip install torch --index-url ${DWN_PYTORCH_ORG}
+ python3 -m pip install torch --progress-bar off --index-url ${DWN_PYTORCH_ORG}
204
python3 .ci/pytorch/smoke_test/smoke_test.py --package torchonly
0 commit comments