File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
lm_engine/hf_models/modeling_utils/sequence_mixer_blocks Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,6 @@ def __init__(
132132
133133 self .norm = get_normalization_function (normalization_function , self .state_size )
134134
135- mark_parameter_as_mup_learning_rate (self .conv1d .weight )
136135 mark_parameter_as_mup_learning_rate (self .input_projection .weight )
137136 mark_parameter_as_mup_learning_rate (self .state_weight )
138137 mark_parameter_as_mup_learning_rate (self .output_projection .weight )
Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ def __init__(
101101
102102 self .norm = get_normalization_function (normalization_function , self .state_size )
103103
104- mark_parameter_as_mup_learning_rate (self .conv1d .weight )
105104 mark_parameter_as_mup_learning_rate (self .input_projection .weight )
106105 mark_parameter_as_mup_learning_rate (self .state_weight )
107106 mark_parameter_as_mup_learning_rate (self .output_projection .weight )
You can’t perform that action at this time.
0 commit comments