We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244463d commit 65c936cCopy full SHA for 65c936c
compose_rl/algorithms/online/generation_utils/vllm_utils.py
@@ -469,7 +469,7 @@ def broadcast_to_vllm(
469
with summon_full_params(
470
module,
471
writeback=False,
472
- rank0_only=True,
+ rank0_only=False,
473
recurse=False,
474
):
475
# Note: For the following module.named_parameters(), we have to use recurse=True
0 commit comments