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
You can run the Olive tutorial for free on Google Colab.
The tutorial is available in this Jupyter notebook. We recommend creating a new Python environment to run the notebook in:
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
sudo apt-get -y install cudnn9-cuda-12