1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-05 09:10:25 +08:00

fix(crepe): MPS framework doesn't support float64

see https://github.com/maxrmorrison/torchcrepe/pull/40
This commit is contained in:
源文雨
2024-06-24 00:21:47 +09:00
parent ee8fbb617e
commit 04d8abe7d5
5 changed files with 5 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ pyworld==0.3.2
httpx
onnxruntime
onnxruntime-gpu
torchcrepe==0.0.20
torchcrepe>=0.0.23
fastapi
python-dotenv>=1.0.0
av

View File

@@ -38,7 +38,7 @@ colorama>=0.4.5
pyworld==0.3.2
httpx
onnxruntime-directml
torchcrepe==0.0.20
torchcrepe>=0.0.23
fastapi
python-dotenv>=1.0.0
av

View File

@@ -44,7 +44,7 @@ pyworld==0.3.2
httpx
onnxruntime; sys_platform == 'darwin'
onnxruntime-gpu; sys_platform != 'darwin'
torchcrepe==0.0.20
torchcrepe>=0.0.23
fastapi
python-dotenv>=1.0.0
av

View File

@@ -39,7 +39,7 @@ pyworld==0.3.2
httpx
onnxruntime; sys_platform == 'darwin'
onnxruntime-gpu; sys_platform != 'darwin'
torchcrepe==0.0.20
torchcrepe>=0.0.23
fastapi
torchfcpe
python-dotenv>=1.0.0

View File

@@ -39,7 +39,7 @@ pyworld==0.3.2
httpx
onnxruntime; sys_platform == 'darwin'
onnxruntime-gpu; sys_platform != 'darwin'
torchcrepe==0.0.20
torchcrepe>=0.0.23
fastapi
torchfcpe
python-dotenv>=1.0.0