mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-24 10:06:15 +08:00
[Bugfix] Fix extra comma (#15851)
Signed-off-by: haochengxia <xhc_1007@163.com>
This commit is contained in:
parent
ff6473980d
commit
e830b01383
@ -191,7 +191,7 @@ class SamplingMetadata:
|
||||
"SamplingMetadata("
|
||||
f"seq_groups={self.seq_groups}, "
|
||||
f"selected_token_indices={self.selected_token_indices}, "
|
||||
f"categorized_sample_indices={self.categorized_sample_indices}), ")
|
||||
f"categorized_sample_indices={self.categorized_sample_indices})")
|
||||
|
||||
|
||||
def _prepare_seq_groups(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user