Skip to content

Commit 8c449f8

Browse files
committed
fix: disable hdit flop count
1 parent ba221bb commit 8c449f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/modules/hdit/flops.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
@contextmanager
11-
def flop_counter(enable=True):
11+
def flop_counter(enable=False):
1212
try:
1313
old_flop_counter = state.flop_counter
1414
state.flop_counter = FlopCounter() if enable else None

0 commit comments

Comments
 (0)