Skip to content

Commit b6bc5b3

Browse files
s4ayubpytorchmergebot
authored andcommitted
[torch deploy] remove torch deploy being added to "torch libraries" (doesnt work)
Summary: This doesn't work because libtorch_deploy.so isn't a thing anymore. Test Plan: tested in OSS, this does not break the build Differential Revision: D35919131 Pull Request resolved: pytorch#76363 Approved by: https://github.com/PaliC, https://github.com/osalpekar
1 parent d7db6a7 commit b6bc5b3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cmake/TorchConfig.cmake.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,6 @@ if(@USE_KINETO@)
127127
append_torchlib_if_found(kineto)
128128
endif()
129129

130-
if(@USE_DEPLOY@)
131-
append_torchlib_if_found(torch_deploy)
132-
endif()
133-
134130
if(@USE_CUDA@)
135131
if(MSVC)
136132
if(NOT NVTOOLEXT_HOME)

0 commit comments

Comments
 (0)