Skip to content

Commit

Permalink
[Doc] add env docs for flashinfer backend (#6437)
Browse files Browse the repository at this point in the history
  • Loading branch information
DefTruth authored Jul 15, 2024
1 parent b47008b commit 44874a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vllm/envs.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@
# - "FLASH_ATTN": use FlashAttention
# - "XFORMERS": use XFormers
# - "ROCM_FLASH": use ROCmFlashAttention
# - "FLASHINFER": use flashinfer
"VLLM_ATTENTION_BACKEND":
lambda: os.getenv("VLLM_ATTENTION_BACKEND", None),

Expand Down

0 comments on commit 44874a0

Please sign in to comment.