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 389e0b7 + 3ccf688 commit 7ad87c9Copy full SHA for 7ad87c9
.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:
.github/workflows/compile.yml
@@ -344,7 +344,7 @@ jobs:
344
345
346
os: [ubuntu-22.04, windows-2022]
347
- cuda: ['12.2.0', '11.7.1']
+ cuda: ['12.4.0']
348
runs-on: ${{ matrix.os }}
349
steps:
350
- name: Clone
0 commit comments