-
Notifications
You must be signed in to change notification settings - Fork 608
Fix lift_constant_tensor_pass to make sure constants are not inserted in the state dict #2558
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/2558
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 10d61f0 with merge base 95b0daa ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D55175415 |
887613c
to
91a801b
Compare
This pull request was exported from Phabricator. Differential Revision: D55175415 |
91a801b
to
c9c227a
Compare
This pull request was exported from Phabricator. Differential Revision: D55175415 |
… in the state dict (#2558) Summary: Currently in `lift_tensor_constant_pass` the lifted constants are being placed in the state dict which is the wrong place for them. They should be inserted in the `constants` section of the `ExportedProgram` which this diff addresses. Differential Revision: D55175415
c9c227a
to
557b9dc
Compare
This pull request was exported from Phabricator. Differential Revision: D55175415 |
557b9dc
to
62f0c62
Compare
… in the state dict (#2558) Summary: Currently in `lift_tensor_constant_pass` the lifted constants are being placed in the state dict which is the wrong place for them. They should be inserted in the `constants` section of the `ExportedProgram` which this diff addresses. Differential Revision: D55175415
This pull request was exported from Phabricator. Differential Revision: D55175415 |
… in the state dict (#2558) Summary: Currently in `lift_tensor_constant_pass` the lifted constants are being placed in the state dict which is the wrong place for them. They should be inserted in the `constants` section of the `ExportedProgram` which this diff addresses. Reviewed By: angelayi Differential Revision: D55175415
62f0c62
to
c2692e9
Compare
This pull request was exported from Phabricator. Differential Revision: D55175415 |
… in the state dict (#2558) Summary: Currently in `lift_tensor_constant_pass` the lifted constants are being placed in the state dict which is the wrong place for them. They should be inserted in the `constants` section of the `ExportedProgram` which this diff addresses. Reviewed By: angelayi Differential Revision: D55175415
c2692e9
to
7434384
Compare
This pull request was exported from Phabricator. Differential Revision: D55175415 |
… in the state dict (#2558) Summary: Currently in `lift_tensor_constant_pass` the lifted constants are being placed in the state dict which is the wrong place for them. They should be inserted in the `constants` section of the `ExportedProgram` which this diff addresses. Reviewed By: angelayi Differential Revision: D55175415
7434384
to
cf60df0
Compare
This pull request was exported from Phabricator. Differential Revision: D55175415 |
… in the state dict (#2558) Summary: Currently in `lift_tensor_constant_pass` the lifted constants are being placed in the state dict which is the wrong place for them. They should be inserted in the `constants` section of the `ExportedProgram` which this diff addresses. Reviewed By: angelayi Differential Revision: D55175415
cf60df0
to
02d6796
Compare
This pull request was exported from Phabricator. Differential Revision: D55175415 |
… in the state dict (#2558) Summary: Currently in `lift_tensor_constant_pass` the lifted constants are being placed in the state dict which is the wrong place for them. They should be inserted in the `constants` section of the `ExportedProgram` which this diff addresses. Reviewed By: angelayi Differential Revision: D55175415
02d6796
to
4b1b6aa
Compare
This pull request was exported from Phabricator. Differential Revision: D55175415 |
… in the state dict (#2558) Summary: Currently in `lift_tensor_constant_pass` the lifted constants are being placed in the state dict which is the wrong place for them. They should be inserted in the `constants` section of the `ExportedProgram` which this diff addresses. Reviewed By: angelayi Differential Revision: D55175415
4b1b6aa
to
10d61f0
Compare
This pull request was exported from Phabricator. Differential Revision: D55175415 |
This pull request has been merged in a624345. |
This pull request has been reverted by dc909be. |
… in the state dict (pytorch#2558) Summary: Pull Request resolved: pytorch#2558 Currently in `lift_tensor_constant_pass` the lifted constants are being placed in the state dict which is the wrong place for them. They should be inserted in the `constants` section of the `ExportedProgram` which this diff addresses. Reviewed By: angelayi Differential Revision: D55175415 fbshipit-source-id: afe7f4df94f89de6d0c43dab824c498567a6b21f
Differential Revision: D55175415