Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

API of ZO2

Welcome to the ZO2 API documentation!

Standard Usage

1. Quick Start

For a straightforward introduction to using ZO2, refer to the Jupyter notebook: demo.ipynb

2. Huggingface Trainer

To see how ZO2 can be integrated with the Huggingface Trainer for efficient model training, check out: huggingface.ipynb

3. Extend ZO2 to Your Own PyTorch Models

Learn how to apply ZO2 to your own PyTorch models by following the example of building a nanogpt model: nanogpt.ipynb.