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
6aef2278
Commit
6aef2278
authored
Feb 24, 2023
by
Woosuk Kwon
Browse files
[Minor] Fix printing format
parent
1132fae0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cacheflow/master/frontend.py
cacheflow/master/frontend.py
+1
-1
No files found.
cacheflow/master/frontend.py
View file @
6aef2278
...
...
@@ -53,4 +53,4 @@ class Frontend:
for
seq
in
seq_group
.
seqs
:
token_ids
=
seq
.
get_token_ids
()
output
=
self
.
tokenizer
.
decode
(
token_ids
,
skip_special_tokens
=
True
)
print
(
f
'Seq
{
seq
.
seq_id
}
:
{
output
}
'
)
print
(
f
'Seq
{
seq
.
seq_id
}
:
{
output
!
r
}
'
)
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