"...ssh:/git@developer.sourcefind.cn:2222/OpenDAS/dynamo.git" did not exist on "1df620b4d0121970c5b85ee91fa34c0bb89a9aae"
Unverified Commit e2a514b2 authored by Alec's avatar Alec Committed by GitHub
Browse files

fix: remove prints (#2142)

parent b8461b6c
......@@ -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),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment