Skip to content

Commit 9b92648

Browse files
flake8 fixes
1 parent d28c31a commit 9b92648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convert_hf_to_gguf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6669,7 +6669,7 @@ def set_gguf_parameters(self):
66696669
# Add any other Falcon Mamba2 specific configuration
66706670
self.gguf_writer.add_rope_freq_base(self.find_hparam(["rope_theta"]))
66716671

6672-
6672+
66736673
@ModelBase.register("HunYuanMoEV1ForCausalLM")
66746674
class HunYuanMoEModel(TextModel):
66756675
model_arch = gguf.MODEL_ARCH.HUNYUAN_MOE

0 commit comments

Comments
 (0)