Installation#

PyPI is the latest version.

Make sure you have Python 3.8+ installed on Linux/Mac/Windows:

pip install -U finetuner

If you want to submit a fine-tuning job on the cloud, please use:

pip install "finetuner[full]"

To check your installation run:

pip show finetuner