Skip to content

Commit 3ccf688

Browse files
committed
Switched to CUDA 12.4 build only
1 parent f609029 commit 3ccf688

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
build: [cuda11, cuda12]
19+
build: [cuda12]
2020
include:
21-
- build: cuda11
22-
image: nvidia/cuda:11.7.1-devel-ubuntu22.04
23-
modeldir: /llamasharp_ci/models_benchmark
2421
- build: cuda12
25-
image: nvidia/cuda:12.1.1-devel-ubuntu22.04
22+
image: nvidia/cuda:12.4.0-devel-ubuntu22.04
2623
modeldir: /llamasharp_ci/models_benchmark
2724

2825
container:

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ jobs:
347347
fail-fast: false
348348
matrix:
349349
os: [ubuntu-22.04, windows-2022]
350-
cuda: ['12.2.0', '11.7.1']
350+
cuda: ['12.4.0']
351351
runs-on: ${{ matrix.os }}
352352
steps:
353353
- name: Clone

0 commit comments

Comments
 (0)