Skip to content

Commit 443c142

Browse files
lint
1 parent d3e8ea6 commit 443c142

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torchao/quantization/autoquant.py

+1
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ def do_autoquant_bench(op, *args, **kwargs):
349349
op(*args, **kwargs)
350350
if TORCH_VERSION_AT_LEAST_2_5:
351351
from torch._inductor.runtime.benchmarking import benchmarker
352+
352353
if args[0].device.type == "cpu":
353354
res = benchmarker.benchmark_cpu(
354355
lambda: op(*args, **kwargs), warmup=warmup, rep=rep

0 commit comments

Comments
 (0)