Skip to content

Commit f3fb904

Browse files
committed
folder restructure
Signed-off-by: Peter St. John <pstjohn@nvidia.com> update link in top-level README Signed-off-by: Peter St. John <pstjohn@nvidia.com> --amend Signed-off-by: Peter St. John <pstjohn@nvidia.com> move vit Signed-off-by: Peter St. John <pstjohn@nvidia.com>
1 parent 7b37b34 commit f3fb904

179 files changed

Lines changed: 9 additions & 10 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/unit-tests-framework.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ jobs:
4444
base_sha: ${{ steps.merge-base.outputs.merge-base }}
4545
files: |
4646
**
47-
!models/**
48-
!recipes/**
47+
!bionemo-recipes/**
4948
!**.md
5049
!.github/**
5150
!.gitignore

.github/workflows/unit-tests-recipes.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ jobs:
5151
matrix: true
5252
base_sha: ${{ steps.merge-base.outputs.merge-base }}
5353
dir_names: true
54-
dir_names_max_depth: 2
54+
dir_names_max_depth: 3
5555
files: |
56-
models/**
57-
recipes/**
56+
bionemo-recipes/models/**
57+
bionemo-recipes/recipes/**
5858
5959
- id: set-dirs
6060
name: Determine which directories to run
@@ -64,7 +64,7 @@ jobs:
6464
CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
6565
run: |
6666
# Get all recipe and model directories
67-
ALL_DIRS=$(ls -d recipes/*/ models/*/ 2>/dev/null | jq -R -s -c 'split("\n")[:-1] | map(rtrimstr("/"))')
67+
ALL_DIRS=$(ls -d bionemo-recipes/models/*/ bionemo-recipes/recipes/*/ 2>/dev/null | jq -R -s -c 'split("\n")[:-1] | map(rtrimstr("/"))')
6868
6969
# Determine which directories to run: all for schedule, filtered for other events
7070
if [[ "$EVENT_NAME" == "schedule" ]]; then
@@ -103,7 +103,7 @@ jobs:
103103
map({
104104
dir: .,
105105
image: (
106-
if . == "models/amplify" then
106+
if . == "bionemo-recipes/models/amplify" then
107107
"svcbionemo023/bionemo-framework:amplify-model-devcontainer-082025"
108108
else
109109
"svcbionemo023/bionemo-framework:pytorch25.06-py3-squashed-zstd"

README.md

Lines changed: 1 addition & 1 deletion
File renamed without changes.

models/amplify/.devcontainer/devcontainer.json renamed to bionemo-recipes/models/amplify/.devcontainer/devcontainer.json

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)