File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ torch = [
302
302
# { index = "default", marker = "sys_platform == 'darwin'" }, # macOS
303
303
{ index = " pytorch-arm" , marker = " sys_platform != 'darwin' and platform_machine == 'arm64'" },
304
304
# Linux and Windows
305
- { index = " pytorch-cu126 " , marker = " sys_platform != 'darwin' and platform_machine == 'x86_64' and extra == 'using-cuda' and extra != 'using-rocm'" },
305
+ { index = " pytorch-cuda " , marker = " sys_platform != 'darwin' and platform_machine == 'x86_64' and extra == 'using-cuda' and extra != 'using-rocm'" },
306
306
{ index = " pytorch-rocm" , marker = " sys_platform != 'darwin' and platform_machine == 'x86_64' and extra != 'using-cuda' and extra == 'using-rocm'" },
307
307
{ index = " pytorch-cpu" , marker = " sys_platform != 'darwin' and platform_machine == 'x86_64' and extra != 'using-cuda' and extra != 'using-rocm'" },
308
308
]
@@ -313,7 +313,7 @@ url = "https://download.pytorch.org/whl/rocm6.2"
313
313
explicit = true
314
314
315
315
[[tool .uv .index ]]
316
- name = " pytorch-cu126 "
316
+ name = " pytorch-cuda "
317
317
url = " https://download.pytorch.org/whl/cu126"
318
318
explicit = true
319
319
You can’t perform that action at this time.
0 commit comments