Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lvhan028 committed Dec 2, 2024
1 parent 2b3a46d commit a3f3afe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/turbomind/models/llama/LlamaDecoderLayerWeight.cc
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ LlamaDecoderLayerWeight<T>::LlamaDecoderLayerWeight(int layer_id,
weight_type_,
model.group_size};


ffn_weights = LlamaFfnWeight<T>{
hidden_units_,
inter_size_,
Expand Down

0 comments on commit a3f3afe

Please sign in to comment.