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