Ignore "Legacy way to download model" warning for upstream dependency

This commit is contained in:
Debanjum Singh Solanky 2022-09-14 21:29:48 +03:00
parent 3169e3b78e
commit c16ae9e344

View file

@ -8,6 +8,7 @@ from platform import system
# Ignore non-actionable warnings
warnings.filterwarnings("ignore", message=r'snapshot_download.py has been made private', category=FutureWarning)
warnings.filterwarnings("ignore", message=r'legacy way to download files from the HF hub,', category=FutureWarning)
# External Packages
import uvicorn