Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions nemo_reinforcer/models/generation/vllm.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ def configure_worker(
init_kwargs["fraction_of_gpus"] = num_gpus

env_vars["VLLM_ENABLE_V1_MULTIPROCESSING"] = "0"
# Skip vllm P2P check and rely on driver to report peer to peer capability.
env_vars["VLLM_SKIP_P2P_CHECK"] = "1"

return resources, env_vars, init_kwargs

Expand Down