Skip to content

Commit 9f330c2

Browse files
authored
Merge pull request #1220 from SignalRT/MultiModal
Multi modal (Just libraries)
2 parents f609029 + 7ad87c9 commit 9f330c2

File tree

2 files changed

+67
-73
lines changed

2 files changed

+67
-73
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)