mistralai / mistral-inference

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

Fix: typo in ModelArgs: "infered" to "inferred" #174

Closed CharlesCNorton closed 4 months ago

CharlesCNorton commented 4 months ago

Corrected a typographical error in the ModelArgs class of the inference script. The word "infered" was corrected to "inferred" in the comment regarding rotary embeddings.

pandora-s-git commented 4 months ago

Thanks for the fix!