Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Bossan <[email protected]>
  • Loading branch information
CCLDArjun and BenjaminBossan authored Jan 22, 2025
1 parent 1f7b9fb commit bae612f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/peft/tuners/lora/layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@ def _get_dora_layer_class(self):
return DoraConv2dLayer

class Conv1d(_ConvNd):
# Lora implemented in a conv3d layer
# Lora implemented in a conv1d layer
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
if not self._kernel_dim == 3:
Expand Down

0 comments on commit bae612f

Please sign in to comment.