rohansampath commited on
Commit
d739d62
·
verified ·
1 Parent(s): fdb8962

Update run_evaluation.py

Browse files
Files changed (1) hide show
  1. run_evaluation.py +0 -1
run_evaluation.py CHANGED
@@ -6,7 +6,6 @@ import spaces
6
  from mmlu_pro_eval_adapted import evaluate_mmlu_pro
7
  from configs.dataset_config import get_subject_mode_param, get_subject_names
8
 
9
- @spaces.GPU(duration=240)
10
  def run_mmlu_evaluation(subject_selection_mode, num_subjects, selected_subjects,
11
  all_questions, num_questions, model_configs, progress=gr.Progress()):
12
  """
 
6
  from mmlu_pro_eval_adapted import evaluate_mmlu_pro
7
  from configs.dataset_config import get_subject_mode_param, get_subject_names
8
 
 
9
  def run_mmlu_evaluation(subject_selection_mode, num_subjects, selected_subjects,
10
  all_questions, num_questions, model_configs, progress=gr.Progress()):
11
  """