From a3f3afe9b7471a0561220c81d0d3cb896e6d1a86 Mon Sep 17 00:00:00 2001 From: lvhan028 Date: Mon, 2 Dec 2024 15:07:25 +0800 Subject: [PATCH] fix linting --- src/turbomind/models/llama/LlamaDecoderLayerWeight.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/turbomind/models/llama/LlamaDecoderLayerWeight.cc b/src/turbomind/models/llama/LlamaDecoderLayerWeight.cc index d728ace6d3..393a6a0e87 100644 --- a/src/turbomind/models/llama/LlamaDecoderLayerWeight.cc +++ b/src/turbomind/models/llama/LlamaDecoderLayerWeight.cc @@ -78,7 +78,6 @@ LlamaDecoderLayerWeight::LlamaDecoderLayerWeight(int layer_id, weight_type_, model.group_size}; - ffn_weights = LlamaFfnWeight{ hidden_units_, inter_size_,