mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Remove GEN_TO_SOURCE from CI
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/27570 Differential Revision: D17831571 Pulled By: ezyang fbshipit-source-id: d4f98dab64c892886cc4fd4128428a677edfd7a8
This commit is contained in:
parent
eb8fe883d8
commit
65cdc8db5d
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ sudo apt-get -y install doxygen
|
|||
# Generate ATen files
|
||||
pushd "${pt_checkout}"
|
||||
pip install -r requirements.txt
|
||||
time GEN_TO_SOURCE=1 python aten/src/ATen/gen.py \
|
||||
time python aten/src/ATen/gen.py \
|
||||
-s aten/src/ATen \
|
||||
-d build/aten/src/ATen \
|
||||
aten/src/ATen/Declarations.cwrap \
|
||||
|
|
|
|||
Loading…
Reference in a new issue