alexmarques commited on
Commit
7549921
1 Parent(s): 6407f3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -246,7 +246,7 @@ The results were obtained using the following commands:
246
  ```
247
  lm_eval \
248
  --model vllm \
249
- --model_args pretrained="neuralmagic/Llama-3.2-1B-Instruct-FP8-dynamic",dtype=auto,add_bos_token=True,max_model_len=3850,max_gen_toks=10,tensor_parallel_size=1 \
250
  --tasks mmlu_llama_3.1_instruct \
251
  --fewshot_as_multiturn \
252
  --apply_chat_template \
 
246
  ```
247
  lm_eval \
248
  --model vllm \
249
+ --model_args pretrained="neuralmagic/Llama-3.2-1B-Instruct-FP8-dynamic",dtype=auto,max_model_len=3850,max_gen_toks=10,tensor_parallel_size=1 \
250
  --tasks mmlu_llama_3.1_instruct \
251
  --fewshot_as_multiturn \
252
  --apply_chat_template \