Files
automatic/modules/lora
CalamitousFelicitousness 6ad67319de refactor(lora): add generic loaders for IA3/GLoRA/Norm/Full
Same parameterized shape as the core 4.

- IA3: .on_input is the marker disambiguator (.weight is too generic).
  Fused targets skipped.
- GLoRA: requires a1/a2/b1/b2 per group. Fused skipped (target-dependent
  term doesn't slice cleanly).
- Norm: never fused. Loader-local network_layer_name stamping bypasses
  lora_convert's transformer-norm guard without changing the carve-out.
- Full: fused skipped (no chunk class for diff tensors).
2026-05-18 23:18:51 +01:00
..
2026-02-19 09:15:37 +01:00
2026-04-29 11:20:22 +02:00
2026-02-19 11:09:13 +01:00
2026-02-19 09:15:37 +01:00
2024-12-01 10:54:51 -05:00
2026-01-14 16:25:56 +03:00
2024-11-29 08:01:26 -05:00