RVC-Project / RVC-Project/Retrieval-based-Voice-Conversion-WebUI

params_config for CPU and MPS

Open
#2,436 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
38.4k
Forks
5.3k
PR merge metrics
No merged PRs in 30d

Description

For now, there are only three options to cater for different hardwares. Will there be a dynamic version or could anyone share some insight how to configure on MPS and CPU only machine?

if self.gpu_mem is not None and self.gpu_mem <= 4: x_pad = 1 x_query = 5 x_center = 30 x_max = 32 elif self.is_half: # 6G PU_RAM conf x_pad = 3 x_query = 10 x_center = 60 x_max = 65 else: # 5G GPU_RAM conf x_pad = 1 x_query = 6 x_center = 38 x_max = 41

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue identifies params_config and a hardware-dependent conditional with settings for different GPU memory configurations. Start by locating that logic and tracing how CPU-only and MPS machines are detected. Done means the supported CPU and MPS configurations, including their parameter values, are clearly defined and verifiable.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.