We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a96996f + c384987 commit 7a5bcb4Copy full SHA for 7a5bcb4
pyproject.toml
@@ -79,6 +79,10 @@ torchvision = [
79
{ index = "pytorch-cu126", marker = "platform_system == 'Windows'" },
80
{ index = "pytorch-cu126", marker = "platform_system == 'Linux'" },
81
]
82
+triton = [
83
+ { index = "pytorch-cu126", marker = "platform_system == 'Windows'" },
84
+ { index = "pytorch-cu126", marker = "platform_system == 'Linux'" },
85
+]
86
87
88
[[tool.uv.index]]
0 commit comments