add torch==2.9.0

This commit is contained in:
Junya Morioka
2025-09-20 11:15:05 +09:00
parent 26d894259f
commit bbad4182f4
+1
View File
@@ -10,6 +10,7 @@ support_cuda_versions = {
"2.6": [118, 124, 126],
"2.7": [118, 126, 128],
"2.8": [126, 128, 129],
"2.9": [126, 128, 129],
}
cuda_version = int(sys.argv[1])