Skip to content
This repository has been archived by the owner on Feb 15, 2025. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove eval_list from main
Browse files Browse the repository at this point in the history
jalling97 committed Oct 4, 2024

Verified

This commit was signed with the committer’s verified signature.
jalling97 John Alling
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
@@ -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.