Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downloading groudningDINO config.json error #88

Open
pockyitachi opened this issue Feb 4, 2025 · 0 comments
Open

Downloading groudningDINO config.json error #88

pockyitachi opened this issue Feb 4, 2025 · 0 comments

Comments

@pockyitachi
Copy link

pockyitachi commented Feb 4, 2025

Description

I was downloading all the models in the code file inference_agent.py, facing some issues when downloading the groundingDINO one, other models are ok. Not sure if anyone is facing same situation.

Expected Result

Downloading the groundingdino_model with snapshot_download

Actual Result

2025-02-03 20:50:04,797 - modelscope - ERROR - File config.json download incomplete, content_length: None but the file downloaded length: 570, please download again
Traceback (most recent call last):
File "", line 1, in
File "/opt/anaconda3/envs/mobile_agent_e/lib/python3.10/site-packages/modelscope/hub/snapshot_download.py", line 149, in snapshot_download
http_get_file(
File "/opt/anaconda3/envs/mobile_agent_e/lib/python3.10/site-packages/modelscope/hub/file_download.py", line 327, in http_get_file
raise FileDownloadError(msg)
modelscope.hub.errors.FileDownloadError: File config.json download incomplete, content_length: None but the file downloaded length: 570, please download again

Image

Note

python 3.11 supervision==0.21.0
Thanks for your help in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant