Skip to content

Commit 1d46329

Browse files
authored
Disable ROCm support in the Linux wheels build workflow (#2124)
1 parent 1c476f3 commit 1d46329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels_linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
os: linux
2929
with-cpu: enable
3030
with-cuda: enable
31-
with-rocm: enable
31+
with-rocm: disable
3232
with-xpu: enable
3333
# Note: if free-threaded python is required add py3.13t here
3434
python-versions: '["3.9"]'

0 commit comments

Comments
 (0)