File size: 294 Bytes
ed1b365 | 1 2 3 4 5 6 7 8 9 10 11 | """
Codette Training Lab - Training Module
=======================================
Production-ready LoRA adapter training for Llama 3.1 8B.
Supports 4-bit quantization, configurable LoRA parameters,
gradient accumulation, and multi-adapter batch training.
"""
__version__ = "1.0.0"
|