Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 0662b71

Browse files
tjohnson31415dtrifiro
authored andcommitted
[CI/Build][Bugfix] VLLM_USE_PRECOMPILED should skip compilation (vllm-project#4534)
Signed-off-by: Travis Johnson <tsjohnso@us.ibm.com>
1 parent 8c0d0f8 commit 0662b71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ def _read_requirements(filename: str) -> List[str]:
378378
"vllm": ["py.typed", "model_executor/layers/fused_moe/configs/*.json"]
379379
}
380380
if os.environ.get("VLLM_USE_PRECOMPILED"):
381+
ext_modules = []
381382
package_data["vllm"].append("*.so")
382383

383384
setup(

0 commit comments

Comments
 (0)