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
e830b013
Unverified
Commit
e830b013
authored
Apr 01, 2025
by
Percy
Committed by
GitHub
Mar 31, 2025
Browse files
[Bugfix] Fix extra comma (#15851)
Signed-off-by:
haochengxia
<
xhc_1007@163.com
>
parent
ff647398
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/model_executor/sampling_metadata.py
vllm/model_executor/sampling_metadata.py
+1
-1
No files found.
vllm/model_executor/sampling_metadata.py
View file @
e830b013
...
...
@@ -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
(
...
...
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