forked from pytorch/executorch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemement smoke_test.py for pip wheel jobs (pytorch#3474)
Summary: Pull Request resolved: pytorch#3474 This script is run by CI after building the executorch wheel. Before running this, the job will install the matching torch package as well as the newly-built executorch package and its dependencies. For now we test the export of a simple model, and try executing it using the runtime pybindings. Test Plan: ``` ./install_requirements.sh python build/packaging/smoke_test.py ``` imported-using-ghimport Reviewed By: mikekgfb Differential Revision: D56857490 Pulled By: dbort fbshipit-source-id: e52fdba63dafbe7d653d8696001bf3b21775f493
- Loading branch information
1 parent
904b50c
commit f8a4d8c
Showing
1 changed file
with
91 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters