Module lora

Module lora 

Source
Expand description

LoRA (Low-Rank Adaptation) support for ML models

This module provides comprehensive LoRA functionality including detection, loading, merging, and saving of LoRA adapters. LoRA enables efficient fine-tuning of large models by learning low-rank updates to weight matrices.

Modules§

lora
LoRA loading and saving utilities

Structs§

LoRAAdapter
Complete LoRA adapter with all modules
LoRAConfig
LoRA adapter configuration
LoRAModel
LoRA model that combines base model with adapter
LoRAWeights
LoRA adapter weights for a single module