We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54685b commit bb9c361Copy full SHA for bb9c361
gguf-py/gguf/constants.py
@@ -70,6 +70,7 @@ class Rope:
70
SCALING_ATTN_FACTOR = "{arch}.rope.scaling.attn_factor"
71
SCALING_ORIG_CTX_LEN = "{arch}.rope.scaling.original_context_length"
72
SCALING_FINETUNED = "{arch}.rope.scaling.finetuned"
73
+ SCALING_YARN_LOG_MUL = "{arch}.rope.scaling.yarn_log_multiplier"
74
75
class SSM:
76
CONV_KERNEL = "{arch}.ssm.conv_kernel"
0 commit comments