Skip to content

Use PyTorch lightning for training and Hydra + OmegaConf for configuration #3

Use PyTorch lightning for training and Hydra + OmegaConf for configuration

Use PyTorch lightning for training and Hydra + OmegaConf for configuration #3

Workflow file for this run

name: Run pre-commit hooks
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install nbdev
- uses: pre-commit/[email protected]