From 78470eab40aae161c2742d2cd5dd2fef6bafe76d Mon Sep 17 00:00:00 2001 From: Junya Morioka Date: Thu, 11 Dec 2025 02:04:33 +0900 Subject: [PATCH] fix: rename runner name and update ignore pattern --- create_matrix.py | 5 +++++ self-hosted-runner/compose.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/create_matrix.py b/create_matrix.py index b8922f6..403a214 100644 --- a/create_matrix.py +++ b/create_matrix.py @@ -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 = { diff --git a/self-hosted-runner/compose.yml b/self-hosted-runner/compose.yml index 02794ab..eb2c6d0 100644 --- a/self-hosted-runner/compose.yml +++ b/self-hosted-runner/compose.yml @@ -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: