Skip to content

Commit 7a5bcb4

Browse files
authored
Merge pull request #198 from MapleWithered/patch-1
fix: fix triton source from default cuda129 to 126
2 parents a96996f + c384987 commit 7a5bcb4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ torchvision = [
7979
{ index = "pytorch-cu126", marker = "platform_system == 'Windows'" },
8080
{ index = "pytorch-cu126", marker = "platform_system == 'Linux'" },
8181
]
82+
triton = [
83+
{ index = "pytorch-cu126", marker = "platform_system == 'Windows'" },
84+
{ index = "pytorch-cu126", marker = "platform_system == 'Linux'" },
85+
]
8286

8387

8488
[[tool.uv.index]]

0 commit comments

Comments
 (0)