Pinning of dependencies to support cu128 with arm64

Signed-off-by: Viktor Kuropiatnyk <vku@zurich.ibm.com>
This commit is contained in:
Viktor Kuropiatnyk
2025-10-08 14:31:40 +02:00
parent fe67029592
commit 86f1f3ebcf
2 changed files with 1252 additions and 480 deletions

View File

@@ -98,8 +98,9 @@ cu126 = [
]
cu128 = [
"torch>=2.7.1",
"torch~=2.7.1",
"torchvision>=0.22.1",
"triton~=3.3.1 ; sys_platform == 'linux'"
]
rocm = [
@@ -146,6 +147,10 @@ torchvision = [
{ index = "pytorch-rocm", group = "rocm", marker = "sys_platform == 'linux'" },
]
triton = [
{index = "pytorch-cu128", group = "cu128", marker = "sys_platform == 'linux'" },
]
pytorch-triton-rocm = [
{ index = "pytorch-rocm", marker = "sys_platform == 'linux'" },
]

1725
uv.lock generated

File diff suppressed because one or more lines are too long