Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
44874a0b
Unverified
Commit
44874a0b
authored
Jul 15, 2024
by
DefTruth
Committed by
GitHub
Jul 14, 2024
Browse files
[Doc] add env docs for flashinfer backend (#6437)
parent
b47008b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/envs.py
vllm/envs.py
+1
-0
No files found.
vllm/envs.py
View file @
44874a0b
...
@@ -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
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment