Skip to content

Commit c9e5aa6

Browse files
committed
Actions: Add tmate debug
Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
1 parent c322d0e commit c9e5aa6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build-wheels-release-rocm-torch28.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
# Ubuntu 22.04 CUDA
2424

2525
# 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: '' }
2929
- { artname: 'wheel', os: ubuntu-22.04-l, pyver: '3.13', cuda: '', rocm: '6.4', torch: '2.8.0', cudaarch: '' }
3030

3131

@@ -76,6 +76,9 @@ jobs:
7676

7777
# Install ROCm SDK, apparently needs to happen before setting up Python
7878

79+
- name: Setup tmate session
80+
uses: mxschmitt/action-tmate@v3
81+
7982
- name: Build for ROCm
8083
if: matrix.rocm != ''
8184
shell: bash

0 commit comments

Comments
 (0)