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

crash: RVC1006Nvidia Real-Time #2460

Open
Morrigan-Ship opened this issue Jan 28, 2025 · 0 comments
Open

crash: RVC1006Nvidia Real-Time #2460

Morrigan-Ship opened this issue Jan 28, 2025 · 0 comments

Comments

@Morrigan-Ship
Copy link

when i click start with pre models in RVC it crashing
Real-Time

runtime\python.exe gui_v1.py
is_half:True, device:cuda:0
Input device: 1:Microphone (Realtek(R) Audio) (MME)
Output device: 19:Speakers (Realtek(R) Audio) (Windows DirectSound)
cuda_is_available: True
Traceback (most recent call last):
File "C:\Users\ddr7\Desktop\voice\RVC1006Nvidia_2.7\RVC1006Nvidia\tools\rvc_for_realtime.py", line 106, in init
hubert_model = hubert_model.half()
File "C:\Users\ddr7\Desktop\voice\RVC1006Nvidia_2.7\RVC1006Nvidia\runtime\lib\site-packages\torch\nn\modules\module.py", line 1001, in half
return self._apply(lambda t: t.half() if t.is_floating_point() else t)
File "C:\Users\ddr7\Desktop\voice\RVC1006Nvidia_2.7\RVC1006Nvidia\runtime\lib\site-packages\torch\nn\modules\module.py", line 797, in _apply
module._apply(fn)
File "C:\Users\ddr7\Desktop\voice\RVC1006Nvidia_2.7\RVC1006Nvidia\runtime\lib\site-packages\torch\nn\modules\module.py", line 797, in _apply
module._apply(fn)
File "C:\Users\ddr7\Desktop\voice\RVC1006Nvidia_2.7\RVC1006Nvidia\runtime\lib\site-packages\torch\nn\modules\module.py", line 797, in _apply
module._apply(fn)
[Previous line repeated 1 more time]
File "C:\Users\ddr7\Desktop\voice\RVC1006Nvidia_2.7\RVC1006Nvidia\runtime\lib\site-packages\torch\nn\modules\module.py", line 820, in _apply
param_applied = fn(param)
File "C:\Users\ddr7\Desktop\voice\RVC1006Nvidia_2.7\RVC1006Nvidia\runtime\lib\site-packages\torch\nn\modules\module.py", line 1001, in
return self._apply(lambda t: t.half() if t.is_floating_point() else t)
RuntimeError: CUDA error: no kernel image is available for execution on the device
CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.
For debugging consider passing CUDA_LAUNCH_BLOCKING=1.
Compile with TORCH_USE_CUDA_DSA to enable device-side assertions.

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

No branches or pull requests

1 participant