Closed joysl closed 8 months ago
It's fixed now, I had the cloned the git lfs pointer instead of the actual model fie
cloned the git lfs pointer instead of the actual model fie Dear author, could you explain how you cloned the git lfs pointer or the command you used? Thanks in advance
https://stackoverflow.com/questions/74981712/clone-git-repo-with-all-lfs-objects
Thanks for your reply. But I still met an error as follows: RuntimeError: Internal: could not parse ModelProto from /home/kunpeng/Video-LLaMA/ckpt/Llama-2-13b-chat-hf/tokenizer.model
My video_llama_eval_withaudio.yaml file was set as: llama_model: '/home/kunpeng/Video-LLaMA/ckpt/Llama-2-13b-chat-hf'
Could you do me a favor check if it is correct?
Thanks
Hi, could you tell me the exact command? I could not understand REPO-URL. Thanks a lot!
Hi Team, I'm trying to locally reference a llama model that has been shared on the hugging face repository. However I get the error could not parse ModelProto from while the code references this file. I'm trying this workflow out for the first time, maybe I'm referencing a wrong .model file. Does anyone have tips about how to use model checkpoints or can point me to resources/workshops that do something similar? Thanks in advance