Skip to content

Commit f326cd4

Browse files
authored
Fix 2of4 Apply Example (#1181)
Summary - Fix typo - Fix info log at the end of the script to no longer be cut off
1 parent b06c4cf commit f326cd4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/quantization_2of4_sparse_w4a16/llama7b_sparse_w4a16.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
warmup_ratio=warmup_ratio,
5555
)
5656
logger.info(
57-
"Note: llcompressor does not currently support running ",
58-
"compressed models in the marlin-24 format. The model ",
59-
"produced from this example can be run on vLLM with ",
60-
"dtype=torch.float16",
57+
"llmcompressor does not currently support running compressed models in the marlin24 format." # noqa
58+
)
59+
logger.info(
60+
"The model produced from this example can be run on vLLM with dtype=torch.float16"
6161
)

0 commit comments

Comments
 (0)