-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[torch::deploy] Remove c10::errors from torch::deploy
#74283
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
CI Flow Status⚛️ CI FlowRuleset - Version:
|
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 8e017a1 (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
|
This pull request was exported from Phabricator. Differential Revision: D34905174 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D34905174 |
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
|
This pull request was exported from Phabricator. Differential Revision: D34905174 |
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:
Remove
c10::errorsfrom torch::deploy and replace them withmultipy::errorswhich 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
Differential Revision: D34905174