Skip to content

[QEff Finetune]: Enable --help for finetune CLI #392

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

Merged
merged 7 commits into from
Jun 12, 2025

Conversation

quic-mamta
Copy link
Contributor

@quic-mamta quic-mamta commented May 7, 2025

  1. Enabled --help for finetune
  2. Updated finetune docs
  3. removed unused flags

@quic-rishinr quic-rishinr marked this pull request as draft May 7, 2025 06:25
@quic-mamta quic-mamta changed the title Enable --help for finetune CLI [QEff Finetune]: Enable --help for finetune CLI May 8, 2025
@quic-mamta quic-mamta self-assigned this May 8, 2025
@quic-mamta quic-mamta requested review from vbaddi and quic-swatia May 8, 2025 07:58
Copy link
Contributor

@quic-meetkuma quic-meetkuma left a comment

Choose a reason for hiding this comment

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

Overall good cleanup. Please check comments.

@@ -58,7 +59,8 @@ class TrainConfig:
model_name: str = "meta-llama/Llama-3.2-1B"
tokenizer_name: str = None # if not passed as an argument, it uses the value of model_name
run_validation: bool = True
batch_size_training: int = 1
train_batch_size: int = 1
Copy link
Contributor

Choose a reason for hiding this comment

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

if we are changing this param, may be an internal announcement is required. SIT team's testing commands might depend on this one.

@quic-mamta quic-mamta force-pushed the add_help branch 2 times, most recently from 3128d6e to 1ca1ab4 Compare June 6, 2025 13:31
Signed-off-by: Mamta Singh <[email protected]>
Copy link
Contributor

@quic-meetkuma quic-meetkuma left a comment

Choose a reason for hiding this comment

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

Overall good cleanup.

@quic-mamta quic-mamta force-pushed the add_help branch 2 times, most recently from c9c4c6e to f529f21 Compare June 9, 2025 11:05
@quic-mamta quic-mamta force-pushed the add_help branch 2 times, most recently from 68316b0 to 5079464 Compare June 10, 2025 08:23
Signed-off-by: Mamta Singh <[email protected]>
Signed-off-by: Mamta Singh <[email protected]>
@quic-mamta quic-mamta marked this pull request as ready for review June 12, 2025 06:18
@quic-mamta quic-mamta merged commit 1e8039b into quic:main Jun 12, 2025
4 checks passed
quic-rishinr pushed a commit that referenced this pull request Jun 12, 2025
1. Enabled --help for finetune
2. Updated finetune docs
3. removed unused flags

---------

Signed-off-by: Mamta Singh <[email protected]>
Co-authored-by: Mamta Singh <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants