-
Notifications
You must be signed in to change notification settings - Fork 607
Test #577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test #577
Conversation
✅ Deploy Preview for resplendent-gnome-14e531 canceled.
|
This pull request was exported from Phabricator. Differential Revision: D49850153 |
This pull request was exported from Phabricator. Differential Revision: D49850153 |
2e33443
to
f50aae3
Compare
This pull request was exported from Phabricator. Differential Revision: D49850153 |
f50aae3
to
1bd229c
Compare
This pull request was exported from Phabricator. Differential Revision: D49850153 |
1bd229c
to
f2d5d70
Compare
This pull request was exported from Phabricator. Differential Revision: D49850153 |
f2d5d70
to
0691ac0
Compare
This pull request was exported from Phabricator. Differential Revision: D49850153 |
0691ac0
to
ed57b0e
Compare
This pull request was exported from Phabricator. Differential Revision: D49850153 |
ed57b0e
to
02bd17e
Compare
This pull request was exported from Phabricator. Differential Revision: D49850153 |
02bd17e
to
b0e9289
Compare
Summary: Making sure we have the macOS build too. To find the hash, see https://hud.pytorch.org/hud/pytorch/pytorch/nightly for the target date. To test, check if the file like `torch-2.2.0.dev20231005-cp311-none-macosx_11_0_arm64.whl` exists at https://download.pytorch.org/whl/nightly/torch/ and run `./install_requirements.sh` on a Mac to see all the dependencies are successfully installed. Pull Request resolved: pytorch/executorch#644 Reviewed By: angelayi Differential Revision: D49973900 Pulled By: shoumikhin fbshipit-source-id: 110c3f0030015f0c9c5d5d5888e9b92d35fd1ff5
Differential Revision: D49850149 fbshipit-source-id: 9665b2fa1b3443c3182192af1ceda0ac47a3d44a
Summary: Pull Request resolved: pytorch/executorch#576 We are adding the pass to convert scalars to attrs into our quantize testing stage. This allows us to test end to end flow of models with quantized scalars Reviewed By: digantdesai, jerryzh168 Differential Revision: D49850601 fbshipit-source-id: 682cd876e66fa03cda2c17b7bb2396a047dcea01
Summary: Pull Request resolved: pytorch/executorch#577 Test for inception v3 model both fp32 and quantized Currently we don't have a node visitor for avg_pool2d, so we omitt it. This shouldn't be hard to add, but seems like just a node name that we are missing. We can add this after mvp Reviewed By: digantdesai Differential Revision: D49850153 fbshipit-source-id: 360f8bd8a4a71767e6ca8984fae92a2b935e041e
This pull request was exported from Phabricator. Differential Revision: D49850153 |
b0e9289
to
5f3e508
Compare
This pull request has been merged in f2273df. |
Summary:
Test for inception v3 model both fp32 and quantized
Currently we don't have a node visitor for avg_pool2d, so we omitt it. This shouldn't be hard to add, but seems like just a node name that we are missing. We can add this after mvp
Differential Revision: D49850153