master #369
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
insufficient info
invalid
news
not a bug
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mrq/ai-voice-cloning#369
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "ken11o2/ai-voice-cloning:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add DeepSpeed feature for tortoise
Resubmit the PR without this file, please.
yes, i deleted zip file. Pls check also the PR in tortoise-tts. Thanks u
Can you take a look inside src/cli.py , webui.py and utils.py. I'm trying to make cli work with deepspeed but something went wrong,
I did some test with webui and cli.
If i run in webui with same setting, it took ~20s to inference with deepspeed and ~40s without deepspeed.
Here is output i run with webui
If i run in cli with same setting it always take same ~40s with deepspeed and without deepspeed
Here is output i run with cli