Skip to content

Commit 3c2470c

Browse files
fix type in GPTQ README.md
Signed-off-by: chichun-charlie-liu <[email protected]>
1 parent e28ec3a commit 3c2470c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/GPTQ/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ This end-to-end example utilizes the common set of interfaces provided by `fms_m
7272
7373
```bash
7474
lm_eval --model hf \
75-
--model_args pretrained="Meta-Llama-3-8B-GPTQ,dtype=float16,gptqmodel=True=True,enforce_eager=True" \
75+
--model_args pretrained="Meta-Llama-3-8B-GPTQ,dtype=float16,gptqmodel=True,enforce_eager=True" \
7676
--tasks lambada_openai \
7777
--num_fewshot 5 \
7878
--device cuda:0 \

0 commit comments

Comments
 (0)