mirror of
https://github.com/BillyOutlast/flash-attention-prebuild-wheels-rocm.git
synced 2026-07-01 01:27:54 -04:00
chore: Update create_matrix.py
This commit is contained in:
+13
-4
@@ -98,12 +98,21 @@ LINUX_SELF_HOSTED_MATRIX = {
|
||||
"3.10",
|
||||
"3.11",
|
||||
"3.12",
|
||||
# "3.13",
|
||||
"3.13",
|
||||
# "3.14",
|
||||
],
|
||||
"torch-version": ["2.9.1"],
|
||||
"torch-version": [
|
||||
"2.5.1",
|
||||
"2.6.0",
|
||||
"2.7.1",
|
||||
"2.8.0",
|
||||
# "2.9.1",
|
||||
],
|
||||
"cuda-version": [
|
||||
"12.4",
|
||||
"12.6",
|
||||
"12.8",
|
||||
"12.9",
|
||||
"13.0",
|
||||
],
|
||||
}
|
||||
@@ -197,8 +206,8 @@ def main():
|
||||
"linux_arm64": False,
|
||||
# "linux_arm64": LINUX_ARM64_MATRIX,
|
||||
#
|
||||
"linux_self_hosted": False,
|
||||
# "linux_self_hosted": LINUX_SELF_HOSTED_MATRIX,
|
||||
# "linux_self_hosted": False,
|
||||
"linux_self_hosted": LINUX_SELF_HOSTED_MATRIX,
|
||||
#
|
||||
"linux_arm64_self_hosted": False,
|
||||
# "linux_arm64_self_hosted": LINUX_ARM64_SELF_HOSTED_MATRIX,
|
||||
|
||||
Reference in New Issue
Block a user