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

Add --bnb_optimizer argument to CLI and pass it to Trainer initialization #401

Merged
merged 2 commits into from
Nov 5, 2024

Commits on Nov 5, 2024

  1. Add --bnb_optimizer argument to CLI and pass it to Trainer initializa…

    …tion
    
    Add `--bnb_optimizer` argument to CLI and pass it to Trainer initialization.
    
    * Add `--bnb_optimizer` argument to `parse_args()` function in `src/f5_tts/train/finetune_cli.py`.
    * Pass `bnb_optimizer` argument to `Trainer` initialization in the `main()` function of `src/f5_tts/train/finetune_cli.py`.
    hcsolakoglu committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    2033993 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbe35da View commit details
    Browse the repository at this point in the history