The weight files I can download are all .pth files, these files cannot be loaded using from_pretrained(). So how do I run the model locally?
use torch.load()see https://github.com/BlinkDL/ChatRWKV
· Sign up or log in to comment