Skip to content
Prev Previous commit
add TODO
  • Loading branch information
sniper35 committed Feb 8, 2026
commit 385805dff0a7472f7bd86771050eee616111a48f
1 change: 1 addition & 0 deletions miles/router/diffusion_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ async def health_workers(self, request: Request):
)
return JSONResponse(content={"workers": workers})

# TODO: integrate with https://github.com/sgl-project/sglang/pull/18306 when it gets merged.
async def update_weights_from_disk(self, request: Request):
"""Broadcast weight reload to all healthy workers."""
body = await request.body()
Expand Down