ali-vilab/Ranni

demo error

wly-ai-bj opened this issue · 1 comments

size mismatch for base_model.model.model.layers.31.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 64]) from checkpoint, the shape in current model is torch.Size([5120, 64]).

I met error like this, how do I solve it ?

It seems the LLaMa model you initilized is not the same version as used in this repository.