mirror of
https://github.com/BillyOutlast/flash-attention-prebuild-wheels-rocm.git
synced 2026-07-01 01:27:54 -04:00
fix: rename runner name and update ignore pattern
This commit is contained in:
@@ -25,6 +25,11 @@ EXCLUDE = [
|
|||||||
{"torch-version": "2.7.1", "cuda-version": "13.0"},
|
{"torch-version": "2.7.1", "cuda-version": "13.0"},
|
||||||
{"torch-version": "2.8.1", "cuda-version": "13.0"},
|
{"torch-version": "2.8.1", "cuda-version": "13.0"},
|
||||||
{"torch-version": "2.8.0", "cuda-version": "13.0"},
|
{"torch-version": "2.8.0", "cuda-version": "13.0"},
|
||||||
|
# Python 3.14 is supported from torch 2.9
|
||||||
|
{"torch-version": "2.5.1", "python-version": "3.14"},
|
||||||
|
{"torch-version": "2.6.3", "python-version": "3.14"},
|
||||||
|
{"torch-version": "2.7.1", "python-version": "3.14"},
|
||||||
|
{"torch-version": "2.8.0", "python-version": "3.14"},
|
||||||
]
|
]
|
||||||
|
|
||||||
LINUX_MATRIX = {
|
LINUX_MATRIX = {
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ services:
|
|||||||
- .env.arm
|
- .env.arm
|
||||||
environment:
|
environment:
|
||||||
REPOSITORY_URL: https://github.com/mjun0812/flash-attention-prebuild-wheels
|
REPOSITORY_URL: https://github.com/mjun0812/flash-attention-prebuild-wheels
|
||||||
RUNNER_NAME: self-hosted-runner
|
RUNNER_NAME: self-hosted-runner-arm
|
||||||
RUNNER_GROUP: default
|
RUNNER_GROUP: default
|
||||||
TARGET_ARCH: arm64
|
TARGET_ARCH: arm64
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user