optimize(infer-web): silent httpx INFO logging

and add rmvpe downloading in dlmodels.bat
This commit is contained in:
源文雨
2024-01-22 22:28:09 +09:00
parent 55b3fad19e
commit 380fd52085
2 changed files with 16 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ import logging
logging.getLogger("numba").setLevel(logging.WARNING)
logging.getLogger("httpx").setLevel(logging.WARNING)
logger = logging.getLogger(__name__)