mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
minor typo fix in PeftAdapterMixin docs (#25829)
fix minor documentation typo
This commit is contained in:
parent
1bf2f36daf
commit
52574026b6
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user