Skip to content

Commit be7dc8b

Browse files
committed
WIP
1 parent 77c5acb commit be7dc8b

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

.github/workflows/backend.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,18 @@ jobs:
197197
backend: "rerankers"
198198
dockerfile: "./backend/Dockerfile.python"
199199
context: "./backend"
200+
- build-type: 'cublas'
201+
cuda-major-version: "13"
202+
cuda-minor-version: "0"
203+
platforms: 'linux/amd64'
204+
tag-latest: 'auto'
205+
tag-suffix: '-gpu-nvidia-cuda-13-rerankers'
206+
runs-on: 'ubuntu-latest'
207+
base-image: "ubuntu:22.04"
208+
skip-drivers: 'false'
209+
backend: "rerankers"
210+
dockerfile: "./backend/Dockerfile.python"
211+
context: "./backend"
200212
- build-type: 'cublas'
201213
cuda-major-version: "12"
202214
cuda-minor-version: "0"
@@ -209,6 +221,18 @@ jobs:
209221
backend: "llama-cpp"
210222
dockerfile: "./backend/Dockerfile.llama-cpp"
211223
context: "./"
224+
- build-type: 'cublas'
225+
cuda-major-version: "1"
226+
cuda-minor-version: "0"
227+
platforms: 'linux/amd64'
228+
tag-latest: 'auto'
229+
tag-suffix: '-gpu-nvidia-cuda-13-llama-cpp'
230+
runs-on: 'ubuntu-latest'
231+
base-image: "ubuntu:22.04"
232+
skip-drivers: 'false'
233+
backend: "llama-cpp"
234+
dockerfile: "./backend/Dockerfile.llama-cpp"
235+
context: "./"
212236
- build-type: 'cublas'
213237
cuda-major-version: "12"
214238
cuda-minor-version: "0"
@@ -221,6 +245,18 @@ jobs:
221245
backend: "vllm"
222246
dockerfile: "./backend/Dockerfile.python"
223247
context: "./backend"
248+
- build-type: 'cublas'
249+
cuda-major-version: "13"
250+
cuda-minor-version: "0"
251+
platforms: 'linux/amd64'
252+
tag-latest: 'auto'
253+
tag-suffix: '-gpu-nvidia-cuda-13-vllm'
254+
runs-on: 'arc-runner-set'
255+
base-image: "ubuntu:22.04"
256+
skip-drivers: 'false'
257+
backend: "vllm"
258+
dockerfile: "./backend/Dockerfile.python"
259+
context: "./backend"
224260
- build-type: 'cublas'
225261
cuda-major-version: "12"
226262
cuda-minor-version: "0"

.github/workflows/image.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,17 @@ jobs:
100100
skip-drivers: 'false'
101101
makeflags: "--jobs=4 --output-sync=target"
102102
aio: "-aio-gpu-nvidia-cuda-12"
103+
- build-type: 'cublas'
104+
cuda-major-version: "13"
105+
cuda-minor-version: "0"
106+
platforms: 'linux/amd64'
107+
tag-latest: 'auto'
108+
tag-suffix: '-gpu-nvidia-cuda-13'
109+
runs-on: 'ubuntu-latest'
110+
base-image: "ubuntu:22.04"
111+
skip-drivers: 'false'
112+
makeflags: "--jobs=4 --output-sync=target"
113+
aio: "-aio-gpu-nvidia-cuda-13"
103114
- build-type: 'vulkan'
104115
platforms: 'linux/amd64'
105116
tag-latest: 'auto'

0 commit comments

Comments
 (0)