fix: rename runner name and update ignore pattern

This commit is contained in:
Junya Morioka
2025-12-11 02:04:33 +09:00
parent 61052b550b
commit 78470eab40
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -25,6 +25,11 @@ EXCLUDE = [
{"torch-version": "2.7.1", "cuda-version": "13.0"},
{"torch-version": "2.8.1", "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 = {
+1 -1
View File
@@ -27,7 +27,7 @@ services:
- .env.arm
environment:
REPOSITORY_URL: https://github.com/mjun0812/flash-attention-prebuild-wheels
RUNNER_NAME: self-hosted-runner
RUNNER_NAME: self-hosted-runner-arm
RUNNER_GROUP: default
TARGET_ARCH: arm64
build: