Ask-Anything icon indicating copy to clipboard operation
Ask-Anything copied to clipboard

RuntimeError: checkpoint url or path is invalid

Open abdull6771 opened this issue 1 year ago • 1 comments

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

abdull6771 avatar Mar 02 '24 01:03 abdull6771

Could you provide the detailed file?

Andy1621 avatar Mar 02 '24 04:03 Andy1621