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.
1 parent f609029 commit 3ccf688Copy full SHA for 3ccf688
.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
@@ -347,7 +347,7 @@ jobs:
347
348
349
os: [ubuntu-22.04, windows-2022]
350
- cuda: ['12.2.0', '11.7.1']
+ cuda: ['12.4.0']
351
runs-on: ${{ matrix.os }}
352
steps:
353
- name: Clone
0 commit comments