Skip to content

Commit

Permalink
Update run-lm-eval-mmlu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkuligowski authored Oct 22, 2024
1 parent fa0b7fb commit f55a807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/lm-eval-harness/run-lm-eval-mmlu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ done

lm_eval --model vllm \
--model_args pretrained=$MODEL,tensor_parallel_size=$TP_SIZE,distributed_executor_backend="ray",trust_remote_code=true,max_model_len=4096,dtype=bfloat16,num_concurrent=16,max_retries=3,tokenized_requests=False \
--tasks mmlu --num_fewshot $FEWSHOT --limit $LIMIT \
--tasks mmlu --limit $LIMIT \
--batch_size $BATCH_SIZE --verbosity DEBUG --log_samples

0 comments on commit f55a807

Please sign in to comment.