Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderDokuchaev committed Apr 23, 2024
1 parent 2a948de commit 240111d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nncf/torch/quantization/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,13 @@ def name(cls) -> str:
@classmethod
def load(cls):
try:
print("start load")
retval = torch.utils.cpp_extension.load(
cls.name(),
CPU_EXT_SRC_LIST,
extra_include_paths=EXT_INCLUDE_DIRS,
build_directory=cls.get_build_dir(),
verbose=False,
)
print("finish load")
except ExtensionLoaderTimeoutException as e:
raise e
except Exception as e:
Expand Down

0 comments on commit 240111d

Please sign in to comment.