Skip to content

Commit b21a0a9

Browse files
committed
Remove space
Signed-off-by: Pooya Davoodi <[email protected]>
1 parent ced212f commit b21a0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/entrypoints/openai/run_batch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ async def main(args):
309309
request,
310310
error_msg=
311311
"Only /v1/chat/completions, /v1/embeddings, and /v1/score "
312-
" are supported in the batch endpoint.",
312+
"are supported in the batch endpoint.",
313313
))
314314

315315
with tracker.pbar():

0 commit comments

Comments
 (0)