Closed Lorre-Ramon closed 10 months ago
M1pro too
Have you guys tried CPU inference? I've currently tested So-vits-svc and bert-vits2 for CPU inference.
Have you guys tried CPU inference? I've currently tested So-vits-svc and bert-vits2 for CPU inference.
CPU inference Work!
Have you guys tried CPU inference? I've currently tested So-vits-svc and bert-vits2 for CPU inference.
I tried manually adjusting all 'cuda:0'
into 'cuda:0' if torch.cuda.is_available() else "cpu"
, and it worked.
Have you guys tried CPU inference? I've currently tested So-vits-svc and bert-vits2 for CPU inference.
CPU inference Work!
How? I can't start webui.py
at all.
Have you guys tried CPU inference? I've currently tested So-vits-svc and bert-vits2 for CPU inference.
CPU inference Work!
How? I can't start
webui.py
at all.
u use python web.py
to start webui
I currently ran into a bit of a problem that may have something to do with my CUDA. I'm a MacBook M1 user, so naturally, I don't have a GPU that fits CUDA. Normally I would expect setting CPU to the device as an alternative, which, for the record, I did see the codes, but it did not work smoothly on my device. Torch has launched mps for Apple Silicon users as an alternative to CUDA, I was wondering when the developer can update this.
The following is the Error I received when I was formatting the train set(1-训练集格式化工具). Maybe I got it all wrong why this error happen, please kindly help solve this.
ps. The output in the folder
logs
is like this:/Users/improvise/Desktop/GPT-SoVITS-main/logs/test01/3-bert
, the folder is empty.