Skip to content

Commit 81ce2ec

Browse files
committed
Update message!
Signed-off-by: Rahul Tuli <[email protected]>
1 parent 3e692fe commit 81ce2ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/llmcompressor/transformers/compression/sparsity_config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ def is_sparse24_bitmask_supported(
183183
if not is_model_quantized(model):
184184
logger.warning(
185185
"Compressed Sparse-only 2:4 models are not supported in vLLM<=0.7.0, "
186-
"consider saving with disable_sparse_compression=True"
186+
"consider saving with `disable_sparse_compression` set, "
187+
"`model.save_pretrained(..., disable_sparse_compression=True)`"
187188
)
188189
return True
189190

0 commit comments

Comments
 (0)