Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goliaro committed Feb 23, 2024
1 parent b6539aa commit fd42273
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/runtime/model.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3311,7 +3311,6 @@ Op *FFModel::create_operator_from_layer(
case OP_LORA: {
Op *op = LoraLinear::create_operator_from_layer(*this, layer, inputs);
operators.push_back(op);
peft_operators.push_back(op);
return op;
}
default:
Expand Down

0 comments on commit fd42273

Please sign in to comment.