Skip to content

I can't find 7b_v0 weight #2

@Rocky77JHxu

Description

@Rocky77JHxu

I follow the following link( https://huggingface.co/lmsys/vicuna-13b-v1.5-16k )Download the corresponding model weights. But it seems to be inconsistent with the directory structure displayed in the README file. I encountered the following error:

Traceback (most recent call last):
File "/public/home/lvshuhang/rocky/YuLian/ModaVerse/demo.py", line 8, in
ModaVerse = ModaVerseAPI(model_path=pretrained_model)
File "/public/home/lvshuhang/rocky/YuLian/ModaVerse/modaverse/api.py", line 21, in init
self.model.load_state_dict(torch.load(osp.join(model_path,
File "/public/home/lvshuhang/miniconda3/envs/modaverse/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1671, in load_state_dict
raise RuntimeError('Error(s) in loading state_dict for {}:\n\t{}'.format(
RuntimeError: Error(s) in loading state_dict for ModaVerse:
size mismatch for LLM.base_model.model.model.embed_tokens.weight: copying a param with shape torch.Size([32006, 4096]) from checkpoint, the shape in current model is torch.Size([32006, 5120]).
size mismatch for LLM.base_model.model.model.layers.0.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.0.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.0.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.0.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.0.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.0.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.0.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.0.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.1.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.1.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.1.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.1.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.1.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.1.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.1.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.1.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.2.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.2.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.2.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.2.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.2.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.2.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.2.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.2.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.3.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.3.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.3.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.3.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.3.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.3.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.3.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.3.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.4.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.4.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.4.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.4.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.4.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.4.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.4.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.4.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.5.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.5.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.5.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.5.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.5.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.5.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.5.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.5.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.6.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.6.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.6.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.6.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.6.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.6.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.6.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.6.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.7.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.7.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.7.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.7.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.7.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.7.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.7.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.7.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.8.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.8.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.8.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.8.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.8.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.8.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.8.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.8.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.9.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.9.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.9.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.9.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.9.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.9.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.9.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.9.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.10.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.10.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.10.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.10.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.10.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.10.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.10.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.10.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.11.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.11.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.11.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.11.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.11.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.11.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.11.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.11.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.12.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.12.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.12.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.12.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.12.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.12.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.12.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.12.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.13.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.13.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.13.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.13.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.13.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.13.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.13.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.13.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.14.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.14.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.14.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.14.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.14.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.14.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.14.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.14.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.15.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.15.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.15.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.15.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.15.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.15.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.15.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.15.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.16.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.16.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.16.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.16.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.16.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.16.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.16.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.16.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.17.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.17.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.17.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.17.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.17.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.17.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.17.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.17.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.18.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.18.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.18.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.18.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.18.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.18.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.18.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.18.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.19.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.19.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.19.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.19.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.19.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.19.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.19.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.19.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.20.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.20.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.20.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.20.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.20.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.20.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.20.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.20.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.21.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.21.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.21.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.21.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.21.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.21.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.21.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.21.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.22.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.22.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.22.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.22.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.22.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.22.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.22.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.22.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.23.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.23.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.23.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.23.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.23.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.23.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.23.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.23.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.24.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.24.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.24.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.24.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.24.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.24.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.24.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.24.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.25.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.25.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.25.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.25.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.25.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.25.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.25.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.25.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.26.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.26.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.26.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.26.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.26.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.26.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.26.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.26.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.27.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.27.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.27.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.27.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.27.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.27.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.27.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.27.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.28.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.28.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.28.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.28.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.28.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.28.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.28.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.28.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.29.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.29.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.29.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.29.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.29.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.29.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.29.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.29.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.30.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.30.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.30.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.30.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.30.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.30.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.30.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.30.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.31.self_attn.q_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.31.self_attn.q_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.31.self_attn.k_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.31.self_attn.k_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.31.self_attn.v_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.31.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.model.layers.31.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([32, 4096]) from checkpoint, the shape in current model is torch.Size([32, 5120]).
size mismatch for LLM.base_model.model.model.layers.31.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([4096, 32]) from checkpoint, the shape in current model is torch.Size([5120, 32]).
size mismatch for LLM.base_model.model.lm_head.weight: copying a param with shape torch.Size([32006, 4096]) from checkpoint, the shape in current model is torch.Size([32006, 5120]).
size mismatch for linear_proj.weight: copying a param with shape torch.Size([4096, 1024]) from checkpoint, the shape in current model is torch.Size([5120, 1024]).
size mismatch for linear_proj.bias: copying a param with shape torch.Size([4096]) from checkpoint, the shape in current model is torch.Size([5120]).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions