We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2389a27 + 1ebe906 commit 5ffa14bCopy full SHA for 5ffa14b
.github/workflows/benchmark.yml
@@ -16,13 +16,10 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- build: [cuda11, cuda12]
+ build: [cuda12]
20
include:
21
- - build: cuda11
22
- image: nvidia/cuda:11.7.1-devel-ubuntu22.04
23
- modeldir: /llamasharp_ci/models_benchmark
24
- build: cuda12
25
- image: nvidia/cuda:12.1.1-devel-ubuntu22.04
+ image: nvidia/cuda:12.4.0-devel-ubuntu22.04
26
modeldir: /llamasharp_ci/models_benchmark
27
28
container:
0 commit comments