diff --git a/src/transformers/modeling_utils.py b/src/transformers/modeling_utils.py index 6495b997b89a5a..38be4e736a7a09 100644 --- a/src/transformers/modeling_utils.py +++ b/src/transformers/modeling_utils.py @@ -2727,7 +2727,7 @@ def from_pretrained(cls, pretrained_model_name_or_path: Optional[Union[str, os.P raise ValueError( "You are using `device_map='auto'` on a 4bit loaded version of the model. To automatically compute" " the appropriate device map, you should upgrade your `accelerate` library," - "`pip install --upgrade accelerare` or install it from source to support fp4 auto device map" + "`pip install --upgrade accelerate` or install it from source to support fp4 auto device map" "calculation. You may encounter unexpected behavior, or pass your own device map" ) elif load_in_8bit: