Skip to content

Commit b18f9d4

Browse files
move FOUND_TPC = False
1 parent 321bd87 commit b18f9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model_compression_toolkit/wrapper/mct_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121

2222
import importlib
2323
FOUND_TPC = importlib.util.find_spec("edgemdt_tpc") is not None
24+
FOUND_TPC = False
2425
if FOUND_TPC:
2526
import edgemdt_tpc
26-
FOUND_TPC = False
2727

2828

2929
class MCTWrapper:

0 commit comments

Comments
 (0)