Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
3bcbb30c
"...git@developer.sourcefind.cn:2222/OpenDAS/vllm_cscc.git" did not exist on "0ff902f3b48376aadfe4e753ce0872b49c8f9f7e"
Unverified
Commit
3bcbb30c
authored
Nov 29, 2025
by
果冻虾仁
Committed by
GitHub
Nov 28, 2025
Browse files
add add_truncate_prompt_tokens in repr for PoolingParams (#29683)
parent
9e6bcda3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/pooling_params.py
vllm/pooling_params.py
+1
-0
No files found.
vllm/pooling_params.py
View file @
3bcbb30c
...
@@ -220,6 +220,7 @@ class PoolingParams(
...
@@ -220,6 +220,7 @@ class PoolingParams(
f
"returned_token_ids=
{
self
.
returned_token_ids
}
, "
f
"returned_token_ids=
{
self
.
returned_token_ids
}
, "
f
"requires_token_ids=
{
self
.
requires_token_ids
}
, "
f
"requires_token_ids=
{
self
.
requires_token_ids
}
, "
f
"skip_reading_prefix_cache=
{
self
.
skip_reading_prefix_cache
}
, "
f
"skip_reading_prefix_cache=
{
self
.
skip_reading_prefix_cache
}
, "
f
"truncate_prompt_tokens=
{
self
.
truncate_prompt_tokens
}
, "
f
"extra_kwargs=
{
self
.
extra_kwargs
}
)"
f
"extra_kwargs=
{
self
.
extra_kwargs
}
)"
)
)
...
...
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