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
094f716b
Unverified
Commit
094f716b
authored
Nov 22, 2023
by
陈序
Committed by
GitHub
Nov 21, 2023
Browse files
Add stop_token_ids in SamplingParams.__repr__ (#1745)
parent
7d761fe3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/sampling_params.py
vllm/sampling_params.py
+1
-0
No files found.
vllm/sampling_params.py
View file @
094f716b
...
...
@@ -241,6 +241,7 @@ class SamplingParams:
f
"length_penalty=
{
self
.
length_penalty
}
, "
f
"early_stopping=
{
self
.
early_stopping
}
, "
f
"stop=
{
self
.
stop
}
, "
f
"stop_token_ids=
{
self
.
stop_token_ids
}
, "
f
"ignore_eos=
{
self
.
ignore_eos
}
, "
f
"max_tokens=
{
self
.
max_tokens
}
, "
f
"logprobs=
{
self
.
logprobs
}
, "
...
...
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