-
Notifications
You must be signed in to change notification settings - Fork 24.4k
[torch::deploy] remove asserts from deploy #73456
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
[ghstack-poisoned]
CI Flow Status⚛️ CI FlowRuleset - Version:
|
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 3d2f8b7 (more details on the Dr. CI page):
🕵️ 2 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
[ghstack-poisoned]
@PaliC has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Replaces `at::Error` with a more simple implementation of exceptions in order to reduce the dependency of torch::deploy on torch. Note: Internal Testing / changes are still needed Differential Revision: [D34568590](https://our.internmc.facebook.com/intern/diff/D34568590) [ghstack-poisoned]
Replaces `at::Error` with a more simple implementation of exceptions in order to reduce the dependency of torch::deploy on torch. Note: Internal Testing / changes are still needed Differential Revision: [D34568590](https://our.internmc.facebook.com/intern/diff/D34568590) [ghstack-poisoned]
Replaces `at::Error` with a more simple implementation of exceptions in order to reduce the dependency of torch::deploy on torch. Note: Internal Testing / changes are still needed Differential Revision: [D34568590](https://our.internmc.facebook.com/intern/diff/D34568590) [ghstack-poisoned]
Replaces `at::Error` with a more simple implementation of exceptions in order to reduce the dependency of torch::deploy on torch. Note: Internal Testing / changes are still needed Differential Revision: [D34568590](https://our.internmc.facebook.com/intern/diff/D34568590) [ghstack-poisoned]
@PaliC has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Replaces `at::Error` with a more simple implementation of exceptions in order to reduce the dependency of torch::deploy on torch. Note: Internal Testing / changes are still needed Differential Revision: [D34568590](https://our.internmc.facebook.com/intern/diff/D34568590) [ghstack-poisoned]
@PaliC has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Replaces `at::Error` with a more simple implementation of exceptions in order to reduce the dependency of torch::deploy on torch. Note: Internal Testing / changes are still needed Differential Revision: [D34568590](https://our.internmc.facebook.com/intern/diff/D34568590) [ghstack-poisoned]
@PaliC has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Replaces `at::Error` with a more simple implementation of exceptions in order to reduce the dependency of torch::deploy on torch. Note: Internal Testing / changes are still needed Differential Revision: [D34568590](https://our.internmc.facebook.com/intern/diff/D34568590) [ghstack-poisoned]
@PaliC has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
@PaliC has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Replaces `at::Error` with a more simple implementation of exceptions in order to reduce the dependency of torch::deploy on torch. Note: Internal Testing / changes are still needed Differential Revision: [D34868005](https://our.internmc.facebook.com/intern/diff/D34868005) [ghstack-poisoned]
@PaliC has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Replaces `at::Error` with a more simple implementation of exceptions in order to reduce the dependency of torch::deploy on torch. Note: Internal Testing / changes are still needed Differential Revision: [D34868005](https://our.internmc.facebook.com/intern/diff/D34868005) [ghstack-poisoned]
@PaliC has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Replaces `at::Error` with a more simple implementation of exceptions in order to reduce the dependency of torch::deploy on torch. Note: Internal Testing / changes are still needed Differential Revision: [D34868005](https://our.internmc.facebook.com/intern/diff/D34868005) [ghstack-poisoned]
@PaliC has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
1 similar comment
@PaliC has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Summary: Pull Request resolved: #73456 Replaces `at::Error` with a more simple implementation of exceptions in order to reduce the dependency of torch::deploy on torch. Note: Internal Testing / changes are still needed Test Plan: Imported from OSS Reviewed By: samdow Differential Revision: D34868005 Pulled By: PaliC fbshipit-source-id: c8bb1f7a2b169b5a8e3b63a697e0ced748a0524c
Hey @PaliC. |
This pull request has been reverted by cc5f8ae. To re-land this change, please open another pull request, assignthe same reviewers, fix the CI failures that caused the revert and make sure that the failing CI runs on the PR by applying the proper ciflow label (e.g., ciflow/trunk). |
Summary: Pull Request resolved: pytorch#74283 Remove `c10::errors` from torch::deploy and replace them with `multipy::errors` which is effectively a wrapper around `std::runtime_error. Review History can be found with pytorch#73456 Test Plan: buck test //caffe2/torch/csrc/deploy:test_deploy Differential Revision: D34905174 fbshipit-source-id: 528d9b3a010360645c669efa3c7852d7ae5e649c
Summary: Pull Request resolved: #74283 Remove `c10::errors` from torch::deploy and replace them with `multipy::errors` which is effectively a wrapper around `std::runtime_error. Review History can be found with #73456 Test Plan: buck test //caffe2/torch/csrc/deploy:test_deploy Reviewed By: aivanou Differential Revision: D34905174 fbshipit-source-id: 8883fc77dce66c489fa3fa9d14a71d1de1e0cc5f
Summary: Pull Request resolved: #74283 Remove `c10::errors` from torch::deploy and replace them with `multipy::errors` which is effectively a wrapper around `std::runtime_error. Review History can be found with #73456 Test Plan: buck test //caffe2/torch/csrc/deploy:test_deploy Reviewed By: aivanou Differential Revision: D34905174 fbshipit-source-id: 8883fc77dce66c489fa3fa9d14a71d1de1e0cc5f (cherry picked from commit 7fffcdf)
This pull request has been reverted by cc5f8ae. To re-land this change, please open another pull request, assignthe same reviewers, fix the CI failures that caused the revert and make sure that the failing CI runs on the PR by applying the proper ciflow label (e.g., ciflow/trunk). |
ghstack-source-id: efceb02 Pull Request resolved: pytorch/pytorch#73456
Stack from ghstack (oldest at bottom):
Replaces
at::Error
with a more simple implementation of exceptions in order to reduce the dependency of torch::deploy on torch.Note: Internal Testing / changes are still needed
Differential Revision: D34868005