|
23 | 23 | # Ubuntu 22.04 CUDA |
24 | 24 |
|
25 | 25 | # ROCm 6.4 |
26 | | - - { artname: 'wheel', os: ubuntu-22.04-l, pyver: '3.10', cuda: '', rocm: '6.4', torch: '2.8.0', cudaarch: '' } |
27 | | - - { artname: 'wheel', os: ubuntu-22.04-l, pyver: '3.11', cuda: '', rocm: '6.4', torch: '2.8.0', cudaarch: '' } |
28 | | - - { artname: 'wheel', os: ubuntu-22.04-l, pyver: '3.12', cuda: '', rocm: '6.4', torch: '2.8.0', cudaarch: '' } |
| 26 | + #- { artname: 'wheel', os: ubuntu-22.04-l, pyver: '3.10', cuda: '', rocm: '6.4', torch: '2.8.0', cudaarch: '' } |
| 27 | + #- { artname: 'wheel', os: ubuntu-22.04-l, pyver: '3.11', cuda: '', rocm: '6.4', torch: '2.8.0', cudaarch: '' } |
| 28 | + #- { artname: 'wheel', os: ubuntu-22.04-l, pyver: '3.12', cuda: '', rocm: '6.4', torch: '2.8.0', cudaarch: '' } |
29 | 29 | - { artname: 'wheel', os: ubuntu-22.04-l, pyver: '3.13', cuda: '', rocm: '6.4', torch: '2.8.0', cudaarch: '' } |
30 | 30 |
|
31 | 31 |
|
|
76 | 76 |
|
77 | 77 | # Install ROCm SDK, apparently needs to happen before setting up Python |
78 | 78 |
|
| 79 | + - name: Setup tmate session |
| 80 | + uses: mxschmitt/action-tmate@v3 |
| 81 | + |
79 | 82 | - name: Build for ROCm |
80 | 83 | if: matrix.rocm != '' |
81 | 84 | shell: bash |
|
0 commit comments