From 57d8fc8128ab94fcf06b4463ba0d83a4ca25f89b Mon Sep 17 00:00:00 2001 From: OlivierDehaene <23298448+OlivierDehaene@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:52:02 +0100 Subject: [PATCH] hotfix matrix --- .github/workflows/matrix.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/matrix.json b/.github/workflows/matrix.json index 230bd986..35ffb655 100644 --- a/.github/workflows/matrix.json +++ b/.github/workflows/matrix.json @@ -2,7 +2,7 @@ { "name": "turing", "imageNamePrefix": "turing-", - "runOn": "main", + "runOn": "always", "sccache": true, "cudaComputeCap": 75, "extraBuildArgs": "DEFAULT_USE_FLASH_ATTENTION=False", @@ -21,7 +21,7 @@ { "name": "a10", "imageNamePrefix": "86-", - "runOn": "main", + "runOn": "always", "sccache": true, "cudaComputeCap": 86, "grpc": true, @@ -30,7 +30,7 @@ { "name": "RTX 4000", "imageNamePrefix": "89-", - "runOn": "main", + "runOn": "always", "sccache": true, "cudaComputeCap": 89, "grpc": true, @@ -39,7 +39,7 @@ { "name": "Hopper", "imageNamePrefix": "hopper-", - "runOn": "main", + "runOn": "always", "sccache": true, "cudaComputeCap": 90, "grpc": true, @@ -48,7 +48,7 @@ { "name": "All", "imageNamePrefix": "cuda-", - "runOn": "main", + "runOn": "always", "sccache": false, "grpc": false, "dockerfile": "Dockerfile-cuda-all" @@ -56,7 +56,7 @@ { "name": "cpu", "imageNamePrefix": "cpu-", - "runOn": "main", + "runOn": "always", "sccache": true, "grpc": true, "dockerfile": "Dockerfile"