mistralai / mistral-finetune

Apache License 2.0
2.68k stars 220 forks source link

fix: typos in multiple functions #53

Closed CharlesCNorton closed 3 months ago

CharlesCNorton commented 4 months ago

Corrected typos in the following functions:

  1. Fixed two instances of "seperate" to "separate" in the get_fsdp_policy function.
  2. Fixed "randomely" to "randomly" in the initialize_lora_parameters function error message.
  3. Fixed "intialized" to "initialized" in the load_model function assertion message.
pandora-s-git commented 3 months ago

Thanks!!