add vxpu
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user