v0.0.3
:rocket: Examples v0.0.3
Examples v0.0.3 is released! We've been hard at work adding features, fixing bugs, and improving our starter code for training models using MosaicML's stack!
To get started, either clone or fork this repo and install whichever example[s] you're interested in. E.g., to get started training GPT-style Large Language Models, just:
git clone https://github.com/mosaicml/examples.git
cd examples # cd into the repo
pip install -e ".[llm]" # or pip install -e ".[llm-cpu]" if no NVIDIA GPU
cd examples/llm # cd into the specific example's folder
Available examples include bert, cifar, llm, resnet, deeplab.