8000 Revert "[CI] Add Triton 3.13t build (#143212)" · pytorch/pytorch@4e0de50 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4e0de50

Browse files
Revert "[CI] Add Triton 3.13t build (#143212)"
This reverts commit 571cd92. Reverted #143212 on behalf of https://github.com/janeyx99 due to lint is failing, the other failures don't seem relevant but ci has turned red after this change haha ([comment](#143212 (comment)))
1 parent f406207 commit 4e0de50

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build-triton-wheel.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
fail-fast: false
4646
matrix:
47-
py_vers: [ "3.9", "3.10", "3.11", "3.12", "3.13", "3.13t" ]
47+
py_vers: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
4848
device: ["cuda", "rocm", "xpu"]
4949
docker-image: ["pytorch/manylinux-builder:cpu", "pytorch/manylinux2_28-builder:cpu"]
5050
exclude:
@@ -114,10 +114,6 @@ jobs:
114114
3.13)
115115
PYTHON_EXECUTABLE=/opt/python/cp313-cp313/bin/python
116116
;;
117-
3.13t)
118-
PYTHON_EXECUTABLE=/opt/python/cp313-cp313t/bin/python
119-
;;
120-
121117
*)
122118
echo "Unsupported python version ${PY_VERS}"
123119
exit 1

0 commit comments

Comments
 (0)
0