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 d2c544d commit 52bf899Copy full SHA for 52bf899
buildkite/test-template-fastcheck.j2
@@ -26,8 +26,10 @@ steps:
26
--build-arg buildkite_commit=$BUILDKITE_COMMIT
27
--build-arg USE_SCCACHE=1
28
--build-arg VLLM_DOCKER_BUILD_CONTEXT=1
29
- --build-arg VLLM_USE_PRECOMPILED={{ vllm_use_precompiled | default("0") }}{% if vllm_use_precompiled is defined and vllm_use_precompiled == "1" %}
30
- --build-arg USE_FLASHINFER_PREBUILT_WHEEL=true{% endif %}
+ --build-arg VLLM_USE_PRECOMPILED={{ vllm_use_precompiled | default("0") }}
+ {% if vllm_use_precompiled == "1" %}
31
+ --build-arg VLLM_MERGE_BASE_COMMIT={{ vllm_merge_base_commit }}
32
+ {% endif %}
33
--tag {{ docker_image }}
34
--target test --progress plain .
35
- "docker push {{ docker_image }}"
0 commit comments