"tests/vscode:/vscode.git/clone" did not exist on "0a71900bc92b4a18d5545e9d5dc0ca750add3c69"
Commit 90a5cf7a authored by 王敏's avatar 王敏
Browse files

修复mixtral.py

parent 780ed50e
...@@ -545,7 +545,6 @@ class MixtralForCausalLM(nn.Module, SupportsLoRA, SupportsPP): ...@@ -545,7 +545,6 @@ 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