Skip to content

Commit

Permalink
build disable ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
NULLPlayer authored Jan 28, 2025
1 parent e3ae18a commit 402ccb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def __init__(self, *args, **kwargs):
else:
BuildExtension = torch.utils.cpp_extension.BuildExtension

from torch.utils.cpp_extension import BuildExtension
EXT_TYPE = 'pytorch'
cmd_class = {'build_ext': BuildExtension}
except ModuleNotFoundError:
Expand Down

0 comments on commit 402ccb3

Please sign in to comment.