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
(os.environ.get("VLLM_ALLOW_RUNTIME_LORA_UPDATING", "0").strip().lower() in
425
426
("1", "true")),
427
+
428
+
# By default, vLLM will check the peer-to-peer capability itself,
429
+
# in case of broken drivers. See https://github.com/vllm-project/vllm/blob/a9b15c606fea67a072416ea0ea115261a2756058/vllm/distributed/device_communicators/custom_all_reduce_utils.py#L101-L108 for details. # noqa
430
+
# If this env var is set to 1, vLLM will skip the peer-to-peer check,
431
+
# and trust the driver's peer-to-peer capability report.
0 commit comments