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 70ae396 commit e1a6fe9Copy full SHA for e1a6fe9
.github/scripts/validate_poetry.sh
@@ -26,7 +26,7 @@ else
26
poetry --quiet add --source pytorch torch${RELEASE_SUFFIX} torchaudio torchvision
27
fi
28
29
-python ../test/smoke_test/smoke_test.py --package torchonly --runtime-error-check disabled
+python ../test/smoke_test/smoke_test.py ${TEST_SUFFIX} --runtime-error-check disabled
30
conda deactivate
31
conda env remove -p ${ENV_NAME}_poetry
32
cd ..
0 commit comments