mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-04 21:29:12 +00:00
Ignore "Legacy way to download model" warning for upstream dependency
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user