Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/GPTQ/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ This end-to-end example utilizes the common set of interfaces provided by `fms_m

```bash
lm_eval --model hf \
--model_args pretrained="Meta-Llama-3-8B-GPTQ,dtype=float16,gptqmodel=True=True,enforce_eager=True" \
--model_args pretrained="Meta-Llama-3-8B-GPTQ,dtype=float16,gptqmodel=True,enforce_eager=True" \
--tasks lambada_openai \
--num_fewshot 5 \
--device cuda:0 \
Expand Down
Loading