-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[torch::deploy] Replace ArrayRef with local implementation to torch::deploy #74286
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 aa0f879 (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: D34907002 |
Summary: Remove `c10::errors` from torch::deploy and replace them with `multipy::errors` which is effectively a wrapper around `std::runtime_error Test Plan: buck test //caffe2/torch/csrc/deploy:test_deploy Differential Revision: D34905174 fbshipit-source-id: e8bd9917fbe1f835b9136201c0a348268088d6d1
…rch#74286) Summary: Pull Request resolved: pytorch#74286 This diff replaces `c10::optional` with the implementation it's based on in https://github.com/akrzemi1/Optional in order to help torch::deploy function without a dependency on `torch` pytorch#74002 Test Plan: buck test //caffe2/torch/csrc/deploy:test_deploy Reviewed By: d4l3k Differential Revision: D34907002 fbshipit-source-id: a9edd980091a65196c4a6cd1899e6bee2099c6ee
|
This pull request was exported from Phabricator. Differential Revision: D34907002 |
…rch#74286) Summary: Pull Request resolved: pytorch#74286 This diff replaces `c10::optional` with the implementation it's based on in https://github.com/akrzemi1/Optional in order to help torch::deploy function without a dependency on `torch` pytorch#74002 Test Plan: buck test //caffe2/torch/csrc/deploy:test_deploy Differential Revision: D34907002 fbshipit-source-id: 1064a93f8bbedb3bed6b8fd1f5275a55698410b2
…rch#74286) Summary: Pull Request resolved: pytorch#74286 This diff replaces `c10::optional` with the implementation it's based on in https://github.com/akrzemi1/Optional in order to help torch::deploy function without a dependency on `torch` pytorch#74002 Test Plan: buck test //caffe2/torch/csrc/deploy:test_deploy Differential Revision: D34907002 fbshipit-source-id: be019f70b3d0f877f5b4e6a7074032a2826b6a88
Summary: Pull Request resolved: #74286 This diff replaces `c10::optional` with the implementation it's based on in https://github.com/akrzemi1/Optional in order to help torch::deploy function without a dependency on `torch` #74002 Test Plan: buck test //caffe2/torch/csrc/deploy:test_deploy Reviewed By: d4l3k Differential Revision: D34907002 fbshipit-source-id: 93a3386f43d1c426f23c6dab5f898ed63b547a5c
|
Hey @PaliC. |
Summary:
This diff replaces
c10::optionalwith the implementation it's based on in https://github.com/akrzemi1/Optionalin order to help torch::deploy function without a dependency on
torch#74002
Test Plan: buck test //caffe2/torch/csrc/deploy:test_deploy
Differential Revision: D34907002