Skip to content

Commit

Permalink
archive wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
JehandadKhan committed Oct 1, 2024
1 parent 6a49a56 commit 8de5fad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rocm-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
run: |
./build/rocm/ci_build.sh --rocm_version 6.1.3 \
--keep_image --py_version 3.10
- name: Archive jax wheels
uses: actions/upload-artifact@v2
with:
name: rocm_jax_r6_1_3_py3_10_id${{ github.run_id }}
path: ${{ github.workspace }}/wheelhouse/*.whl


# - name: Try rocm-smi
Expand Down

0 comments on commit 8de5fad

Please sign in to comment.