Unverified Commit 52574026 authored by Aman Gupta Karmani's avatar Aman Gupta Karmani Committed by GitHub
Browse files

minor typo fix in PeftAdapterMixin docs (#25829)

fix minor documentation typo
parent 1bf2f36d
...@@ -346,7 +346,7 @@ class PeftAdapterMixin: ...@@ -346,7 +346,7 @@ class PeftAdapterMixin:
offload_index: Optional[int] = None, offload_index: Optional[int] = None,
) -> 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`) accelerate (i.e. with `device_map=xxx`)
Args: Args:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment