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

[Tech Debt] Remove deprecated parameter dataset_size_scaling_factor from templates #393

Merged
merged 3 commits into from
Dec 9, 2024

Conversation

SumanthRH
Copy link
Member

@SumanthRH SumanthRH commented Dec 9, 2024

What does this PR do?

dataset_size_scaling_factor is a deprecated parameter in llmforge and can be safely removed. Currently, maximum dataset size limits are not enforced for --default or the regular customizable config path. For more context, see https://github.com/anyscale/llm-forge/pull/424 . Should close #197

x
Signed-off-by: SumanthRH <sumanthrh@anyscale.com>
x
Signed-off-by: SumanthRH <sumanthrh@anyscale.com>
x
Signed-off-by: SumanthRH <sumanthrh@anyscale.com>
@SumanthRH SumanthRH marked this pull request as ready for review December 9, 2024 12:02
@SumanthRH SumanthRH changed the title Remove deprecated parameter dataset_size_scaling_factor from templates [Tech Debt] Remove deprecated parameter dataset_size_scaling_factor from templates Dec 9, 2024
@SumanthRH SumanthRH merged commit 06280cf into main Dec 9, 2024
2 checks passed
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.

Finetuning LLM workspace template uses duplicate dataset_size_scaling_factor key in training config files
2 participants