We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d5dc5 commit e5b8bddCopy full SHA for e5b8bdd
1 file changed
.github/workflows/_build_test_upload.yml
@@ -395,7 +395,7 @@ jobs:
395
if [[ $PIP_CHANNEL == 'official' ]]; then
396
pip3 install "$PYTORCH_VERSION" -f https://download.pytorch.org/whl/torch_stable.html
397
else
398
- pip3 install --pre "$PYTORCH_VERSION" -f "https://download.pytorch.org/whl/$PIP_CHANNEL"
+ pip3 install --pre "$PYTORCH_VERSION" --index-url "https://download.pytorch.org/whl/$PIP_CHANNEL/cpu"
399
fi
400
401
pip3 install -r requirements.txt
0 commit comments