Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
norm
vllm
Commits
d189170b
"tests/python/common/test_subgraph.py" did not exist on "3721822e9e3ef2e06b1587c85f0101c7175045c9"
Unverified
Commit
d189170b
authored
Oct 20, 2023
by
Wang Ran (汪然)
Committed by
GitHub
Oct 20, 2023
Browse files
remove useless statements (#1408)
parent
f61dc807
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vllm/model_executor/input_metadata.py
vllm/model_executor/input_metadata.py
+0
-1
No files found.
vllm/model_executor/input_metadata.py
View file @
d189170b
...
@@ -66,7 +66,6 @@ class InputMetadata:
...
@@ -66,7 +66,6 @@ class InputMetadata:
else
:
else
:
self
.
max_num_blocks_per_seq
=
0
self
.
max_num_blocks_per_seq
=
0
assert
block_tables
.
shape
[
0
]
==
self
.
num_generation_tokens
assert
block_tables
.
shape
[
0
]
==
self
.
num_generation_tokens
assert
context_lens
.
shape
[
0
]
==
self
.
num_generation_tokens
# Set during the execution of the first attention op.
# Set during the execution of the first attention op.
self
.
attn_bias
:
Optional
[
AttentionBias
]
=
None
self
.
attn_bias
:
Optional
[
AttentionBias
]
=
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