Skip to content

Commit 8dff25a

Browse files
committed
fix unwanted model_id
1 parent 92a4b1b commit 8dff25a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_collector.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1579,7 +1579,6 @@ def create_env():
15791579
# Use the new init_on_sender API with params_map
15801580
# All 3 workers share the same CPU weights in shared memory
15811581
weight_sync_scheme.init_on_sender(
1582-
model_id="policy",
15831582
params_map={0: policy_weights, 1: policy_weights, 2: policy_weights},
15841583
)
15851584

0 commit comments

Comments
 (0)