LoRALinearΒΆ
A Linear layer with built-in LoRA adaptation.
Abstract Signature:
LoRALinear(in_features: int, out_features: int, lora_rank: int = 8, bias: bool = True)
PyTorch
API:
βStrategy: Custom / Partial
Keras
API:
βStrategy: Custom / Partial
TensorFlow
API:
βStrategy: Custom / Partial
Apple MLX
API:
βStrategy: Custom / Partial
PaxML / Praxis
API:
βStrategy: Custom / Partial