From e6bc58b52537def57bafc502a02ee5d74b941d88 Mon Sep 17 00:00:00 2001 From: John Doe Date: Tue, 10 Feb 2026 21:26:07 -0500 Subject: [PATCH] update --- create_matrix.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create_matrix.py b/create_matrix.py index 4abbd1a..d8fc03e 100644 --- a/create_matrix.py +++ b/create_matrix.py @@ -256,7 +256,7 @@ ROCM_MATRIX = { # "3.11", #"3.12", "3.13", - "3.14", + # "3.14", ], "torch-version": [ # "2.5.1", @@ -265,7 +265,7 @@ ROCM_MATRIX = { "2.9.1", ], "rocm-version": [ - "7.1.1", + # "7.1.1", "7.2", ], }