Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
thehir0 committed Dec 5, 2024
1 parent 4f7afe2 commit 18016c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo_alignment/trainers/online/reinforce.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def __init__(
callbacks=callbacks,
**kwargs,
)
logging.info(f'super().__init__ elapsed time:{time.time() - start}')
logging.info(f'super().__init__ elapsed time:{time.time() - start}')
print(f'{self.accelerator.num_processes=}', flush=True)

self.vllm_engines = vllm_engines
Expand Down

0 comments on commit 18016c3

Please sign in to comment.