Skip to content

Commit 4a47964

Browse files
authored
Add initial model convergence workflow for BioNeMo tests (#1102)
Add initial model convergence workflow for BioNeMo tests <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - Tests - Added a manual-trigger GitHub Actions workflow to run model convergence tests on demand, improving validation of training stability and reliability. - Enables maintainers to submit convergence test jobs directly from the repository, enhancing CI flexibility and test coverage. - Chores - Streamlined automation for initiating convergence test runs to support more consistent release quality. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Signed-off-by: Jared Wilber <jwilber@nvidia.com>
1 parent 2d3d3c8 commit 4a47964

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: "BioNeMo Model Convergence Tests"
2+
3+
on:
4+
workflow_dispatch:
5+
6+
# run lepton tests
7+
# update dashboard
8+
9+
jobs:
10+
submit-lepton-jobs:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v4
15+
16+
- name: Submit Lepton Jobs
17+
run: |
18+
python ci/lepton/model_convergence/scripts/launch_job.py --config-name "evo2_finetune_lora"

0 commit comments

Comments
 (0)