Skip to content

Commit

Permalink
fix: round display of kudos/second
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Oct 10, 2023
1 parent 0a18227 commit 5fbf205
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 @@ -1467,7 +1467,7 @@ async def api_submit_job(self) -> None:
logger.success(
f"Submitted job {job_info.id_} (model: {job_info.model}) for {job_submit_response.reward:.2f} "
f"kudos. Job popped {time_taken} seconds ago and took {completed_job_info.time_to_generate:.2f} "
f"to generate. ({kudos_per_second} kudos/second. 0.4 or greater is ideal)",
f"to generate. ({kudos_per_second:.2f} kudos/second. 0.4 or greater is ideal)",
)
# If the job was faulted, log an error
else:
Expand Down

0 comments on commit 5fbf205

Please sign in to comment.