Skip to content

Commit 65c936c

Browse files
committed
we don't support rank0_only=True anymore
1 parent 244463d commit 65c936c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose_rl/algorithms/online/generation_utils/vllm_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ def broadcast_to_vllm(
469469
with summon_full_params(
470470
module,
471471
writeback=False,
472-
rank0_only=True,
472+
rank0_only=False,
473473
recurse=False,
474474
):
475475
# Note: For the following module.named_parameters(), we have to use recurse=True

0 commit comments

Comments
 (0)