Files
peft/tests
Benjamin Bossan 6030f9160e ENH Model and layer status for auxiliary modules (#2762)
Right now, get_model_status() and get_layer_status() only report on
BaseTunerLayers, but it would be helpful if they could also report
auxiliary modules. This PR now includes those.

To facilitate this, a few attributes and methods were added to
AuxiliaryTrainingWrapper and subclasses to make them more similar to
BaseTunerLayer (e.g. the adapter_layer_names attribute). These
attributes and methods were assumed to be present in the code that
determines the model and layer status.
2025-09-25 18:00:11 +02:00
..
2025-06-02 17:23:42 +02:00
2024-05-17 18:03:27 +02:00
2025-07-14 11:16:10 +02:00