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 c7ca738 commit cbd529eCopy full SHA for cbd529e
src/forge/actors/policy.py
@@ -460,7 +460,7 @@ async def update_weights(self, policy_version: int) -> None:
460
t = Tracer("policy_perf/_waiting_for_fetch_weights")
461
t.start()
462
fetched_weights = await fetch_task
463
- t.end()
+ t.stop()
464
await self.policy_worker.update_weights.call(
465
shared_memory_state_dict=fetched_weigths
466
)
0 commit comments