MiniGPT-4
MiniGPT-4 copied to clipboard
[model_proto->ParseFromArray(serialized.data(), serialized.size())]
Traceback (most recent call last):
File "/data/zhangjie_data_n/zhangjie_data/MiniGPT-4/demo.py", line 60, in
I also encountered the same problem, which has been solved and successfully run the demo. You should check the size of the "tokenizer.model" file to make sure that it is properly downloaded manually from huggingface.
OK, thank you
Hello, I met the same bug, and the content of my "tokenizer.model" as followers: ''' version https://git-lfs.github.com/spec/v1 oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347 size 499723 ''' Should I install the "git LFS" first?
Same issue. Have you resolved it?