Ask-Anything
Ask-Anything copied to clipboard
RuntimeError: checkpoint url or path is invalid
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
Could you provide the detailed file?