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/
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 .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