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 encode your data locally with the encode() function, you need to install "finetuner[full]". In this case, some extra dependencies are installed which are necessary to do the inference, e.g., torch, torchvision, and open clip:

pip install "finetuner[full]"

To check your installation run:

pip show finetuner