Skip to content

Commit 825b3d3

Browse files
committed
modify max_jobs and nvcc_threads
1 parent d8333c4 commit 825b3d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.tekton/vllm-cuda-pull-request.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ spec:
4141
- name: build-image-index
4242
value: false
4343
- name: build-args
44-
value: [max_jobs=48]
44+
value:
45+
- max_jobs=12
46+
- nvcc_threads=2
4547
- name: fetch-git-tags
4648
value: true
4749
- name: clone-depth

0 commit comments

Comments
 (0)