File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -276,11 +276,9 @@ steps:
276276 --build-arg USE_SCCACHE=1
277277 --build-arg TORCH_CUDA_ARCH_LIST="8.0 8.9 9.0 10.0"
278278 --build-arg FI_TORCH_CUDA_ARCH_LIST="8.0 8.9 9.0a 10.0a"
279- {% if branch != "main" %}
280- --build-arg VLLM_MERGE_BASE_COMMIT={{ vllm_merge_base_commit }}
281279 --build-arg VLLM_USE_PRECOMPILED={{ vllm_use_precompiled | default("0") }}
282- --build-arg VLLM_DOCKER_BUILD_CONTEXT=1 {% if vllm_use_precompiled is defined and vllm_use_precompiled == "1" %}
283- --build-arg USE_FLASHINFER_PREBUILT_WHEEL=true {% endif % }
280+ {% if vllm_use_precompiled == "1" %}
281+ --build-arg VLLM_MERGE_BASE_COMMIT={{ vllm_merge_base_commit } }
284282 {% endif %}
285283 --cache-from type=registry,ref={{ cache_from }},mode=max
286284 --cache-to type=registry,ref={{ cache_to }},mode=max
You can’t perform that action at this time.
0 commit comments