Skip to content

Commit

Permalink
added property for model tensors
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiemu committed Dec 7, 2024
1 parent b8c3607 commit b1fdc8c
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 @@ -761,6 +761,7 @@ class MODEL_TENSOR(IntEnum):
MODEL_TENSOR.TOKEN_EMBD,
MODEL_TENSOR.OUTPUT_NORM,
MODEL_TENSOR.OUTPUT,
MODEL_TENSOR.ROPE_FREQS,
MODEL_TENSOR.ATTN_NORM,
MODEL_TENSOR.ATTN_Q,
MODEL_TENSOR.ATTN_K,
Expand Down

0 comments on commit b1fdc8c

Please sign in to comment.