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
a1324352
"vscode:/vscode.git/clone" did not exist on "35d644628fd31b1df00e2bc5b601b89c5fd335c6"
Unverified
Commit
a1324352
authored
Oct 17, 2023
by
Wang Ran (汪然)
Committed by
GitHub
Oct 16, 2023
Browse files
Fix typo (#1383)
parent
95248677
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
vllm/model_executor/input_metadata.py
vllm/model_executor/input_metadata.py
+3
-3
No files found.
vllm/model_executor/input_metadata.py
View file @
a1324352
...
...
@@ -79,7 +79,7 @@ class InputMetadata:
f
'prompt_lens=
{
self
.
prompt_lens
}
, '
f
'num_generation_tokens=
{
self
.
num_generation_tokens
}
, '
f
'context_lens=
{
self
.
context_lens
}
, '
f
'max_context_len=
{
self
.
max_context_len
}
)
, '
f
'max_context_len=
{
self
.
max_context_len
}
, '
f
'max_num_blocks_per_seq=
{
self
.
max_num_blocks_per_seq
}
, '
f
'block_tables=
{
self
.
block_tables
}
)
, '
f
'slot_mapping=
{
self
.
slot_mapping
}
'
)
f
'block_tables=
{
self
.
block_tables
}
, '
f
'slot_mapping=
{
self
.
slot_mapping
}
)
'
)
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