This repo provides a tutorial on how to get started with Olive finetuning. You'll need the following:
- An Nvidia GPU device
- A Python installation
We recommend creating a new Python environment:
git clone https://github.com/samuel100/olive-tutorial.git
cd olive-tutorial
conda create -n -y olive-ai python=3.11
conda activate olive-ai
pip install -r requirements.txt