Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.11 KB

CONTRIBUTING.md

File metadata and controls

21 lines (12 loc) · 1.11 KB

Contributing to LLaMA Factory

Everyone is welcome to contribute, and we value everybody's contribution. Code contributions are not the only way to help the community. Answering questions, helping others, and improving the documentation are also immensely valuable.

It also helps us if you spread the word! Reference the library in blog posts about the awesome projects it made possible, shout out on Twitter every time it has helped you, or simply ⭐️ the repository to say thank you.

However you choose to contribute, please be mindful and respect our code of conduct.

This guide was heavily inspired by transformers guide to contributing.

Ways to contribute

There are several ways you can contribute to LLaMA Factory:

  • Fix outstanding issues with the existing code.
  • Submit issues related to bugs or desired new features.
  • Contribute to the examples or to the documentation.

Style guide

LLaMA Factory follows the Google Python Style Guide, check it for details.