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
ff9ddbce
Unverified
Commit
ff9ddbce
authored
Jun 21, 2024
by
zifeitong
Committed by
GitHub
Jun 22, 2024
Browse files
[Misc] Remove #4789 workaround left in vllm/entrypoints/openai/run_batch.py (#5756)
parent
9c62db07
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
vllm/entrypoints/openai/run_batch.py
vllm/entrypoints/openai/run_batch.py
+0
-4
No files found.
vllm/entrypoints/openai/run_batch.py
View file @
ff9ddbce
import
asyncio
import
sys
from
io
import
StringIO
from
typing
import
Awaitable
,
List
...
...
@@ -137,9 +136,6 @@ async def main(args):
output_buffer
.
seek
(
0
)
await
write_file
(
args
.
output_file
,
output_buffer
.
read
().
strip
())
# Temporary workaround for https://github.com/vllm-project/vllm/issues/4789
sys
.
exit
(
0
)
if
__name__
==
"__main__"
:
args
=
parse_args
()
...
...
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