jerryzh168 commited on
Commit
3bd3f11
·
verified ·
1 Parent(s): 92abbc1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -200,7 +200,7 @@ https://github.com/EleutherAI/lm-evaluation-harness#install
200
 
201
  ## baseline
202
  ```Shell
203
- lm_eval --model hf --model_args pretrained=microsoft/Phi-4-mini-instruct --tasks mmlu --device cuda:0 --batch_size 8
204
  ```
205
 
206
  ## int4 weight only quantization with hqq (INT4)
 
200
 
201
  ## baseline
202
  ```Shell
203
+ lm_eval --model hf --model_args pretrained=Qwen/Qwen3-8B --tasks mmlu --device cuda:0 --batch_size 8
204
  ```
205
 
206
  ## int4 weight only quantization with hqq (INT4)