mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
remove use of tmp_install
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/14553 Differential Revision: D13583335 Pulled By: anderspapitto fbshipit-source-id: 8711fead9eda877c1037a0bc59f91a3d2e01f3e0
This commit is contained in:
committed by
Facebook Github Bot
parent
6adbe12c74
commit
04bf528589
@ -4,7 +4,7 @@ import sys
|
||||
|
||||
source_files = {'.py', '.cpp', '.h'}
|
||||
|
||||
DECLARATIONS_PATH = 'torch/lib/tmp_install/share/ATen/Declarations.yaml'
|
||||
DECLARATIONS_PATH = 'torch/share/ATen/Declarations.yaml'
|
||||
|
||||
|
||||
# TODO: This is a little inaccurate, because it will also pick
|
||||
@ -22,7 +22,7 @@ def all_generator_source():
|
||||
inputs = [
|
||||
'torch/lib/THNN.h',
|
||||
'torch/lib/THCUNN.h',
|
||||
'torch/lib/tmp_install/share/ATen/Declarations.yaml',
|
||||
'torch/share/ATen/Declarations.yaml',
|
||||
'tools/autograd/derivatives.yaml',
|
||||
'tools/autograd/deprecated.yaml',
|
||||
]
|
||||
|
Reference in New Issue
Block a user