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
v0.19.0-devnen.2: Windows PP=2 fix
Adds two Windows-specific source overlays to the +devnen.1 wheel:
1. ZMQ ipc:// -> tcp:// fallback in vllm/utils/network_utils.py
2. _ConnectionBase isinstance check in
vllm/v1/executor/multiproc_executor.py
Together these unblock multi-process executor paths (PP>=2) on
Windows. Verified on a 2× RTX 3090 box running the qwen3.6-windows-
server pp2_160k snapshot.