Skip to content

samuel100/olive-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Olive tutorial

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

Run on Colab

You can run the Olive tutorial for free on Google Colab.

Running locally or Cloud VM

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published