From e8405adefe7153cd3e5f522f0b071d8bca91254f Mon Sep 17 00:00:00 2001 From: JavaAndPython55 <34533090+JavaAndPython55@users.noreply.github.com> Date: Thu, 22 Feb 2024 18:51:51 +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 | 53 ++++++++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 26 deletions(-) diff --git a/requirements.txt b/requirements.txt index 75bd945d..e8ee9fa7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,27 +1,28 @@ -numpy -scipy -tensorboard -librosa==0.9.2 -numba==0.56.4 -pytorch-lightning -gradio==3.38.0 -gradio_client==0.8.1 -ffmpeg-python -onnxruntime -tqdm -funasr==1.0.0 -cn2an -pypinyin -pyopenjtalk -g2p_en -torchaudio -modelscope==1.10.0 -sentencepiece -transformers -chardet -PyYAML -psutil -jieba_fast -jieba -LangSegment>=0.2.0 +numpy +scipy +tensorboard +einops +librosa==0.9.2 +numba==0.56.4 +pytorch-lightning +gradio==3.38.0 +gradio_client==0.8.1 +ffmpeg-python +onnxruntime +tqdm +funasr==1.0.0 +cn2an +pypinyin +pyopenjtalk +g2p_en +torchaudio +modelscope==1.10.0 +sentencepiece +transformers +chardet +PyYAML +psutil +jieba_fast +jieba +LangSegment>=0.2.0 Faster_Whisper \ No newline at end of file