/qlora-trainer

QLoRA finetuning script in Python

Primary LanguagePython

Getting Started

Ensure you are on Python 3.8+

Install dependencies:

pip install -r requirements.txt

Login to HuggingFace within your terminal:

huggingface-cli login

Start training:

python train.py <config_path> <hf_repo_id>