This commit is contained in:
starkwj
2026-02-05 19:36:06 +08:00
parent 070bfa4a73
commit e273ef01b8
131 changed files with 28539 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