Skip to content

Commit 04d8abe

Browse files
committed
fix(crepe): MPS framework doesn't support float64
see maxrmorrison/torchcrepe#40
1 parent ee8fbb6 commit 04d8abe

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

requirements/amd.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pyworld==0.3.2
4040
httpx
4141
onnxruntime
4242
onnxruntime-gpu
43-
torchcrepe==0.0.20
43+
torchcrepe>=0.0.23
4444
fastapi
4545
python-dotenv>=1.0.0
4646
av

requirements/dml.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ colorama>=0.4.5
3838
pyworld==0.3.2
3939
httpx
4040
onnxruntime-directml
41-
torchcrepe==0.0.20
41+
torchcrepe>=0.0.23
4242
fastapi
4343
python-dotenv>=1.0.0
4444
av

requirements/ipex.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pyworld==0.3.2
4444
httpx
4545
onnxruntime; sys_platform == 'darwin'
4646
onnxruntime-gpu; sys_platform != 'darwin'
47-
torchcrepe==0.0.20
47+
torchcrepe>=0.0.23
4848
fastapi
4949
python-dotenv>=1.0.0
5050
av

requirements/main.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pyworld==0.3.2
3939
httpx
4040
onnxruntime; sys_platform == 'darwin'
4141
onnxruntime-gpu; sys_platform != 'darwin'
42-
torchcrepe==0.0.20
42+
torchcrepe>=0.0.23
4343
fastapi
4444
torchfcpe
4545
python-dotenv>=1.0.0

requirements/py311.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pyworld==0.3.2
3939
httpx
4040
onnxruntime; sys_platform == 'darwin'
4141
onnxruntime-gpu; sys_platform != 'darwin'
42-
torchcrepe==0.0.20
42+
torchcrepe>=0.0.23
4343
fastapi
4444
torchfcpe
4545
python-dotenv>=1.0.0

0 commit comments

Comments
 (0)