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

Fix backend #627

Merged
merged 12 commits into from
Oct 19, 2024
Merged

Fix backend #627

merged 12 commits into from
Oct 19, 2024

Conversation

AnyaCoder
Copy link
Collaborator

@AnyaCoder AnyaCoder commented Oct 19, 2024

Is this PR adding new feature or fix a BUG?

Fix BUG.

  1. weights_only=True
    state_dict = torch.load(
        checkpoint_path, map_location=device, mmap=True, weights_only=True
    )
  1. For Security, update to gradio>5.0.0 .
  2. Enable seed for deterministic output (for same reference)

@leng-yue leng-yue merged commit e37a445 into fishaudio:main Oct 19, 2024
1 check 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.

2 participants