mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
Allow torch/csrc/deploy/interpreter/Optional.hpp to be allowed into the wheel distribution (#74643)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/74643 Previously `torch/csrc/deploy/interpreter/Optional.hpp` wasn't getting included in the wheel distribution created by `USE_DEPLOY=1 python setup.py bdist_wheel`, this pr fixes that Test Plan: Imported from OSS Reviewed By: d4l3k Differential Revision: D35094459 Pulled By: PaliC fbshipit-source-id: 50aea946cc5bb72720b993075bd57ccf8377db30 (cherry picked from commit 6ad5d96594f40af3d49d2137c2b3799a2d493b36)
This commit is contained in:
committed by
PyTorch MergeBot
parent
d7a857b0c0
commit
238d01ec90
3
setup.py
3
setup.py
@ -1019,7 +1019,8 @@ if __name__ == '__main__':
|
||||
'include/torch/csrc/autograd/utils/*.h',
|
||||
'include/torch/csrc/cuda/*.h',
|
||||
'include/torch/csrc/deploy/*.h',
|
||||
'include/torch/csrc/deploy/interpreter/interpreter_impl.h',
|
||||
'include/torch/csrc/deploy/interpreter/*.h',
|
||||
'include/torch/csrc/deploy/interpreter/*.hpp',
|
||||
'include/torch/csrc/distributed/c10d/exception.h',
|
||||
'include/torch/csrc/jit/*.h',
|
||||
'include/torch/csrc/jit/backends/*.h',
|
||||
|
Reference in New Issue
Block a user