Unverified Commit 8b798eec authored by Travis Johnson's avatar Travis Johnson Committed by GitHub
Browse files

[CI/Build][Bugfix] VLLM_USE_PRECOMPILED should skip compilation (#4534)


Signed-off-by: default avatarTravis Johnson <tsjohnso@us.ibm.com>
parent 69909126
...@@ -378,6 +378,7 @@ package_data = { ...@@ -378,6 +378,7 @@ package_data = {
"vllm": ["py.typed", "model_executor/layers/fused_moe/configs/*.json"] "vllm": ["py.typed", "model_executor/layers/fused_moe/configs/*.json"]
} }
if os.environ.get("VLLM_USE_PRECOMPILED"): if os.environ.get("VLLM_USE_PRECOMPILED"):
ext_modules = []
package_data["vllm"].append("*.so") package_data["vllm"].append("*.so")
setup( setup(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment