Skip to content

Conversation

@artek0chumak
Copy link
Contributor

@artek0chumak artek0chumak commented Jan 8, 2026

This PR fixes time estimations for the Finetuning jobs. Instead of using update_at timestamp, it uses started_at timestamp. The new timestamp indicates when the current stage of the training job has started.


Note

Switches progress/ETA calculations to the job started_at timestamp for accuracy.

  • Update generate_progress_bar to gate on and derive elapsed time from started_at (with timezone-safe parsing) instead of updated_at
  • Extend FinetuneResponse with started_at and wire it into progress logic
  • Revise unit tests to construct responses with started_at, adjust assertions (including timezone, future-start, and rich formatting cases)

Written by Cursor Bugbot for commit 101aefc. This will update automatically on new commits. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants