Skip to content

Commit

Permalink
Update smoke test (pytorch#1111)
Browse files Browse the repository at this point in the history
stack-info: PR: pytorch#1111, branch: drisspg/stack/15
  • Loading branch information
drisspg authored Oct 21, 2024
1 parent f33cff7 commit c49edbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/scripts/validate_binaries.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
pip install ${PYTORCH_PIP_PREFIX} torchao --index-url ${PYTORCH_PIP_DOWNLOAD_URL}
# Intial smoke test, tries importing torchao
python ./test/smoke_tests/smoke_tests.py
# Now we install dev-requirments and try to run the tests
pip install -r dev-requirements.txt
pytest test --verbose -s

0 comments on commit c49edbc

Please sign in to comment.