Skip to content

Commit

Permalink
hotfix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierDehaene committed Dec 13, 2024
1 parent 5a5adc7 commit 57d8fc8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"name": "turing",
"imageNamePrefix": "turing-",
"runOn": "main",
"runOn": "always",
"sccache": true,
"cudaComputeCap": 75,
"extraBuildArgs": "DEFAULT_USE_FLASH_ATTENTION=False",
Expand All @@ -21,7 +21,7 @@
{
"name": "a10",
"imageNamePrefix": "86-",
"runOn": "main",
"runOn": "always",
"sccache": true,
"cudaComputeCap": 86,
"grpc": true,
Expand All @@ -30,7 +30,7 @@
{
"name": "RTX 4000",
"imageNamePrefix": "89-",
"runOn": "main",
"runOn": "always",
"sccache": true,
"cudaComputeCap": 89,
"grpc": true,
Expand All @@ -39,7 +39,7 @@
{
"name": "Hopper",
"imageNamePrefix": "hopper-",
"runOn": "main",
"runOn": "always",
"sccache": true,
"cudaComputeCap": 90,
"grpc": true,
Expand All @@ -48,15 +48,15 @@
{
"name": "All",
"imageNamePrefix": "cuda-",
"runOn": "main",
"runOn": "always",
"sccache": false,
"grpc": false,
"dockerfile": "Dockerfile-cuda-all"
},
{
"name": "cpu",
"imageNamePrefix": "cpu-",
"runOn": "main",
"runOn": "always",
"sccache": true,
"grpc": true,
"dockerfile": "Dockerfile"
Expand Down

0 comments on commit 57d8fc8

Please sign in to comment.