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 f33cff7 commit c49edbcCopy full SHA for c49edbc
.github/scripts/validate_binaries.sh
@@ -1,2 +1,6 @@
1
pip install ${PYTORCH_PIP_PREFIX} torchao --index-url ${PYTORCH_PIP_DOWNLOAD_URL}
2
+# Intial smoke test, tries importing torchao
3
python ./test/smoke_tests/smoke_tests.py
4
+# Now we install dev-requirments and try to run the tests
5
+pip install -r dev-requirements.txt
6
+pytest test --verbose -s
0 commit comments