We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
M1 MacBook 报错见下。是不是意味着只有 NVIDIA 显卡才行
raise AssertionError("Torch not compiled with CUDA enabled")
AssertionError: Torch not compiled with CUDA enabled
The text was updated successfully, but these errors were encountered:
需要修改代码吧 Stability-AI/StableLM#31
Sorry, something went wrong.
好的,我去试试看
这个步骤暂时解决了,但是我还是不弄了。
/prepare/preprocess_speaker.py 文件,77 行有个 if use_cuda 的判断,将这里调整参数或者注释掉就能短暂的进行下去了。
后续启动训练的时候还会继续报错,
svc_trainer.py 文件 33 行判断直接打印 "No GPU find!"
后续这个文件又调用 vits_extend/tran.py,里面 还有和 cuda 相关代码,找到 pytorch 里面提到 torch.cuda() 替换为 torch.cpu() 就能切换使用 cpu 来训练。但是这里还有一些参数不知道什么含义,我不准备继续了...
No branches or pull requests
M1 MacBook 报错见下。是不是意味着只有 NVIDIA 显卡才行
AssertionError: Torch not compiled with CUDA enabled
The text was updated successfully, but these errors were encountered: