Skip to content

Commit

Permalink
fix: add time to generate to job complete message
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Oct 5, 2023
1 parent cd75a67 commit 3d78d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horde_worker_regen/process_management/process_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ async def api_submit_job(

logger.success(
f"Submitted job {job_info.id_} (model: {job_info.model}) for {job_submit_response.reward:.2f} kudos. "
f"Job popped {time_taken} seconds ago.",
f"Job popped {time_taken} seconds ago and took {completed_job_info.time_to_generate} to generate.",
)

if not self.bridge_data.suppress_speed_warnings:
Expand Down

0 comments on commit 3d78d64

Please sign in to comment.