LoRAΒΆ

A standalone LoRA (Low-Rank Adaptation) layer adapter.

Abstract Signature:

LoRA(in_features: int, lora_rank: int, out_features: int, base_module)

PyTorch

API: β€”
Strategy: Custom / Partial

Keras

API: β€”
Strategy: Custom / Partial

TensorFlow

API: β€”
Strategy: Custom / Partial

Apple MLX

API: β€”
Strategy: Custom / Partial

Flax NNX

API: flax.nnx.LoRA
Strategy: Direct Mapping

PaxML / Praxis

API: β€”
Strategy: Custom / Partial