Skip to content

Commit

Permalink
wip: build t5x and rosetta/pax
Browse files Browse the repository at this point in the history
  • Loading branch information
DwarKapex committed Nov 16, 2023
1 parent 9bb80b4 commit 3442369
Showing 1 changed file with 32 additions and 24 deletions.
56 changes: 32 additions & 24 deletions .github/workflows/_sandbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,42 +11,50 @@ permissions:

jobs:

build-base:
uses: ./.github/workflows/_build_base.yaml
with:
ARCHITECTURE: amd64
secrets: inherit
# build-base:
# uses: ./.github/workflows/_build_base.yaml
# with:
# ARCHITECTURE: amd64
# secrets: inherit

build-jax:
needs: [build-base]
uses: ./.github/workflows/_build_jax.yaml
with:
ARCHITECTURE: amd64
BASE_IMAGE: ${{ needs.build-base.outputs.DOCKER_TAG }}
secrets: inherit
# build-jax:
# needs: [build-base]
# uses: ./.github/workflows/_build_jax.yaml
# with:
# ARCHITECTURE: amd64
# BASE_IMAGE: ${{ needs.build-base.outputs.DOCKER_TAG }}
# secrets: inherit

build-pax:
needs: [build-jax]
uses: ./.github/workflows/_build_pax.yaml
# build-pax:
# needs: [build-jax]
# uses: ./.github/workflows/_build_pax.yaml
# with:
# ARCHITECTURE: amd64
# BASE_IMAGE: ${{ needs.build-jax.outputs.DOCKER_TAG_MEALKIT }}
# secrets: inherit

build-t5x:
# needs: [build-jax]
uses: ./.github/workflows/_build_t5x.yaml
with:
ARCHITECTURE: amd64
BASE_IMAGE: ${{ needs.build-jax.outputs.DOCKER_TAG_MEALKIT }}
BASE_IMAGE: ghcr.io/nvidia/jax-toolbox-internal:6894053657-jax-amd64
secrets: inherit

test-te:
needs: [build-pax]
uses: ./.github/workflows/_test_te.yaml
with:
TE_IMAGE: ${{ needs.build-pax.outputs.DOCKER_TAG_FINAL }}
secrets: inherit
# test-te:
# needs: [build-pax]
# uses: ./.github/workflows/_test_te.yaml
# with:
# TE_IMAGE: ${{ needs.build-pax.outputs.DOCKER_TAG_FINAL }}
# secrets: inherit

build-rosetta:
needs: [build-pax]
# needs: [build-pax]
uses: ./.github/workflows/_build_rosetta.yaml
with:
ARCHITECTURE: amd64
BASE_LIBRARY: pax
BASE_IMAGE: ${{ needs.build-pax.outputs.DOCKER_TAG_FINAL }}
BASE_IMAGE: ghcr.io/nvidia/jax-toolbox-internal:6894053657-upstream-pax-amd64

# test-pax:
# needs: [build-pax]
Expand Down

0 comments on commit 3442369

Please sign in to comment.