OpenGVLab / Ask-Anything

[CVPR2024 Highlight][VideoChatGPT] ChatGPT with video understanding! And many more supported LMs such as miniGPT4, StableLM, and MOSS.
https://vchat.opengvlab.com/
MIT License
2.85k stars 230 forks source link

RuntimeError: checkpoint url or path is invalid #137

Open abdull6771 opened 4 months ago

abdull6771 commented 4 months ago

00 checkpoint = torch.load(model_path, map_location="cpu") 101 else: --> 102 raise RuntimeError("checkpoint url or path is invalid") 103 104 state_dict = checkpoint["model"]

RuntimeError: checkpoint url or path is invalid

Andy1621 commented 4 months ago

Could you provide the detailed file?