chore: Update docs and regenerate packages

This commit is contained in:
Junya Morioka
2025-11-27 12:06:11 +09:00
parent e252bd40dc
commit 814e0b4067
4 changed files with 42 additions and 21 deletions
+27 -19
View File
@@ -22,21 +22,20 @@ EXCLUDE = [
]
LINUX_MATRIX = {
"flash-attn-version": [
# "2.6.3", "2.7.4.post1"
"2.8.3"
],
"python-version": [
# "3.10", "3.11", "3.12",
"3.13"
],
"flash-attn-version": ["2.6.3", "2.7.4", "2.8.3"],
"python-version": ["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.1", "12.6.3", "12.8.1", "12.9.1",
# "12.8.1",
"12.4.1",
"12.6.3",
"12.8.1",
"12.9.1",
"13.0.2",
],
}
@@ -50,20 +49,29 @@ LINUX_SELF_HOSTED_MATRIX = {
WINDOWS_MATRIX = {
"flash-attn-version": [
# "2.7.4.post1",
"2.8.3"
"2.6.3",
"2.7.4",
"2.8.3",
],
"python-version": [
# "3.10", "3.11", "3.12",
"3.13"
"3.10",
"3.11",
"3.12",
"3.13",
],
"torch-version": [
# "2.5.1", "2.6.0", "2.7.1", "2.8.0",
"2.9.1"
"2.5.1",
"2.6.0",
"2.7.1",
"2.8.0",
"2.9.1",
],
"cuda-version": [
# "12.4.1", "12.6.3", "12.8.1", "12.9.1",
"13.0.1"
"12.4.1",
"12.6.3",
"12.8.1",
"12.9.1",
"13.0.2",
],
}