rohansampath commited on
Commit
8e40c72
·
verified ·
1 Parent(s): 7c638d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ def run_mmlu_evaluation(all_subjects, num_subjects, num_shots, all_questions, nu
107
  num_subjects=num_subjects,
108
  num_questions=num_questions,
109
  num_shots=num_shots,
110
- batch_size=32
111
  auto_batch_size=True
112
  )
113
  elapsed_time = time.time() - start_time # Calculate elapsed time
 
107
  num_subjects=num_subjects,
108
  num_questions=num_questions,
109
  num_shots=num_shots,
110
+ batch_size=32,
111
  auto_batch_size=True
112
  )
113
  elapsed_time = time.time() - start_time # Calculate elapsed time