Skip to content

Latest commit

History

History
27 lines (16 loc) 路 1.27 KB

tuners.md

File metadata and controls

27 lines (16 loc) 路 1.27 KB

Tuners

A tuner (or adapter) is a module that can be plugged into a torch.nn.Module. [BaseTuner] base class for other tuners and provides shared methods and attributes for preparing an adapter configuration and replacing a target module with the adapter module. [BaseTunerLayer] is a base class for adapter layers. It offers methods and attributes for managing adapters such as activating and disabling adapters.

BaseTuner

[[autodoc]] tuners.tuners_utils.BaseTuner

BaseTunerLayer

[[autodoc]] tuners.tuners_utils.BaseTunerLayer