mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Re-purpose setup_caffe2.py for faster caffe2 build iterations (#10520)
Summary: setup.py is the official install script, setup_caffe2.py is not used any more Pull Request resolved: https://github.com/pytorch/pytorch/pull/10520 Reviewed By: yinghai Differential Revision: D9325548 Pulled By: bddppq fbshipit-source-id: 3dda87f3dff061b574fd1d5c91859044f065ee33
This commit is contained in:
parent
32bb4040dd
commit
60aa416a6d
1 changed files with 0 additions and 1 deletions
|
|
@ -131,7 +131,6 @@ class cmake_build(Caffe2Command):
|
|||
# configure
|
||||
cmake_args = [
|
||||
find_executable('cmake'),
|
||||
'-DUSE_ATEN=ON',
|
||||
'-DBUILD_SHARED_LIBS=OFF',
|
||||
'-DPYTHON_EXECUTABLE:FILEPATH={}'.format(sys.executable),
|
||||
'-DPYTHON_INCLUDE_DIR={}'.format(sysconfig.get_python_inc()),
|
||||
|
|
|
|||
Loading…
Reference in a new issue