labmlai / inspectus

LLM Analytics
MIT License
596 stars 23 forks source link

Resume_download #5

Closed byzantinus closed 3 months ago

byzantinus commented 3 months ago

I get the same error as your example in IPython. How can I resolve this ? Thanks:

/Users/lakshithnishshanke/miniconda3/envs/ML/lib/python3.11/site-packages/huggingface_hub/file_download.py:1132: FutureWarning: resume_download is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use force_download=True. warnings.warn(

lakshith-403 commented 3 months ago

This is just a warning. Not an error. Looks like It's due to an internal call in the hugging face library.