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
d45269b3
Unverified
Commit
d45269b3
authored
Nov 28, 2025
by
果冻虾仁
Committed by
GitHub
Nov 27, 2025
Browse files
add skip_reading_prefix_cache in repr for PoolingParams (#29620)
parent
ee9841da
Changes
1
Hide 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 @
d45269b3
...
...
@@ -219,6 +219,7 @@ class PoolingParams(
f
"step_tag_id=
{
self
.
step_tag_id
}
, "
f
"returned_token_ids=
{
self
.
returned_token_ids
}
, "
f
"requires_token_ids=
{
self
.
requires_token_ids
}
, "
f
"skip_reading_prefix_cache=
{
self
.
skip_reading_prefix_cache
}
, "
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