Skip to content

Commit c04134c

Browse files
authored
[ROCM] Restrict pytorch rocm to only use triton 2.0.x (#95793) (#95834)
To align with upstream, we are requiring triton dependency to be between 2.0.0 and 2.1. This will allow PyTorch 2.0 on ROCM to stay flexible enough to pick up any performance/stability improvements from Triton, without needing to cut a separate PyTorch version. Pull Request resolved: #95793 Approved by: https://github.com/huydhn
1 parent 72d0863 commit c04134c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytorch-triton-rocm>=2.0.0.dev
1+
pytorch-triton-rocm>=2.0.0,<2.1

0 commit comments

Comments
 (0)