No such file or directory: 'path/to/checkpoint.pt'

#2
by mycat - opened

No such file or directory: 'path/to/checkpoint.pt'
can't find zhe file

Hi, this is a fake file.
For example, you put the cpm-bee-10b model in path /root/user/cpm_bee_10b/pytorch_model.bin, the code will be model.load_state_dict(torch.load("/root/user/cpm_bee_10b/pytorch_model.bin"))

Sign up or log in to comment