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
7e2a913c
Unverified
Commit
7e2a913c
authored
Jun 18, 2023
by
Woosuk Kwon
Committed by
GitHub
Jun 18, 2023
Browse files
[Minor] Fix CompletionOutput.__repr__ (#157)
parent
3f92038b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/outputs.py
vllm/outputs.py
+1
-1
No files found.
vllm/outputs.py
View file @
7e2a913c
...
...
@@ -41,7 +41,7 @@ class CompletionOutput:
f
"text=
{
self
.
text
!
r
}
, "
f
"token_ids=
{
self
.
token_ids
}
, "
f
"cumulative_logprob=
{
self
.
cumulative_logprob
}
, "
f
"logprobs=
{
self
.
logprobs
}
,"
f
"logprobs=
{
self
.
logprobs
}
,
"
f
"finish_reason=
{
self
.
finish_reason
}
)"
)
...
...
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