Update README.md
Browse files
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=
|
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)
|