Skip to content

Commit 2798f2e

Browse files
committed
typo
1 parent 48821de commit 2798f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/forge/actors/generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ async def update_weights(self, version: int) -> None:
407407
# TODO: move this logic to Generator once we can make sure Generator and GeneratorWorker are on the same host.
408408
if not self.use_dcp:
409409
fetch_task = asyncio.create_task(
410-
self.policy_worker._fetch_weights.choose(version)
410+
self.generator_worker._fetch_weights.choose(version)
411411
)
412412
# Serialize updates (only one update at a time)
413413
async with self.update_lock:

0 commit comments

Comments
 (0)