-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[export] Remove Proxy from exported programs and modules #132956
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/132956
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 1d0cd7b with merge base b845068 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D60940832 |
This pull request was exported from Phabricator. Differential Revision: D60940832 |
) Summary: Pull Request resolved: pytorch#132956 Remove Proxy from exported programs and modules because they cannot be deepcopied or pickeled. Test Plan: CI ``` buck2 run 'fbcode//mode/dev-nosan' fbcode//caffe2/test/quantization:test_quantization -- -r qat_conv2d buck2 run 'fbcode//mode/dev-nosan' fbcode//modai/test:test_modai -- -r test_qat_stinson_htp_export buck2 run 'fbcode//mode/dev-nosan' fbcode//vizard_projects/ml_depth/tests:test_model -- -r test_qat_model_et buck2 run 'fbcode//mode/dev-nosan' fbcode//bolt/nn/executorch/backends/tests:qnn_test -- -r test_qat_bias=False,use_3d_input=False buck2 run 'fbcode//mode/dev-nosan' fbcode//bolt/nn/executorch/backends/tests:qnn_test -- -r test_qat_bias=True,use_3d_input=False buck2 run 'fbcode//mode/dev-nosan' fbcode//caffe2/test/quantization:test_quantization -- -r test_fold_bn_erases_bn_node ``` Differential Revision: D60940832
c5e0e71
to
2e206a1
Compare
Summary: X-link: pytorch/pytorch#132956 Remove Proxy from exported programs and modules because they cannot be deepcopied or pickeled. Differential Revision: D60940832
This pull request was exported from Phabricator. Differential Revision: D60940832 |
2e206a1
to
d4cfa02
Compare
Summary: Pull Request resolved: pytorch#4598 X-link: pytorch/pytorch#132956 Remove Proxy from exported programs and modules because they cannot be deepcopied or pickeled. Differential Revision: D60940832
) Summary: X-link: pytorch/executorch#4598 Pull Request resolved: pytorch#132956 Remove Proxy from exported programs and modules because they cannot be deepcopied or pickeled. Test Plan: CI ``` buck2 run 'fbcode//mode/dev-nosan' fbcode//caffe2/test/quantization:test_quantization -- -r qat_conv2d buck2 run 'fbcode//mode/dev-nosan' fbcode//modai/test:test_modai -- -r test_qat_stinson_htp_export buck2 run 'fbcode//mode/dev-nosan' fbcode//vizard_projects/ml_depth/tests:test_model -- -r test_qat_model_et buck2 run 'fbcode//mode/dev-nosan' fbcode//bolt/nn/executorch/backends/tests:qnn_test -- -r test_qat_bias=False,use_3d_input=False buck2 run 'fbcode//mode/dev-nosan' fbcode//bolt/nn/executorch/backends/tests:qnn_test -- -r test_qat_bias=True,use_3d_input=False ``` Differential Revision: D60940832
This pull request was exported from Phabricator. Differential Revision: D60940832 |
d4cfa02
to
1d0cd7b
Compare
@pytorchbot merge -f 'Landed internally' (Initiating merge automatically since Phabricator Diff has merged, using force because this PR might not pass merge_rules.json but landed internally) |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Summary: Remove Proxy from exported programs and modules because they cannot be deepcopied or pickeled.
Test Plan:
CI
Differential Revision: D60940832