diff --git a/src/peft/tuners/tuners_utils.py b/src/peft/tuners/tuners_utils.py index aff7d29f51..4407491319 100644 --- a/src/peft/tuners/tuners_utils.py +++ b/src/peft/tuners/tuners_utils.py @@ -137,7 +137,7 @@ class BaseTuner(nn.Module, ABC): The model configuration object, it should be a dictionary of `str` to `Any` objects. targeted_module_names (`list[str]`): The list of module names that were actually adapted. Can be useful to inspect if you want to quickly - double-check that the `config.target_modules` where specified correctly. + double-check that the `config.target_modules` were specified correctly. """ def __init__(self, model, peft_config: Union[PeftConfig, dict[str, PeftConfig]], adapter_name: str) -> None: