Commit c2ed66f0 authored by 王敏's avatar 王敏
Browse files

解决合并冲突

parent a10c70e7
...@@ -545,6 +545,7 @@ class MixtralForCausalLM(nn.Module, SupportsLoRA, SupportsPP): ...@@ -545,6 +545,7 @@ class MixtralForCausalLM(nn.Module, SupportsLoRA, SupportsPP):
for layername in loaded_params: for layername in loaded_params:
weight = params_dict[layername] weight = params_dict[layername]
matches = re.findall(combined_words, layername) matches = re.findall(combined_words, layername)
if matches: if matches:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment