mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
Revert "remove use of tmp_install" (#15847)
Summary: This reverts commit 04bf5285896e52ac118d2f9e9b7f582f695f13e2. Pull Request resolved: https://github.com/pytorch/pytorch/pull/15847 Differential Revision: D13603174 Pulled By: anderspapitto fbshipit-source-id: ae321434d3345ad94fad67bf71fd027cddeb4588
This commit is contained in:
committed by
Facebook Github Bot
parent
4f51ca490e
commit
8a5ba577c1
@ -4,7 +4,7 @@ import sys
|
||||
|
||||
source_files = {'.py', '.cpp', '.h'}
|
||||
|
||||
DECLARATIONS_PATH = 'torch/share/ATen/Declarations.yaml'
|
||||
DECLARATIONS_PATH = 'torch/lib/tmp_install/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/share/ATen/Declarations.yaml',
|
||||
'torch/lib/tmp_install/share/ATen/Declarations.yaml',
|
||||
'tools/autograd/derivatives.yaml',
|
||||
'tools/autograd/deprecated.yaml',
|
||||
]
|
||||
|
Reference in New Issue
Block a user