Skip to content

Commit

Permalink
Add REPO_DIRS to specify only paxml, praxis, flax, and t5x
Browse files Browse the repository at this point in the history
  • Loading branch information
terrykong committed Sep 5, 2023
1 parent 6886b12 commit 1ecd393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly-pax-test-mgmn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,4 @@ jobs:
with:
BROKEN_IMAGE: ${{ needs.metadata.outputs.PAX_IMAGE }}
BASE_IMAGE: ghcr.io/nvidia/pax:latest-verified
REPO_DIRS: "/opt/paxml /opt/praxis"
1 change: 1 addition & 0 deletions .github/workflows/nightly-t5x-test-mgmn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,4 @@ jobs:
with:
BROKEN_IMAGE: ${{ needs.metadata.outputs.T5X_IMAGE }}
BASE_IMAGE: ghcr.io/nvidia/t5x:latest-verified
REPO_DIRS: "/opt/t5x /opt/flax"

0 comments on commit 1ecd393

Please sign in to comment.