Skip to content

Commit c61ac05

Browse files
committed
folder restructure
Signed-off-by: Peter St. John <pstjohn@nvidia.com>
1 parent af8ffbe commit c61ac05

161 files changed

Lines changed: 6 additions & 8 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: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ jobs:
5353
dir_names: true
5454
dir_names_max_depth: 2
5555
files: |
56-
models/**
57-
recipes/**
56+
bionemo-recipes/**
5857
5958
- id: set-dirs
6059
name: Determine which directories to run
@@ -64,7 +63,7 @@ jobs:
6463
CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
6564
run: |
6665
# 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("/"))')
66+
ALL_DIRS=$(ls -d bionemo-recipes/models/*/ bionemo-recipes/recipes/*/ 2>/dev/null | jq -R -s -c 'split("\n")[:-1] | map(rtrimstr("/"))')
6867
6968
# Determine which directories to run: all for schedule, filtered for other events
7069
if [[ "$EVENT_NAME" == "schedule" ]]; then
@@ -103,7 +102,7 @@ jobs:
103102
map({
104103
dir: .,
105104
image: (
106-
if . == "models/amplify" then
105+
if . == "bionemo-recipes/models/amplify" then
107106
"svcbionemo023/bionemo-framework:amplify-model-devcontainer-082025"
108107
else
109108
"svcbionemo023/bionemo-framework:pytorch25.06-py3-squashed-zstd"
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)