Skip to content

Add logging with MLflow and example configs for WandB/MLflow to finetuning template #1121

Add logging with MLflow and example configs for WandB/MLflow to finetuning template

Add logging with MLflow and example configs for WandB/MLflow to finetuning template #1121

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
# Install pre-commit dependencies
- name: Install pre-commit
run: pip install pre-commit jupyter
# Run pre-commit hooks with verbose logging
- name: Run pre-commit
run: pre-commit run --all-files --verbose