How to load local files using from_pretrained()?
#18
by
BeastyZ
- opened
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
BlinkDL
changed discussion status to
closed