Skip to content

Commit 3ed9d65

Browse files
committed
ci: fix GitHub Actions backends workflows after rebase
1 parent 58026e7 commit 3ed9d65

File tree

1 file changed

+10
-70
lines changed

1 file changed

+10
-70
lines changed

.github/workflows/backend.yml

Lines changed: 10 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
#max-parallel: ${{ github.event_name != 'pull_request' && 6 || 4 }}
4040
matrix:
4141
include:
42-
# CUDA 11 builds
4342
- build-type: 'l4t'
4443
cuda-major-version: "12"
4544
cuda-minor-version: "9"
@@ -64,7 +63,7 @@ jobs:
6463
skip-drivers: 'true'
6564
backend: "diffusers"
6665
dockerfile: "./backend/Dockerfile.python"
67-
context: "./""
66+
context: "./"
6867
ubuntu-version: '2404'
6968
- build-type: ''
7069
cuda-major-version: ""
@@ -78,6 +77,7 @@ jobs:
7877
backend: "chatterbox"
7978
dockerfile: "./backend/Dockerfile.python"
8079
context: "./"
80+
ubuntu-version: '2404'
8181
# CUDA 12 builds
8282
- build-type: 'cublas'
8383
cuda-major-version: "12"
@@ -211,7 +211,7 @@ jobs:
211211
ubuntu-version: '2404'
212212
- build-type: 'cublas'
213213
cuda-major-version: "12"
214-
cuda-minor-version: "0"
214+
cuda-minor-version: "9"
215215
platforms: 'linux/amd64'
216216
tag-latest: 'auto'
217217
tag-suffix: '-gpu-nvidia-cuda-12-stablediffusion-ggml'
@@ -224,7 +224,7 @@ jobs:
224224
ubuntu-version: '2404'
225225
- build-type: 'cublas'
226226
cuda-major-version: "12"
227-
cuda-minor-version: "0"
227+
cuda-minor-version: "9"
228228
platforms: 'linux/amd64'
229229
tag-latest: 'auto'
230230
tag-suffix: '-gpu-nvidia-cuda-12-whisper'
@@ -237,7 +237,7 @@ jobs:
237237
ubuntu-version: '2404'
238238
- build-type: 'cublas'
239239
cuda-major-version: "12"
240-
cuda-minor-version: "0"
240+
cuda-minor-version: "9"
241241
platforms: 'linux/amd64'
242242
tag-latest: 'auto'
243243
tag-suffix: '-gpu-nvidia-cuda-12-rfdetr'
@@ -250,7 +250,7 @@ jobs:
250250
ubuntu-version: '2404'
251251
- build-type: 'cublas'
252252
cuda-major-version: "12"
253-
cuda-minor-version: "0"
253+
cuda-minor-version: "9"
254254
platforms: 'linux/amd64'
255255
tag-latest: 'auto'
256256
tag-suffix: '-gpu-nvidia-cuda-12-exllama2'
@@ -263,7 +263,7 @@ jobs:
263263
ubuntu-version: '2404'
264264
- build-type: 'cublas'
265265
cuda-major-version: "12"
266-
cuda-minor-version: "0"
266+
cuda-minor-version: "9"
267267
platforms: 'linux/amd64'
268268
tag-latest: 'auto'
269269
tag-suffix: '-gpu-nvidia-cuda-12-neutts'
@@ -670,7 +670,7 @@ jobs:
670670
ubuntu-version: '2404'
671671
- build-type: 'l4t'
672672
cuda-major-version: "12"
673-
cuda-minor-version: "9"
673+
cuda-minor-version: "0"
674674
platforms: 'linux/arm64'
675675
tag-latest: 'auto'
676676
tag-suffix: '-nvidia-l4t-kokoro'
@@ -815,18 +815,6 @@ jobs:
815815
dockerfile: "./backend/Dockerfile.golang"
816816
context: "./"
817817
ubuntu-version: '2404'
818-
- build-type: 'cublas'
819-
cuda-major-version: "12"
820-
cuda-minor-version: "9"
821-
platforms: 'linux/amd64'
822-
tag-latest: 'auto'
823-
tag-suffix: '-gpu-nvidia-cuda-12-stablediffusion-ggml'
824-
runs-on: 'ubuntu-latest'
825-
base-image: "ubuntu:24.04"
826-
skip-drivers: 'false'
827-
backend: "stablediffusion-ggml"
828-
dockerfile: "./backend/Dockerfile.golang"
829-
context: "./"
830818
- build-type: 'sycl_f32'
831819
cuda-major-version: ""
832820
cuda-minor-version: ""
@@ -893,18 +881,6 @@ jobs:
893881
dockerfile: "./backend/Dockerfile.golang"
894882
context: "./"
895883
ubuntu-version: '2404'
896-
- build-type: 'cublas'
897-
cuda-major-version: "12"
898-
cuda-minor-version: "9"
899-
platforms: 'linux/amd64'
900-
tag-latest: 'auto'
901-
tag-suffix: '-gpu-nvidia-cuda-12-whisper'
902-
runs-on: 'ubuntu-latest'
903-
base-image: "ubuntu:24.04"
904-
skip-drivers: 'false'
905-
backend: "whisper"
906-
dockerfile: "./backend/Dockerfile.golang"
907-
context: "./"
908884
- build-type: 'sycl_f32'
909885
cuda-major-version: ""
910886
cuda-minor-version: ""
@@ -1026,18 +1002,6 @@ jobs:
10261002
dockerfile: "./backend/Dockerfile.python"
10271003
context: "./"
10281004
ubuntu-version: '2404'
1029-
- build-type: 'cublas'
1030-
cuda-major-version: "12"
1031-
cuda-minor-version: "9"
1032-
platforms: 'linux/amd64'
1033-
tag-latest: 'auto'
1034-
tag-suffix: '-gpu-nvidia-cuda-12-rfdetr'
1035-
runs-on: 'ubuntu-latest'
1036-
base-image: "ubuntu:24.04"
1037-
skip-drivers: 'false'
1038-
backend: "rfdetr"
1039-
dockerfile: "./backend/Dockerfile.python"
1040-
context: "./"
10411005
- build-type: 'intel'
10421006
cuda-major-version: ""
10431007
cuda-minor-version: ""
@@ -1078,18 +1042,6 @@ jobs:
10781042
dockerfile: "./backend/Dockerfile.python"
10791043
context: "./"
10801044
ubuntu-version: '2404'
1081-
- build-type: 'cublas'
1082-
cuda-major-version: "12"
1083-
cuda-minor-version: "9"
1084-
platforms: 'linux/amd64'
1085-
tag-latest: 'auto'
1086-
tag-suffix: '-gpu-nvidia-cuda-12-exllama2'
1087-
runs-on: 'ubuntu-latest'
1088-
base-image: "ubuntu:24.04"
1089-
skip-drivers: 'false'
1090-
backend: "exllama2"
1091-
dockerfile: "./backend/Dockerfile.python"
1092-
context: "./"
10931045
- build-type: 'intel'
10941046
cuda-major-version: ""
10951047
cuda-minor-version: ""
@@ -1118,7 +1070,7 @@ jobs:
11181070
ubuntu-version: '2404'
11191071
- build-type: 'l4t'
11201072
cuda-major-version: "12"
1121-
cuda-minor-version: "9"
1073+
cuda-minor-version: "0"
11221074
platforms: 'linux/arm64'
11231075
skip-drivers: 'true'
11241076
tag-latest: 'auto'
@@ -1170,18 +1122,6 @@ jobs:
11701122
dockerfile: "./backend/Dockerfile.python"
11711123
context: "./"
11721124
ubuntu-version: '2404'
1173-
- build-type: 'cublas'
1174-
cuda-major-version: "12"
1175-
cuda-minor-version: "9"
1176-
platforms: 'linux/amd64'
1177-
tag-latest: 'auto'
1178-
tag-suffix: '-gpu-nvidia-cuda-12-neutts'
1179-
runs-on: 'ubuntu-latest'
1180-
base-image: "ubuntu:24.04"
1181-
skip-drivers: 'false'
1182-
backend: "neutts"
1183-
dockerfile: "./backend/Dockerfile.python"
1184-
context: "./"
11851125
- build-type: 'hipblas'
11861126
cuda-major-version: ""
11871127
cuda-minor-version: ""
@@ -1197,7 +1137,7 @@ jobs:
11971137
ubuntu-version: '2404'
11981138
- build-type: 'l4t'
11991139
cuda-major-version: "12"
1200-
cuda-minor-version: "9"
1140+
cuda-minor-version: "0"
12011141
platforms: 'linux/arm64'
12021142
skip-drivers: 'true'
12031143
tag-latest: 'auto'

0 commit comments

Comments
 (0)