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

Implemented the tuning parameters into the CLI #530

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Turbine1991
Copy link

@Turbine1991 Turbine1991 commented Jul 20, 2023

I was surprised that these weren't supported, as I wasn't planning on using Python.

This patch does the following:

  • Supplies the parameters and help, with the correct datatype.
    num_autoregressive_samples
    temperature
    length_penalty
    repetition_penalty
    top_p
    max_mel_tokens
    diffusion_iterations
    cond_free
    cond_free_k
    diffusion_temperature
  • These new unspecified parameters will be omitted from changing the updated values.
  • Documentation has been updated to reference help to view parameters.

I think tortoise-tts needs a bit of TLC.

@manmay-nakhashi
Copy link
Collaborator

@Turbine1991 please upadate default values to the cli from the code , don't pass None as default

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.

2 participants