mistralai / mistral-inference

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

fix: typo in LoRALoaderMixin: correct "multipe" to "multiple" #173

Closed CharlesCNorton closed 1 month ago

CharlesCNorton commented 1 month ago

Corrected a typographical error in the _load_lora_state_dict method of the LoRALoaderMixin class. The word "multipe" was corrected to "multiple" in the assertion message that checks for consistent data types in the LoRA state dictionary.

pandora-s-git commented 1 month ago

Thanks!