"clients/vscode:/vscode.git/clone" did not exist on "2d56f106a60c7b698705494e7539f8a7e4c85dd9"
Unverified Commit e830b013 authored by Percy's avatar Percy Committed by GitHub
Browse files

[Bugfix] Fix extra comma (#15851)


Signed-off-by: default avatarhaochengxia <xhc_1007@163.com>
parent ff647398
......@@ -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(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment