Skip to content

Commit

Permalink
gguf-py : re-add SCALING_YARN_LOG_MUL removed during merge by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
sszymczy committed May 24, 2024
1 parent a54685b commit bb9c361
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gguf-py/gguf/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ class Rope:
SCALING_ATTN_FACTOR = "{arch}.rope.scaling.attn_factor"
SCALING_ORIG_CTX_LEN = "{arch}.rope.scaling.original_context_length"
SCALING_FINETUNED = "{arch}.rope.scaling.finetuned"
SCALING_YARN_LOG_MUL = "{arch}.rope.scaling.yarn_log_multiplier"

class SSM:
CONV_KERNEL = "{arch}.ssm.conv_kernel"
Expand Down

0 comments on commit bb9c361

Please sign in to comment.