We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecaa657 commit 67b1ac0Copy full SHA for 67b1ac0
1 file changed
eval_protocol/integrations/__init__.py
@@ -2,8 +2,6 @@
2
3
from .openeval import adapt
4
from .trl import create_trl_adapter
5
+from .openai_rft import build_python_grader_from_evaluation_test
6
-__all__ = [
7
- "adapt",
8
- "create_trl_adapter",
9
-]
+__all__ = ["adapt", "create_trl_adapter", "build_python_grader_from_evaluation_test"]
0 commit comments