mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Include all Caffe2 headers in Python installations (#16124)
Summary: Confirmed on a local run that all the additional headers are present. This shouldn't be caught in any existing tests though. Pull Request resolved: https://github.com/pytorch/pytorch/pull/16124 Differential Revision: D13720773 Pulled By: pjh5 fbshipit-source-id: 22a42639f5649cac555ecc5a8b6760a8cbfcf01f
This commit is contained in:
committed by
Facebook Github Bot
parent
0282318bea
commit
99b029aca3
3
setup.py
3
setup.py
@ -868,8 +868,7 @@ if __name__ == '__main__':
|
||||
'lib/include/c10/cuda/impl/*.h',
|
||||
'lib/include/c10/hip/*.h',
|
||||
'lib/include/c10/hip/impl/*.h',
|
||||
'lib/include/caffe2/core/*.h',
|
||||
'lib/include/caffe2/proto/*.h',
|
||||
'lib/include/caffe2/**/*.h',
|
||||
'lib/include/torch/*.h',
|
||||
'lib/include/torch/csrc/*.h',
|
||||
'lib/include/torch/csrc/api/include/torch/*.h',
|
||||
|
Reference in New Issue
Block a user