Skip to content

Commit

Permalink
removing useless line
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiemu committed Dec 7, 2024
1 parent b1fdc8c commit 575f266
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion convert_hf_to_gguf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1996,7 +1996,6 @@ def set_gguf_parameters(self):
self.gguf_writer.add_rope_scaling_type(gguf.RopeScalingType.YARN)
self.gguf_writer.add_rope_scaling_factor(self.hparams["rope_scaling"]["factor"])
self.gguf_writer.add_rope_scaling_orig_ctx_len(self.hparams["rope_scaling"]["original_max_position_embeddings"])
self.gguf_writer.add_rope_scaling_yarn_log_mul(0.1)


@Model.register("Qwen2MoeForCausalLM")
Expand Down

0 comments on commit 575f266

Please sign in to comment.