Skip to content

Commit

Permalink
Update setup.py (microsoft#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffra authored Jul 22, 2020
1 parent 1f97242 commit 871f7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from torch.utils.cpp_extension import CUDAExtension, BuildExtension

cmdclass = {}
cmdclass['build_ext'] = BuildExtension
cmdclass['build_ext'] = BuildExtension.with_options(use_ninja=False)

TORCH_MAJOR = int(torch.__version__.split('.')[0])
TORCH_MINOR = int(torch.__version__.split('.')[1])
Expand Down

0 comments on commit 871f7e6

Please sign in to comment.