From 04d8abe7d5e157592c494eec2d3a8975afcfbcb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Mon, 24 Jun 2024 00:21:47 +0900 Subject: [PATCH] fix(crepe): MPS framework doesn't support float64 see https://github.com/maxrmorrison/torchcrepe/pull/40 --- requirements/amd.txt | 2 +- requirements/dml.txt | 2 +- requirements/ipex.txt | 2 +- requirements/main.txt | 2 +- requirements/py311.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements/amd.txt b/requirements/amd.txt index ca5522b..20ab253 100644 --- a/requirements/amd.txt +++ b/requirements/amd.txt @@ -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 diff --git a/requirements/dml.txt b/requirements/dml.txt index e261d06..2862457 100644 --- a/requirements/dml.txt +++ b/requirements/dml.txt @@ -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 diff --git a/requirements/ipex.txt b/requirements/ipex.txt index 72724f8..fd985ce 100644 --- a/requirements/ipex.txt +++ b/requirements/ipex.txt @@ -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 diff --git a/requirements/main.txt b/requirements/main.txt index 2ef0eef..0ebfb80 100644 --- a/requirements/main.txt +++ b/requirements/main.txt @@ -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 diff --git a/requirements/py311.txt b/requirements/py311.txt index 59c6b88..2beb3bb 100644 --- a/requirements/py311.txt +++ b/requirements/py311.txt @@ -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