mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
7 lines
190 B
Python
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"]
|