Skip to content

Commit 758c8e5

Browse files
committed
Rename model name
1 parent b26775a commit 758c8e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

convert_hf_to_gguf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7683,7 +7683,7 @@ def modify_tensors(self, data_torch: Tensor, name: str, bid: int | None) -> Iter
76837683

76847684

76857685
class MistralModel(TextModel):
7686-
model_name = "mistral"
7686+
model_name = "Mistral"
76877687
model_arch = MODEL_ARCH.LLAMA
76887688
undo_permute = True
76897689

@@ -7748,7 +7748,7 @@ def modify_tensors(
77487748

77497749

77507750
class PixtralModel(MmprojModel):
7751-
model_name = "mistral"
7751+
model_name = "Pixtral"
77527752
img_break_tok_id = -1
77537753

77547754
def __init__(self, *args, **kwargs):

0 commit comments

Comments
 (0)