seeclick / trigger-off /src /training /__init__.py
张志方
Mar 9, 2026, 6:05 PM
830703b
Raw
History Blame Contribute Delete
230 Bytes
"""Training utilities for Trigger-Off experiments (LoRA fine-tuning)."""
from .os_atlas_adapter import OSAtlasAdapter
from .data_collator import OSAtlasDataCollator
__all__ = [
"OSAtlasAdapter",
"OSAtlasDataCollator",
]