Skip to content

Commit cbd529e

Browse files
committed
end -> stop
1 parent c7ca738 commit cbd529e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/forge/actors/policy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ async def update_weights(self, policy_version: int) -> None:
460460
t = Tracer("policy_perf/_waiting_for_fetch_weights")
461461
t.start()
462462
fetched_weights = await fetch_task
463-
t.end()
463+
t.stop()
464464
await self.policy_worker.update_weights.call(
465465
shared_memory_state_dict=fetched_weigths
466466
)

0 commit comments

Comments
 (0)