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 6155517 commit 1326461Copy full SHA for 1326461
.buildkite/test-pipeline.yaml
@@ -184,6 +184,7 @@ steps:
184
185
- label: Distributed Tests (A100)
186
gpu: a100
187
+ num_gpus: 4
188
commands:
189
# NOTE: don't test llama model here, it seems hf implementation is buggy
190
# see https://github.com/vllm-project/vllm/pull/5689 for details
.buildkite/test-template-aws.j2
@@ -75,7 +75,7 @@ steps:
75
- "'cd {{ (step.working_dir or default_working_dir) | safe }} && {{ step.command or (step.commands | join(' && ')) | safe }}'"
76
resources:
77
limits:
78
- nvidia.com/gpu: 8
+ nvidia.com/gpu: {{ step.num_gpus or 1 }}
79
volumeMounts:
80
- name: devshm
81
mountPath: /dev/shm
0 commit comments