This website requires JavaScript.
Explore
Help
Register
Sign In
ben_mkiv
/
ai-voice-cloning
Watch
1
Star
0
Fork
0
You've already forked ai-voice-cloning
forked from
mrq/ai-voice-cloning
Code
Pull Requests
Activity
d97639e138
ai-voice-cloning
/
src
History
mrq
d97639e138
whispercpp actually works now (language loading was weird, slicing needed to divide time by 100), transcribing audio checks for silence and discards them
2023-03-05 17:54:36 +00:00
..
list_devices.py
main.py
fixed some files not copying for bitsandbytes (I was wrong to assume it copied folders too), fixed stopping generating and training, some other thing that I forgot since it's been slowly worked on in my small free times
2023-02-24 23:13:13 +00:00
train.py
use torchrun instead for multigpu
2023-03-04 20:53:00 +00:00
utils.py
whispercpp actually works now (language loading was weird, slicing needed to divide time by 100), transcribing audio checks for silence and discards them
2023-03-05 17:54:36 +00:00
webui.py
added option to set worker size in training config generator (because the default is overkill), for whisper transcriptions, load a specialized language model if it exists (for now, only english), output transcription to web UI when done transcribing
2023-03-05 05:17:19 +00:00