Update README.md
Browse files
README.md
CHANGED
|
@@ -162,6 +162,7 @@ lm_eval \
|
|
| 162 |
--model vllm \
|
| 163 |
--model_args pretrained="<model_name>",dtype=auto,max_model_len=4096,max_gen_toks=2048,max_num_seqs=128,tensor_parallel_size=<n>,gpu_memory_utilization=0.9 \
|
| 164 |
--tasks mgsm_cot_native \
|
|
|
|
| 165 |
--num_fewshot 0 \
|
| 166 |
--batch_size auto \
|
| 167 |
--output_path output_dir
|
|
|
|
| 162 |
--model vllm \
|
| 163 |
--model_args pretrained="<model_name>",dtype=auto,max_model_len=4096,max_gen_toks=2048,max_num_seqs=128,tensor_parallel_size=<n>,gpu_memory_utilization=0.9 \
|
| 164 |
--tasks mgsm_cot_native \
|
| 165 |
+
--apply_chat_template \
|
| 166 |
--num_fewshot 0 \
|
| 167 |
--batch_size auto \
|
| 168 |
--output_path output_dir
|