From cd3b41591d7565e89d7f6cf61723bff41715975c Mon Sep 17 00:00:00 2001 From: JavaAndPython55 <34533090+JavaAndPython55@users.noreply.github.com> Date: Thu, 22 Feb 2024 18:58:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8requestments=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E4=BA=86=E4=B8=80=E4=B8=AA=E5=8C=85einops?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ubuntu在启动api.py时候,没有这个包会报错 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e8ee9fa7..ad1b0f93 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ numpy scipy tensorboard -einops librosa==0.9.2 numba==0.56.4 pytorch-lightning @@ -25,4 +24,5 @@ psutil jieba_fast jieba LangSegment>=0.2.0 -Faster_Whisper \ No newline at end of file +Faster_Whisper +einops \ No newline at end of file