RVC-Project / RVC-Project/Retrieval-based-Voice-Conversion-WebUI
params_config for CPU and MPS
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
- 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
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