You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(vllm_client): use localhost for weight broadcasting
- Changed the host parameter from self.host to "0.0.0.0" in StatelessProcessGroup.create()
- This modification ensures that weight broadcasting works correctly in theVLLM client
0 commit comments