From dcd33f13b9d52b52ee9758f2d28f09099024160f Mon Sep 17 00:00:00 2001 From: Thara Palanivel <130496890+tharapalanivel@users.noreply.github.com> Date: Mon, 9 Jun 2025 16:50:37 -0700 Subject: [PATCH] Fix README typo Signed-off-by: Thara Palanivel <130496890+tharapalanivel@users.noreply.github.com> --- examples/GPTQ/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/GPTQ/README.md b/examples/GPTQ/README.md index 7d62f101..f5661a12 100644 --- a/examples/GPTQ/README.md +++ b/examples/GPTQ/README.md @@ -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 \