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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user