Skip to content

Commit 0decaa3

Browse files
committed
format
1 parent b406755 commit 0decaa3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/compile/test_full_graph.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ def test_full_graph(model_info, tp_size, backend):
8585

8686
# Inductor doesn't support fp8/gptq_marlin_24 yet.
8787
quantization = model_kwargs.get("quantization")
88-
if (quantization == "fp8" or quantization == "gptq_marlin_24") and backend != "eager":
88+
if (quantization == "fp8"
89+
or quantization == "gptq_marlin_24") and backend != "eager":
8990
return
9091

9192
set_torch_compile_backend(backend)

0 commit comments

Comments
 (0)