Skip to content

Commit 6fc1c36

Browse files
committed
remove unneeded
1 parent 67b1ac0 commit 6fc1c36

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/openai_rft/example_rapidfuzz.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,3 @@ def rapidfuzz_eval(row: EvaluationRow, **kwargs: Any) -> EvaluationRow:
5858
)
5959
row.evaluation_result = EvaluateResult(score=score)
6060
return row
61-
62-
63-
RAPIDFUZZ_PYTHON_GRADER_SPEC: dict = build_python_grader_from_evaluation_test(rapidfuzz_eval)

0 commit comments

Comments
 (0)