File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2929 - uses : actions/checkout@v4
3030 - name : Download wheel artifacts
3131 uses : actions/download-artifacts@v4
32+ with :
3233 name : ${{ inputs.artifact-prefix }}_r${{ inputs.rocm-version }}
3334 path : ./wheelhouse
3435 - name : Build JAX docker image
Original file line number Diff line number Diff line change 1010 required : true
1111 type : string
1212 artifact-prefix :
13+ required : false
1314 default : ' plugin_wheels'
15+ type : string
1416
15- build-plugin-docker :
17+ jobs :
18+ build-plugin-docker :
1619 runs-on : mi-250
1720 steps :
1821 - name : Clean up old runs
Original file line number Diff line number Diff line change 2222 strategy :
2323 matrix :
2424 rocm-version : ["6.3.3"]
25- uses : jax /rocm-jax/.github/workflows/reuseable /build-wheels.yml@master
25+ uses : rocm /rocm-jax/.github/workflows/build-wheels.yml@master
2626 with :
2727 python-versions : ${{ env.PYTHON_VERSIONS }}
2828 rocm-version : ${{ matrix.rocm-version }}
3131 matrix :
3232 python-version : ["3.10.13,3.12.8"]
3333 rocm-version : ["6.3.3"]
34- uses : jax /rocm-jax/.github/workflows/reusable /build-docker.yml@master
34+ uses : rocm /rocm-jax/.github/workflows/build-docker.yml@master
3535 with :
3636 rocm-version : ${{ matrix.python-version }}
3737 run-python-unit-tests :
You can’t perform that action at this time.
0 commit comments