Skip to content

Commit 5ffa14b

Browse files
authored
Merge branch 'master' into windows-arm64-cpu-support
2 parents 2389a27 + 1ebe906 commit 5ffa14b

File tree

3 files changed

+78
-96
lines changed

3 files changed

+78
-96
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:

0 commit comments

Comments
 (0)