1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-09 04:29:50 +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 httpx
onnxruntime onnxruntime
onnxruntime-gpu onnxruntime-gpu
torchcrepe==0.0.20 torchcrepe>=0.0.23
fastapi fastapi
python-dotenv>=1.0.0 python-dotenv>=1.0.0
av av

View File

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

View File

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

View File

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

View File

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