Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 808 Bytes

File metadata and controls

44 lines (34 loc) · 808 Bytes

Setup

Environment

git clone https://github.com/automl/venv_templates.git
cd venv_templates
# git checkout meta OR git checkout juwels
bash setup.sh my_scaling ../envs/
source activate.sh my_scaling ../envs/

Supporting repos

NePS:

# from base directory
pip install https://github.com/automl/neps.git
cd neps/
pip install -e .

Lightning-GPT:

# from base directory
pip install https://github.com/Lightning-AI/litgpt.git
cd litgpt/
pip install -e .

Install this repo

Setup Poetry:

# installs locally to system and not to an environment
curl -sSL https://install.python-poetry.org | python3.10 -

Install this repo from the base directory:

poetry install