Skip to content

Commit

Permalink
Update run-lm-eval-gsm-vllm-baseline.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgshaw2-redhat authored Jul 16, 2024
1 parent b19c862 commit 433c160
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ done

lm_eval --model vllm \
--model_args pretrained=$MODEL,tensor_parallel_size=$TP_SIZE,add_bos_token=true,distributed_executor_backend="ray",trust_remote_code=true,max_model_len=4096 \
--tasks ifeval --num_fewshot $FEWSHOT --limit $LIMIT \
--tasks gsm8k --num_fewshot $FEWSHOT --limit $LIMIT \
--batch_size $BATCH_SIZE

0 comments on commit 433c160

Please sign in to comment.