File tree Expand file tree Collapse file tree 2 files changed +2934
-935
lines changed
Expand file tree Collapse file tree 2 files changed +2934
-935
lines changed Original file line number Diff line number Diff line change @@ -87,24 +87,24 @@ cpu = [
8787]
8888
8989cu124 = [
90- " torch>=2.6.0 ; sys_platform == 'linux' and platform_machine == 'x86_64' and python_version < '3.13' " ,
91- " torchvision>=0.21.0 ; sys_platform == 'linux' and platform_machine == 'x86_64' and python_version < '3.13' " ,
90+ " torch>=2.6.0" ,
91+ " torchvision>=0.21.0" ,
9292]
9393
9494cu126 = [
95- " torch>=2.7.1 ; sys_platform == 'linux' and platform_machine == 'x86_64' and python_version < '3.13' " ,
96- " torchvision>=0.22.1 ; sys_platform == 'linux' and platform_machine == 'x86_64' and python_version < '3.13' " ,
95+ " torch>=2.7.1" ,
96+ " torchvision>=0.22.1" ,
9797]
9898
9999cu128 = [
100- " torch>=2.7.1 ; sys_platform == 'linux' and platform_machine == 'x86_64' and python_version < '3.13' " ,
101- " torchvision>=0.22.1 ; sys_platform == 'linux' and platform_machine == 'x86_64' and python_version < '3.13' " ,
100+ " torch>=2.7.1" ,
101+ " torchvision>=0.22.1" ,
102102]
103103
104104rocm = [
105- " torch>=2.7.1 ; sys_platform == 'linux' and platform_machine == 'x86_64' and python_version < '3.13' " ,
106- " torchvision>=0.22.1 ; sys_platform == 'linux' and platform_machine == 'x86_64' and python_version < '3.13' " ,
107- " pytorch-triton-rocm>=3.3.1 ; sys_platform == 'linux' and platform_machine == 'x86_64' and python_version < '3.13' " ,
105+ " torch>=2.7.1" ,
106+ " torchvision>=0.22.1" ,
107+ " pytorch-triton-rocm>=3.3.1 ; sys_platform == 'linux' and platform_machine == 'x86_64'" ,
108108]
109109
110110[tool .uv ]
You can’t perform that action at this time.
0 commit comments