RVC-Project / RVC-Project/Retrieval-based-Voice-Conversion-WebUI
error rvc
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 38.4k
- Forks
- 5.3k
- PR merge metrics
- No merged PRs in 30d
Description
Traceback (most recent call last):
File "C:\Users\Utilizador\Desktop\RVC-GUI-pkg-20220525-mp3fix\RVC-GUI-pkg\rvcgui.py", line 129, in vc_single
audio_opt = vc.pipeline(
File "C:\Users\Utilizador\Desktop\RVC-GUI-pkg-20220525-mp3fix\RVC-GUI-pkg\vc_infer_pipeline.py", line 326, in pipeline
sid = torch.tensor(sid, device=self.device).unsqueeze(0).long()
RuntimeError: CUDA error: the launch timed out and was terminated
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at rvcgui.py in vc_single and vc_infer_pipeline.py at pipeline line 326, where the traceback reports the CUDA failure. Reproduce the conversion with CUDA_LAUNCH_BLOCKING=1 and use the resulting trace to identify the cause; the issue does not define a specific expected fix or completion condition.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100