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 48821de commit 2798f2eCopy full SHA for 2798f2e
src/forge/actors/generator.py
@@ -407,7 +407,7 @@ async def update_weights(self, version: int) -> None:
407
# TODO: move this logic to Generator once we can make sure Generator and GeneratorWorker are on the same host.
408
if not self.use_dcp:
409
fetch_task = asyncio.create_task(
410
- self.policy_worker._fetch_weights.choose(version)
+ self.generator_worker._fetch_weights.choose(version)
411
)
412
# Serialize updates (only one update at a time)
413
async with self.update_lock:
0 commit comments