Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbenayoun committed Jan 15, 2025
1 parent 01d4a18 commit 0a58c8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion optimum/neuron/distributed/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 0a58c8e

Please sign in to comment.