Commit 90a5cf7a authored by 王敏's avatar 王敏
Browse files

修复mixtral.py

parent 780ed50e
......@@ -545,7 +545,6 @@ class MixtralForCausalLM(nn.Module, SupportsLoRA, SupportsPP):
for layername in loaded_params:
weight = params_dict[layername]
matches = re.findall(combined_words, layername)
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