This commit is contained in:
starkwj
2026-02-05 19:36:06 +08:00
parent dc63e81a7f
commit 4d8575115a
131 changed files with 28540 additions and 2 deletions

View File

@@ -73,6 +73,11 @@ xvllm_environment_variables: dict[str, Callable[[], Any]] = {
"VLLM_KUNLUN_ENABLE_INT8_BMM":
lambda: (os.environ.get("VLLM_KUNLUN_ENABLE_INT8_BMM", "False").lower() in
("true", "1")),
"VLLM_KUNLUN_ENABLE_VXPU":
lambda: (os.environ.get("VLLM_KUNLUN_ENABLE_VXPU", "True").lower() in
("true", "1")
)
}
# end-env-vars-definition