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
09269b31
Unverified
Commit
09269b31
authored
Mar 14, 2025
by
Li Wang
Committed by
GitHub
Mar 14, 2025
Browse files
[BugFix]Fix performance serving benchmark when enable profiling (#14737)
Signed-off-by:
wangli
<
wangli858794774@gmail.com
>
parent
27b50f1f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
benchmarks/backend_request_func.py
benchmarks/backend_request_func.py
+1
-1
No files found.
benchmarks/backend_request_func.py
View file @
09269b31
...
...
@@ -333,7 +333,7 @@ async def async_request_openai_chat_completions(
)
->
RequestFuncOutput
:
api_url
=
request_func_input
.
api_url
assert
api_url
.
endswith
(
"chat/completions"
(
"chat/completions"
,
"profile"
)
),
"OpenAI Chat Completions API URL must end with 'chat/completions'."
async
with
aiohttp
.
ClientSession
(
trust_env
=
True
,
...
...
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