Update gguf-py/gguf/constants.py
Co-authored-by: compilade <git@compilade.net>
This commit is contained in:
parent
6d3a256d1d
commit
1312e287ec
1 changed files with 2 additions and 2 deletions
|
@ -73,8 +73,8 @@ class Keys:
|
|||
SCALING_YARN_LOG_MUL = "{arch}.rope.scaling.yarn_log_multiplier"
|
||||
|
||||
class Split:
|
||||
LLM_KV_SPLIT_NO = "split.no"
|
||||
LLM_KV_SPLIT_COUNT = "split.count"
|
||||
LLM_KV_SPLIT_NO = "split.no"
|
||||
LLM_KV_SPLIT_COUNT = "split.count"
|
||||
LLM_KV_SPLIT_TENSORS_COUNT = "split.tensors.count"
|
||||
|
||||
class SSM:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue