在requestments新增了一个包einops

ubuntu启动api.py时候没有这个包会报错
This commit is contained in:
JavaAndPython55 2024-02-22 18:51:51 +08:00 committed by GitHub
parent 939971afe3
commit e8405adefe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,27 +1,28 @@
numpy numpy
scipy scipy
tensorboard tensorboard
librosa==0.9.2 einops
numba==0.56.4 librosa==0.9.2
pytorch-lightning numba==0.56.4
gradio==3.38.0 pytorch-lightning
gradio_client==0.8.1 gradio==3.38.0
ffmpeg-python gradio_client==0.8.1
onnxruntime ffmpeg-python
tqdm onnxruntime
funasr==1.0.0 tqdm
cn2an funasr==1.0.0
pypinyin cn2an
pyopenjtalk pypinyin
g2p_en pyopenjtalk
torchaudio g2p_en
modelscope==1.10.0 torchaudio
sentencepiece modelscope==1.10.0
transformers sentencepiece
chardet transformers
PyYAML chardet
psutil PyYAML
jieba_fast psutil
jieba jieba_fast
LangSegment>=0.2.0 jieba
LangSegment>=0.2.0
Faster_Whisper Faster_Whisper