Skip to content

Commit 67b1ac0

Browse files
committed
add to export
1 parent ecaa657 commit 67b1ac0

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

eval_protocol/integrations/__init__.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
from .openeval import adapt
44
from .trl import create_trl_adapter
5+
from .openai_rft import build_python_grader_from_evaluation_test
56

6-
__all__ = [
7-
"adapt",
8-
"create_trl_adapter",
9-
]
7+
__all__ = ["adapt", "create_trl_adapter", "build_python_grader_from_evaluation_test"]

0 commit comments

Comments
 (0)