Skip to content

Commit c49edbc

Browse files
authored
Update smoke test (#1111)
stack-info: PR: #1111, branch: drisspg/stack/15
1 parent f33cff7 commit c49edbc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
pip install ${PYTORCH_PIP_PREFIX} torchao --index-url ${PYTORCH_PIP_DOWNLOAD_URL}
2+
# Intial smoke test, tries importing torchao
23
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

Comments
 (0)