Unified-LoRA / unified_lora.py
Simo76's picture
Update unified_lora.py
c9ed3b1
raw
history blame contribute delete
293 Bytes
"""
Legacy Adaptive LoRA (Deprecated)
================================
Early gradient-based adaptive rank prototype.
Replaced by:
- NestedLoRA (shared orbital architecture)
- OrbitalController (stress-based closed-loop control)
This file is kept for reference only.
Status: deprecated
"""