Update __init__.py

This commit is contained in:
Daniel Han 2025-02-05 15:11:40 -08:00
commit b891367829

View file

@ -20,4 +20,4 @@ from .mistral import FastMistralModel
from .qwen2 import FastQwen2Model
from .dpo import PatchDPOTrainer, PatchKTOTrainer
from ._utils import is_bfloat16_supported
from .rl import PatchRL, PatchRLStatistics
from .rl import PatchFastRL