minor typo fix in PeftAdapterMixin docs (#25829)

fix minor documentation typo
This commit is contained in:
Aman Gupta Karmani 2023-08-30 06:56:05 -04:00 committed by GitHub
parent 1bf2f36daf
commit 52574026b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -346,7 +346,7 @@ class PeftAdapterMixin:
offload_index: Optional[int] = None,
) -> None:
"""
Optionnal re-dispatch the model and attach new hooks to the model in case the model has been loaded with
Optional re-dispatch the model and attach new hooks to the model in case the model has been loaded with
accelerate (i.e. with `device_map=xxx`)
Args: