Skip to content

Commit 91bab8b

Browse files
committed
up
1 parent 853be03 commit 91bab8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/models/llama2/export_llama_lib.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ def _qmode_type(value):
186186
"--quantization_mode",
187187
type=_qmode_type,
188188
default=None,
189-
# choices=["int8", "8da4w", "8da4w-gptq"] + [f"torchao:8da{x}w" for x in range(1, 9)],
190189
help="type of quantization",
191190
)
192191

0 commit comments

Comments
 (0)