From 0a58c8e2d1a94ecc0777a436110d55ed6a7a3bf7 Mon Sep 17 00:00:00 2001 From: Michael Benayoun Date: Wed, 15 Jan 2025 19:28:03 +0100 Subject: [PATCH] Remove comment --- optimum/neuron/distributed/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/optimum/neuron/distributed/utils.py b/optimum/neuron/distributed/utils.py index 54b8d0683..8d3664d2c 100644 --- a/optimum/neuron/distributed/utils.py +++ b/optimum/neuron/distributed/utils.py @@ -781,7 +781,6 @@ def maybe_load_linear_weight_to_gqa_qkv_column_parallel_linear( "A linear's layer WeightInformation or a linear layer to copy the weights from need to specified." ) - # proj_name = weight_name[-1] if layer.fuse_qkv: weight = getattr(layer, "weight_qkv") bias = getattr(layer, "bias_qkv")