Setup and installation#
Overview#
In this setup guide, you will:
Clone the Model Zoo repository
Setup a virtual environment
Install dependencies
Prerequisites#
Before you begin, you must have access to a Cerebras system. Contact Cerebras Support for any system configuration access and concerns.
Clone Model Zoo#
git clone https://github.com/Cerebras/modelzoo.git
Create virtual environment#
python3.8 -m venv modelzoo_venv
source modelzoo_venv/bin/activate
Install dependencies#
pip install --upgrade pip
pip install -r modelzoo/requirements.txt --extra-index-url https://download.pytorch.org/whl/cpu
Verify installation#
cerebras_install_check
What’s next?#
Pre-train your first model.
Fine-tune your first model.
Learn the data preprocessing basics.
Learn more about our Model Zoo.