Skip to content

Conversation

@artek0chumak
Copy link
Contributor

Issue # MOSH-746

Describe your changes

This PR adds progress bar for the FT jobs.

elif finetune_job.updated_at is not None:
updated_at_unknown_type = finetune_job.updated_at
if isinstance(updated_at_unknown_type, str):
# TODO: Retrieve Fine-tuning job function returns string instead of datetime
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

put up a fix for this: togethercomputer/openapi#181

as a side note - do you know why we have a FinetuneResponse and a FinetuneResponseTruncated model in the openapi spec? They both seem relatively non-truncated lol

@artek0chumak artek0chumak force-pushed the artekchumak/progress-bar branch from e0e33ec to df656b2 Compare December 15, 2025 19:45
@artek0chumak artek0chumak merged commit 850d899 into next Dec 15, 2025
9 checks passed
stainless-app bot added a commit that referenced this pull request Dec 16, 2025
* feat(api): api update

* chore(internal): add missing files argument to base client

* feat(api): api update

* Add progress bar for Fine-tuning API (#197)

Add progress bar for FT

* Add download retries (#198)

* add download retries

* feat(files): add support for string alternative to file upload type

* release: 2.0.0-alpha.11

---------

Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Co-authored-by: Artem Chumachenko <[email protected]>
Co-authored-by: Ruslan Khaidurov <[email protected]>
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.

4 participants