Skip to content

Commit 6f72de0

Browse files
disable autocasting for audio separation
1 parent cea4a87 commit 6f72de0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "ultimate-rvc"
7-
version = "0.5.10"
7+
version = "0.5.11"
88
description = "Ultimate RVC"
99
readme = "README.md"
1010
requires-python = "==3.12.*"

src/ultimate_rvc/core/generate/song_cover.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def _get_audio_separator(
126126
"""
127127
return Separator(
128128
model_file_dir=SEPARATOR_MODELS_DIR,
129-
use_autocast=True,
129+
use_autocast=False,
130130
output_dir=output_dir,
131131
output_format=output_format,
132132
sample_rate=sample_rate,

0 commit comments

Comments
 (0)