Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 806 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 806 Bytes

CHIRON_LLMs_finetuning

Installation

Use the provided Makefile to install this project by running the following from the project root directory (the same directory as this README). Ensure the python in PATH is 3.11 before running this command:

make install

If the installation process fails, is interrupted, or for any reason needs to be restarted, run git clean -xdf to reset the repository's state.

Contributing

This project uses pre-commit, which is automatically installed with the rest of the development requirements.

Pre-commit checks can now run automatically when you make a commit. If you want to run a subset of checks for formatting make precommit still runs some checks.

License

MIT