feat: update create_matrix.py for windows

This commit is contained in:
Junya Morioka
2025-12-16 20:55:41 +09:00
parent 5bc98e4b5d
commit a33fbd2c0d
+10 -10
View File
@@ -139,29 +139,29 @@ LINUX_ARM64_SELF_HOSTED_MATRIX = {
WINDOWS_MATRIX = {
"flash-attn-version": [
"2.6.3",
# "2.6.3",
# "2.7.4",
# "2.8.3",
"2.8.3",
],
"python-version": [
"3.10",
"3.11",
# "3.10",
# "3.11",
"3.12",
# "3.13",
],
"torch-version": [
"2.5.1",
"2.6.0",
"2.7.1",
"2.8.0",
# "2.5.1",
# "2.6.0",
# "2.7.1",
# "2.8.0",
"2.9.1",
],
"cuda-version": [
"12.4",
# "12.4",
# "12.6",
"12.8",
# "12.9",
"13.0",
# "13.0",
],
}