Skip to content

Commit 7ad87c9

Browse files
authored
Merge pull request #106 from martindevans/cuda_12.4
Switched to CUDA 12.4 build only
2 parents 389e0b7 + 3ccf688 commit 7ad87c9

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
@@ -344,7 +344,7 @@ jobs:
344344
fail-fast: false
345345
matrix:
346346
os: [ubuntu-22.04, windows-2022]
347-
cuda: ['12.2.0', '11.7.1']
347+
cuda: ['12.4.0']
348348
runs-on: ${{ matrix.os }}
349349
steps:
350350
- name: Clone

0 commit comments

Comments
 (0)