Unverified Commit 44874a0b authored by DefTruth's avatar DefTruth Committed by GitHub
Browse files

[Doc] add env docs for flashinfer backend (#6437)

parent b47008b4
...@@ -206,6 +206,7 @@ environment_variables: Dict[str, Callable[[], Any]] = { ...@@ -206,6 +206,7 @@ environment_variables: Dict[str, Callable[[], Any]] = {
# - "FLASH_ATTN": use FlashAttention # - "FLASH_ATTN": use FlashAttention
# - "XFORMERS": use XFormers # - "XFORMERS": use XFormers
# - "ROCM_FLASH": use ROCmFlashAttention # - "ROCM_FLASH": use ROCmFlashAttention
# - "FLASHINFER": use flashinfer
"VLLM_ATTENTION_BACKEND": "VLLM_ATTENTION_BACKEND":
lambda: os.getenv("VLLM_ATTENTION_BACKEND", None), lambda: os.getenv("VLLM_ATTENTION_BACKEND", None),
......
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