-
Notifications
You must be signed in to change notification settings - Fork 24.2k
[export] Move PT2 constants to torch::_export #153206
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/153206
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 1 New Failure, 3 Unrelated FailuresAs of commit a875368 with merge base f66a159 ( NEW FAILURE - The following job has failed:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
BROKEN TRUNK - The following jobs failed but was present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D74417085 |
This pull request was exported from Phabricator. Differential Revision: D74417085 |
6ca72da
to
599c119
Compare
Summary: Pull Request resolved: #153206 before: `from sigmoid.core.package.pt2_archive_constants_pybind import ...` after: `from torch._C._export.pt2_archive_constants import ...` #buildall Test Plan: `buck2 test //sigmoid/...` https://www.internalfb.com/intern/testinfra/testrun/1970325119807758 Differential Revision: D74417085
This pull request was exported from Phabricator. Differential Revision: D74417085 |
599c119
to
4e5fcad
Compare
Summary: Pull Request resolved: pytorch#153206 before: `from sigmoid.core.package.pt2_archive_constants_pybind import ...` after: `from torch._C._export.pt2_archive_constants import ...` #buildall Test Plan: `buck2 test //sigmoid/...` https://www.internalfb.com/intern/testinfra/testrun/1970325119807758 Reviewed By: zhxchen17 Differential Revision: D74417085
This pull request was exported from Phabricator. Differential Revision: D74417085 |
4e5fcad
to
ace3bce
Compare
Summary: Pull Request resolved: pytorch#153206 before: `from sigmoid.core.package.pt2_archive_constants_pybind import ...` after: `from torch._C._export.pt2_archive_constants import ...` #buildall Test Plan: `buck2 test //sigmoid/...` https://www.internalfb.com/intern/testinfra/testrun/1970325119807758 Reviewed By: zhxchen17 Differential Revision: D74417085
This pull request was exported from Phabricator. Differential Revision: D74417085 |
ace3bce
to
f6bdcf8
Compare
Summary: Pull Request resolved: pytorch#153206 before: `from sigmoid.core.package.pt2_archive_constants_pybind import ...` after: `from torch._C._export.pt2_archive_constants import ...` #buildall Test Plan: `buck2 test //sigmoid/...` https://www.internalfb.com/intern/testinfra/testrun/1970325119807758 Reviewed By: dolpm, zhxchen17 Differential Revision: D74417085
Summary: Pull Request resolved: pytorch#153206 before: `from sigmoid.core.pa 8000 ckage.pt2_archive_constants_pybind import ...` after: `from torch._C._export.pt2_archive_constants import ...` #buildall Test Plan: `buck2 test //sigmoid/...` https://www.internalfb.com/intern/testinfra/testrun/1970325119807758 Reviewed By: dolpm, zhxchen17 Differential Revision: D74417085
This pull request was exported from Phabricator. Differential Revision: D74417085 |
f6bdcf8
to
a875368
Compare
@pytorchbot merge (Initiating merge automatically since Phabricator Diff has merged) |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: 1 jobs have failed, first few of them are: inductor / unit-test / cuda12.6-py3.10-gcc9-sm86 / test (inductor_distributed, 1, 1, linux.g5.12xlarge.nvidia.gpu) Details for Dev Infra teamRaised by workflow job |
@pytorchbot merge -f "merged internally via codev" |
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 |
Test Plan:
buck2 test //sigmoid/...
https://www.internalfb.com/intern/testinfra/testrun/1970325119807758
Differential Revision: D74417085
cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @chenyang78 @kadeng @muchulee8 @amjames @chauhang @aakhundov