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 df98449 commit e5b2050Copy full SHA for e5b2050
.github/workflows/build-image.yml
@@ -29,12 +29,12 @@ jobs:
29
dockerfile: cuda12.4
30
tags: superbench/main:cuda12.4
31
runner: [self-hosted]
32
- build_args: "NUM_MAKE_JOBS=8"
+ build_args: "NUM_MAKE_JOBS=16"
33
- name: cuda12.2
34
dockerfile: cuda12.2
35
tags: superbench/main:cuda12.2
36
37
38
- name: cuda11.1.1
39
dockerfile: cuda11.1.1
40
tags: superbench/main:cuda11.1.1,superbench/superbench:latest
0 commit comments