Fix formatting in gguf.py
This commit is contained in:
parent
76b4495cec
commit
e167ebcb22
1 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ class MODEL_ARCH(IntEnum):
|
|||
REFACT : int = auto()
|
||||
BERT : int = auto()
|
||||
BLOOM : int = auto()
|
||||
STABLELM : int = auto()
|
||||
STABLELM : int = auto()
|
||||
|
||||
|
||||
class MODEL_TENSOR(IntEnum):
|
||||
|
@ -129,7 +129,7 @@ MODEL_ARCH_NAMES: dict[MODEL_ARCH, str] = {
|
|||
MODEL_ARCH.REFACT: "refact",
|
||||
MODEL_ARCH.BERT: "bert",
|
||||
MODEL_ARCH.BLOOM: "bloom",
|
||||
MODEL_ARCH.STABLELM: "stablelm",
|
||||
MODEL_ARCH.STABLELM: "stablelm",
|
||||
}
|
||||
|
||||
TENSOR_NAMES: dict[MODEL_TENSOR, str] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue