Skip to content

Commit

Permalink
remove eval_list from main
Browse files Browse the repository at this point in the history
  • Loading branch information
jalling97 committed Oct 4, 2024
1 parent bdbde55 commit 855cec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leapfrogai_evals/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ def run_evals(self, *args, **kwargs) -> None:
logging.basicConfig(level=logging.INFO)
load_dotenv()
evaluator = RAGEvaluator()
evaluator.set_evaluations(eval_list=["mmlu"])
evaluator.set_evaluations()
evaluator.run_evals()

0 comments on commit 855cec5

Please sign in to comment.