[nativert] Move Weights to PyTorch core#155156
[nativert] Move Weights to PyTorch core#155156yiming0416 wants to merge 1 commit intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/155156
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit 62a1678 with merge base 2908c10 ( UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D75973156 |
|
This pull request was exported from Phabricator. Differential Revision: D75973156 |
aa50774 to
2ff5105
Compare
|
This pull request was exported from Phabricator. Differential Revision: D75973156 |
2ff5105 to
d110bb3
Compare
|
This pull request was exported from Phabricator. Differential Revision: D75973156 |
d110bb3 to
d02270a
Compare
|
This pull request was exported from Phabricator. Differential Revision: D75973156 |
Summary: Pull Request resolved: pytorch#155156 Moves Weights class to PyTorch core Torch Native Runtime RFC: pytorch/rfcs#72 README: https://github.com/pytorch/pytorch/blob/main/torch/nativert/OVERVIEW.md Test Plan: buck2 run mode/dev-nosan caffe2/test/cpp/nativert:weights_test Reviewed By: zhxchen17 Differential Revision: D75973156
d02270a to
a8d34c2
Compare
|
This pull request was exported from Phabricator. Differential Revision: D75973156 |
a8d34c2 to
ae30a1c
Compare
Summary: Pull Request resolved: pytorch#155156 Moves Weights class to PyTorch core Torch Native Runtime RFC: pytorch/rfcs#72 README: https://github.com/pytorch/pytorch/blob/main/torch/nativert/OVERVIEW.md Test Plan: ``` buck2 run mode/dev-nosan caffe2/test/cpp/nativert:weights_test ``` Reviewed By: zhxchen17 Differential Revision: D75973156
Summary: Pull Request resolved: pytorch#155156 Moves Weights class to PyTorch core Torch Native Runtime RFC: pytorch/rfcs#72 README: https://github.com/pytorch/pytorch/blob/main/torch/nativert/OVERVIEW.md Test Plan: ``` buck2 run mode/dev-nosan caffe2/test/cpp/nativert:weights_test ``` Reviewed By: zhxchen17 Differential Revision: D75973156
|
This pull request was exported from Phabricator. Differential Revision: D75973156 |
ae30a1c to
62a1678
Compare
|
@pytorchbot merge -i (Initiating merge automatically since Phabricator Diff has merged, merging with -i because oss signals were bypassed internally) |
Merge startedYour change will be merged while ignoring the following 2 checks: pull / linux-jammy-py3-clang12-executorch / test (executorch, 1, 1, linux.2xlarge, unstable), pull / linux-jammy-py3.9-gcc11 / test (default, 4, 5, linux.2xlarge) Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Summary:
Moves Weights class to PyTorch core
Torch Native Runtime RFC: pytorch/rfcs#72
README: https://github.com/pytorch/pytorch/blob/main/torch/nativert/OVERVIEW.md
Test Plan: buck2 run mode/dev-nosan caffe2/test/cpp/nativert:weights_test
Differential Revision: D75973156