mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-09 23:15:31 +08:00
add skip_reading_prefix_cache in repr for PoolingParams (#29620)
This commit is contained in:
parent
ee9841daa9
commit
d45269b378
@ -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})"
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user