You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Note
python 3.11 supervision==0.21.0
Thanks for your help in advance!
The text was updated successfully, but these errors were encountered:
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
Note
python 3.11 supervision==0.21.0
Thanks for your help in advance!
The text was updated successfully, but these errors were encountered: