mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
Fix caffe2 windows CI for new Windows AMI (#21452)
Summary: The alternative of #21410. Pull Request resolved: https://github.com/pytorch/pytorch/pull/21452 Differential Revision: D15701767 Pulled By: ezyang fbshipit-source-id: e65c1d6bfcc98e88460f4a57e5b99c2f395c0ceb
This commit is contained in:
committed by
Facebook Github Bot
parent
3feb40d602
commit
bb788631ce
@ -19,4 +19,4 @@ if __name__ == '__main__':
|
||||
options = parser.parse_args()
|
||||
|
||||
build_caffe2(version=None, cmake_python_library=None, build_python=False,
|
||||
rerun_cmake=True, cmake_only=False, build_dir='.')
|
||||
rerun_cmake=True, cmake_only=False, build_dir='build')
|
||||
|
Reference in New Issue
Block a user