Video-LLaMA icon indicating copy to clipboard operation
Video-LLaMA copied to clipboard

RuntimeError: Error(s) in loading state_dict for LlamaForCausalLM: size mismatch for model.embed_tokens.weight: copying a param with shape torch.Size([32001, 4096]) from checkpoint, the shape in current model is torch.Size([32000, 4096]). size mismatch for lm_head.weight: copying a param with shape torch.Size([32001, 4096]) from checkpoint, the shape in current model is torch.Size([32000, 4096]).

Open Amber0913 opened this issue 6 months ago • 0 comments

Amber0913 avatar Dec 23 '23 08:12 Amber0913