mirror of
https://github.com/BillyOutlast/flash-attention-prebuild-wheels-rocm.git
synced 2026-07-01 01:37:53 -04:00
docs: update README.md
This commit is contained in:
@@ -3340,3 +3340,4 @@ docker compose up -d
|
|||||||
year={2024}
|
year={2024}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
+9
-5
@@ -22,7 +22,10 @@ EXCLUDE = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
LINUX_MATRIX = {
|
LINUX_MATRIX = {
|
||||||
"flash-attn-version": ["2.6.3", "2.7.4.post1", "2.8.3"],
|
"flash-attn-version": [
|
||||||
|
# "2.6.3", "2.7.4.post1", "2.8.3"
|
||||||
|
"2.8.1"
|
||||||
|
],
|
||||||
"python-version": ["3.10", "3.11", "3.12", "3.13"],
|
"python-version": ["3.10", "3.11", "3.12", "3.13"],
|
||||||
"torch-version": [
|
"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",
|
||||||
@@ -30,6 +33,7 @@ LINUX_MATRIX = {
|
|||||||
],
|
],
|
||||||
"cuda-version": [
|
"cuda-version": [
|
||||||
# "12.4.1", "12.6.3", "12.8.1", "12.9.1",
|
# "12.4.1", "12.6.3", "12.8.1", "12.9.1",
|
||||||
|
"12.8.1",
|
||||||
"13.0.1",
|
"13.0.1",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
@@ -60,10 +64,10 @@ def main():
|
|||||||
print(
|
print(
|
||||||
json.dumps(
|
json.dumps(
|
||||||
{
|
{
|
||||||
# "linux": LINUX_MATRIX,
|
"linux": LINUX_MATRIX,
|
||||||
"linux": False,
|
# "linux": False,
|
||||||
"linux_self_hosted": LINUX_SELF_HOSTED_MATRIX,
|
# "linux_self_hosted": LINUX_SELF_HOSTED_MATRIX,
|
||||||
# "linux_self_hosted": False,
|
"linux_self_hosted": False,
|
||||||
# "windows": WINDOWS_MATRIX,
|
# "windows": WINDOWS_MATRIX,
|
||||||
"windows": False,
|
"windows": False,
|
||||||
# "windows_code_build": WINDOWS_CODEBUILD_MATRIX,
|
# "windows_code_build": WINDOWS_CODEBUILD_MATRIX,
|
||||||
|
|||||||
Reference in New Issue
Block a user