From a33fbd2c0d04b95f5e5922577424a973fceac766 Mon Sep 17 00:00:00 2001 From: Junya Morioka Date: Tue, 16 Dec 2025 20:55:41 +0900 Subject: [PATCH] feat: update create_matrix.py for windows --- create_matrix.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/create_matrix.py b/create_matrix.py index 318541e..71942cd 100644 --- a/create_matrix.py +++ b/create_matrix.py @@ -139,29 +139,29 @@ LINUX_ARM64_SELF_HOSTED_MATRIX = { WINDOWS_MATRIX = { "flash-attn-version": [ - "2.6.3", + # "2.6.3", # "2.7.4", - # "2.8.3", + "2.8.3", ], "python-version": [ - "3.10", - "3.11", + # "3.10", + # "3.11", "3.12", # "3.13", ], "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", "2.9.1", ], "cuda-version": [ - "12.4", + # "12.4", # "12.6", "12.8", # "12.9", - "13.0", + # "13.0", ], }