mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 13:35:12 +03:00
suppress numba log
This commit is contained in:
parent
357f411d91
commit
e31f4c317a
@ -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
21
server/requirements.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user