mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 16:14:21 +00:00
Ignore "Legacy way to download model" warning for upstream dependency
This commit is contained in:
parent
3169e3b78e
commit
c16ae9e344
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue