Skip to content

Add run_name argument support for wandb integration #4046

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

Open
firefighter-eric opened this issue Apr 30, 2025 · 0 comments
Open

Add run_name argument support for wandb integration #4046

firefighter-eric opened this issue Apr 30, 2025 · 0 comments

Comments

@firefighter-eric
Copy link

firefighter-eric commented Apr 30, 2025

Describe the feature

Currently, the swift framework supports logging to Weights & Biases (wandb), but does not provide a CLI option to set a custom run name, like transformers does via the run_name parameter in TrainingArguments.

This makes it harder to organize and distinguish experiments in the W&B dashboard, especially when running multiple jobs via command line scripts.

Requested change

Add a new CLI argument:

–run_name 

Additional context

swift sft --model qwen --run_name "exp_lr5e4_bs2" --other_args ...
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

No branches or pull requests

1 participant