linting & moved to community

This commit is contained in:
Shannon Sands 2025-05-27 12:52:37 +10:00
parent 7b194642b3
commit 46892c7bdc
11 changed files with 135 additions and 47 deletions

View file

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