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): ...@@ -185,8 +185,6 @@ async def init(runtime: DistributedRuntime, config: Config):
handler.kv_publisher = kv_publisher 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: try:
await asyncio.gather( await asyncio.gather(
generate_endpoint.serve_endpoint(handler.generate), 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