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
9e74d9d0
Unverified
Commit
9e74d9d0
authored
Jun 18, 2024
by
Charles Riggins
Committed by
GitHub
Jun 17, 2024
Browse files
Correct alignment in the seq_len diagram. (#5592)
Co-authored-by:
Liqian Chen
<
liqian.chen@deeplang.ai
>
parent
9333fb8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/attention/backends/flash_attn.py
vllm/attention/backends/flash_attn.py
+1
-1
No files found.
vllm/attention/backends/flash_attn.py
View file @
9e74d9d0
...
...
@@ -83,7 +83,7 @@ class FlashAttentionMetadata(AttentionMetadata):
# |---------------- N iteration ---------------------|
# |- tokenA -|......................|-- newTokens ---|
# |---------- context_len ----------|
# |-------------------- seq_len ---------------------
-
|
# |-------------------- seq_len ---------------------|
# |-- query_len ---|
# Maximum query length in the batch. None for decoding.
...
...
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