We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea4a87 commit 6f72de0Copy full SHA for 6f72de0
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "ultimate-rvc"
7
-version = "0.5.10"
+version = "0.5.11"
8
description = "Ultimate RVC"
9
readme = "README.md"
10
requires-python = "==3.12.*"
src/ultimate_rvc/core/generate/song_cover.py
@@ -126,7 +126,7 @@ def _get_audio_separator(
126
"""
127
return Separator(
128
model_file_dir=SEPARATOR_MODELS_DIR,
129
- use_autocast=True,
+ use_autocast=False,
130
output_dir=output_dir,
131
output_format=output_format,
132
sample_rate=sample_rate,
0 commit comments