Files
lerobot-clone/lerobot
nemo 7fd8b4c773 Implement loading of PEFT adapters
Loading a PEFT adapter is currently done by initializing a policy with default config
and then applying the adapter on the resulting model. This has the obvious drawback
that any configurations done during training are not applied in the adapted model.

Currently the `use_peft` attribute of `PreTrainedConfig` is only set during loading
to signal the following code that it has to deal with a PEFT adapter. However
we could imagine a scenario where this is already set at training time and stored
alongside the adapter.
2025-06-22 19:10:10 +02:00
..
2025-06-14 23:41:45 +02:00
2025-06-05 17:48:43 +02:00
2024-05-15 12:13:09 +02:00
2025-06-05 17:48:43 +02:00
2025-06-05 17:48:43 +02:00
2025-06-22 19:10:10 +02:00
2025-06-05 17:48:43 +02:00
2025-06-05 17:48:43 +02:00
2025-06-13 13:15:47 +02:00