suppress numba log

This commit is contained in:
wataru 2023-01-01 01:29:09 +09:00
parent 357f411d91
commit e31f4c317a
2 changed files with 22 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import logging
logging.getLogger('numba').setLevel(logging.WARNING)
# logging.getLogger('numba').setLevel(logging.WARNING)
class UvicornSuppressFilter(logging.Filter):
def filter(self, record):

21
server/requirements.txt Normal file
View File

@ -0,0 +1,21 @@
Cython==0.29.32
fastapi==0.88.0
librosa==0.9.2
numpy==1.23.5
phonemizer==3.2.1
psutil==5.9.4
pyopenjtalk==0.3.0
pyOpenSSL==22.1.0
python-multipart==0.0.5
python-socketio==5.7.2
retry==0.9.2
scipy==1.9.3
tensorboard==2.11.0
torch==1.13.0
torchaudio==0.13.0
tqdm==4.64.1
Unidecode==1.3.6
uvicorn==0.20.0
websockets==10.4
resampy==0.2.2