first attempt

This commit is contained in:
John Doe
2026-02-10 20:49:18 -05:00
parent 5dbee4edb4
commit 6ac2a69fa9
5 changed files with 569 additions and 0 deletions
+28
View File
@@ -245,6 +245,31 @@ WINDOWS_SELF_HOSTED_MATRIX = {
],
}
ROCM_MATRIX = {
"flash-attn-version": [
#"2.6.3",
#"2.7.4",
"2.8.3",
],
"python-version": [
#"3.10",
# "3.11",
#"3.12",
"3.13",
"3.14",
],
"torch-version": [
# "2.5.1",
# "2.6.0",
# "2.7.1",
"2.9.1",
],
"rocm-version": [
"7.1",
"7.2",
],
}
def main():
print(
@@ -271,6 +296,9 @@ def main():
"windows_code_build": False,
# "windows_code_build": WINDOWS_CODEBUILD_MATRIX,
#
#"rocm": False,
"rocm": ROCM_MATRIX,
#
"exclude": EXCLUDE,
}
)