fix: fix triton source from cuda129 to 126

This commit is contained in:
枫亚
2025-08-27 19:42:48 +08:00
committed by GitHub
parent a96996fcbf
commit c384987b8a
+4
View File
@@ -79,6 +79,10 @@ torchvision = [
{ index = "pytorch-cu126", marker = "platform_system == 'Windows'" },
{ index = "pytorch-cu126", marker = "platform_system == 'Linux'" },
]
triton = [
{ index = "pytorch-cu126", marker = "platform_system == 'Windows'" },
{ index = "pytorch-cu126", marker = "platform_system == 'Linux'" },
]
[[tool.uv.index]]