entrenar 0.7.9

Training & Optimization library with autograd, LoRA, quantization, and model merging
Documentation
1
2
3
4
5
6
//! Training — top-level training module re-exports
//!
//! Provides a unified training entry point, separated from inference
//! to prevent feedback loops (MTD-09: Feedback Loop Detection).

pub use crate::train::*;