mistralai / mistral-inference

Official inference library for Mistral models
https://mistral.ai/
Apache License 2.0
9.16k stars 804 forks source link

Fix: typo in error message for state_dict validation #172

Closed CharlesCNorton closed 1 month ago

CharlesCNorton commented 1 month ago

Corrected a typo in the error message within the _load_lora_state_dict method of the LoRALoaderMixin class. The word "multipe" was changed to "multiple" to ensure clarity and accuracy in error reporting. This change improves the readability and professionalism of the codebase.

pandora-s-git commented 1 month ago

Thanks!