Skip to content

Commit 45e6401

Browse files
PaliCfacebook-github-bot
authored andcommitted
Migrate misc from torch::deploy to multipy (#143)
Summary: Pull Request resolved: #143 X-link: pytorch/pytorch#80213 We are creating a new repo called `fbcode/multipy` to house `torch.package` and `torch::deploy` code. This diff migrates over `//caffe2/torch/csrc/deploy:xxx` usages over to `//caffe2/multipy/runtime` which is the new repo we are moving `torch::deploy` code to. `test/cpp/api/imethod.cpp` still uses `torch::deploy` as it is used for OSS testing of `torch::deploy` Reviewed By: d4l3k Differential Revision: D37399594 fbshipit-source-id: 04e70de20e4b152f36238a7bf3232914421ab887
1 parent fd6da58 commit 45e6401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multipy/deploy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212

1313
#pragma once
1414

15-
#include <torch/csrc/deploy/deploy.h>
15+
#include <multipy/runtime/deploy.h>

0 commit comments

Comments
 (0)