mirror of
https://github.com/xming521/WeClone.git
synced 2026-08-28 18:07:28 +08:00
Merge pull request #198 from MapleWithered/patch-1
fix: fix triton source from default cuda129 to 126
This commit is contained in:
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user