atropos/example_trainer/__init__.py
2025-04-29 12:10:10 -07:00

7 lines
190 B
Python

"""
Example trainer implementations of how to implement a trainer for the Atropos library.
"""
from example_trainer.grpo import TrainingConfig, train
__all__ = ["TrainingConfig", "train"]