minor python formatting

This commit is contained in:
Saba Fallah 2025-12-17 07:10:17 +01:00
parent e5d426be98
commit c739cf202d
1 changed files with 1 additions and 1 deletions

View File

@ -7259,7 +7259,7 @@ class DeepseekV2Model(TextModel):
else:
# note: deepseek2 using MLA converts into MQA (ie: GQA with 1 group)
self.hparams["num_key_value_heads"] = 1
self.hparams['rms_norm_eps'] = self.hparams.get('rms_norm_eps', 1e-6)
super().set_gguf_parameters()