Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,7 @@ gpu_type: h100-sxm
resource_shape: "${device_type}.${num_devices}x${gpu_type}"

job_name: "${sanitize:codonfm_ptl_test}8gpu"
branch: jwilber/codon-fm-ci

############################################################
# Container Runtime
# Defines the base Docker image and registry auth needed
############################################################
container:
image: nvcr.io/nvidian/cvai_bnmo_trng/codon_fm_te_bnmo_10292025_multinode
registry_auth: lepton-nvidia-nvcrio-jonathan
branch: main

############################################################
# kratos info: where to log data
Expand Down Expand Up @@ -84,26 +76,6 @@ split_name_prefix: nopathogen
attn_input_format: thd
collate_fn: thd

############################################################
# Checkout Script
# Standardized script to clone the BioNeMo repository and install
# dependencies before the training run starts. Child configs can
# inherit and reuse this logic without modification.
############################################################
checkout_script: |
cd /workspace/codonfm
git clone https://github.com/NVIDIA/bionemo-framework.git
cd bionemo-framework
if [ -n "${commit_sha}" ]; then
echo "Checking out commit: ${commit_sha}"
git checkout "${commit_sha}"
elif [ "${branch}" != "main" ]; then
echo "Checking out branch: ${branch}"
git checkout "${branch}"
fi
cd bionemo-recipes/recipes/${recipe_subdir}
pip install -e .

############################################################
# run script
# This gets called right after `checkout_script` in the base config.
Expand Down
2 changes: 1 addition & 1 deletion ci/lepton/scdl_performance/configs/scdl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ template_type: scdl_performance
# Defines the base Docker image and registry auth needed
############################################################
container:
image: nvcr.io/nvidia/pytorch:26.02-py3
image: nvcr.io/nvidia/pytorch:26.04-py3
registry_auth: lepton-nvidia-jwilber

############################################################
Expand Down
Loading