Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate progress for fine-tuning and inferencing #477

Open
Nateowami opened this issue Sep 4, 2024 · 0 comments
Open

Separate progress for fine-tuning and inferencing #477

Nateowami opened this issue Sep 4, 2024 · 0 comments
Labels
enhancement New feature or request sf_watching Scripture Forge should be updated when this is resolved or updated

Comments

@Nateowami
Copy link
Collaborator

Background

Currently a TranslationBuild has a PercentCompleted property that estimates the overall completion of finetuning + inferencing. I would like a separate progress for each step so that we can break them out separately for the user.

Proposal

Add these properties to the TranslationBuild:

  • public double? FineTuneProgress
  • public double? InferenceProgress

Both values should range from 0 to 1, and should be null when the associated process has not been started. You could pick other names, but I would ask that "percent" not be used in the name, because it is not actually a percentage (the misleading name of PercentCompleted resulted in progress being shown incorrectly for a short time).

@Nateowami Nateowami added sf_watching Scripture Forge should be updated when this is resolved or updated enhancement New feature or request labels Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request sf_watching Scripture Forge should be updated when this is resolved or updated
Projects
None yet
Development

No branches or pull requests

1 participant