Skip to content

Commit b077a65

Browse files
author
Allen Wang
committed
comment
1 parent bf83bf4 commit b077a65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/sandbox/weight_sync/main.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ async def main(cfg: DictConfig):
177177
update_time = time.time() - update_start
178178
print(f"Updated generator weights ({update_time:.2f}s)\n")
179179

180+
# TODO - ideally we have the capability to check forward passes between
181+
# the trainer/generator to verify correctness. This would require adding
182+
# forward capabilities to both trainer/generator actors.
183+
180184
# Summary
181185
print("=" * 80)
182186
print("Results")

0 commit comments

Comments
 (0)