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
dynamo
Commits
e2a514b2
"...ssh:/git@developer.sourcefind.cn:2222/OpenDAS/dynamo.git" did not exist on "1df620b4d0121970c5b85ee91fa34c0bb89a9aae"
Unverified
Commit
e2a514b2
authored
Jul 27, 2025
by
Alec
Committed by
GitHub
Jul 28, 2025
Browse files
fix: remove prints (#2142)
parent
b8461b6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
components/backends/vllm/src/dynamo/vllm/main.py
components/backends/vllm/src/dynamo/vllm/main.py
+0
-2
No files found.
components/backends/vllm/src/dynamo/vllm/main.py
View file @
e2a514b2
...
...
@@ -185,8 +185,6 @@ async def init(runtime: DistributedRuntime, config: Config):
handler
.
kv_publisher
=
kv_publisher
print
(
f
"FINAL:
{
engine_client
.
vllm_config
.
cache_config
.
enable_prefix_caching
}
"
)
print
(
f
"FINAL:
{
engine_client
.
vllm_config
.
kv_events_config
}
"
)
try
:
await
asyncio
.
gather
(
generate_endpoint
.
serve_endpoint
(
handler
.
generate
),
...
...
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