Skip to content

Commit 23a9d73

Browse files
Align default format to naive.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Muti Chung <mtchung037@gmail.com>
1 parent e281dfa commit 23a9d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llmcompressor/modifiers/awq/convert_autoawq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def convert_and_save(
233233

234234
def load_and_convert_from_autoawq(
235235
model_name_or_path: str,
236-
quantization_format: str = "pack-quantized",
236+
quantization_format: str = "naive-quantized",
237237
trust_remote_code: bool = False,
238238
) -> transformers.modeling_utils.PreTrainedModel:
239239
"""

0 commit comments

Comments
 (0)