-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Add PyTorchDeploy predictor model type #54120
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 failures summary and remediationsAs of commit a43e85e (more details on the Dr. CI page):
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
This pull request was exported from Phabricator. Differential Revision: D26961744 |
Codecov Report
@@ Coverage Diff @@
## master #54120 +/- ##
=======================================
Coverage 77.46% 77.46%
=======================================
Files 1891 1891
Lines 185210 185210
=======================================
+ Hits 143464 143473 +9
+ Misses 41746 41737 -9 |
This pull request was exported from Phabricator. Differential Revision: D26961744 |
b18e276
to
9a8779b
Compare
Summary: Pull Request resolved: pytorch#54120 Construct InterpreterManager inside PyTorchDeployModel - add ReadAdapterInterface to deploy::Package Implement PyTorchDeployModel::makePrediction for FeatureStore Examples - Basic test of loading and executing 'simple' model Test Plan: ran unit tests locally and CI Differential Revision: D26961744 fbshipit-source-id: 32928095983d87785c5c2fda93bdb71ce91a863a
This pull request was exported from Phabricator. Differential Revision: D26961744 |
9a8779b
to
a43e85e
Compare
This pull request has been merged in 2662e34. |
Summary:
Construct InterpreterManager inside PyTorchDeployModel
Basic test of loading and executing 'simple' model
Implement PyTorchDeployModel::makePrediction for FeatureStore Examples
Runs locally in opt and dbg, but not dev
needs -c=python.package_style=inplace currently or generate_packages fails,
e.g.
buck test mode/opt -c=python.package_style=inplace //fblearner/predictor/model/tests:pytorch_deploy_model_test
should pass
Differential Revision: D26961744