Skip to content

Commit 35c6538

Browse files
committed
fix another long comment
1 parent 4a63b42 commit 35c6538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/distributed/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def create(
256256
world_size=world_size,
257257
is_master=launch_server,
258258
timeout=datetime.timedelta(seconds=store_timeout),
259-
use_libuv=False, # could be enabled with recent torch versions, see https://github.com/pytorch/pytorch/pull/150215
259+
use_libuv=False, # for now: github.com/pytorch/pytorch/pull/150215
260260
master_listen_fd=listen_fd,
261261
)
262262

0 commit comments

Comments
 (0)