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 e1a6fe9 commit 4d985d7Copy full SHA for 4d985d7
.github/scripts/validate_poetry.sh
@@ -23,7 +23,7 @@ fi
23
if [[ ${TORCH_ONLY} == 'true' ]]; then
24
poetry --quiet add torch${RELEASE_SUFFIX}
25
else
26
- poetry --quiet add --source pytorch torch${RELEASE_SUFFIX} torchaudio torchvision
+ poetry --quiet add torch${RELEASE_SUFFIX} torchaudio torchvision
27
fi
28
29
python ../test/smoke_test/smoke_test.py ${TEST_SUFFIX} --runtime-error-check disabled
0 commit comments