Skip to content

Commit 415a2fc

Browse files
committed
Cleanup pt. 3
1 parent 7ef506f commit 415a2fc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

convert_hf_to_gguf_update.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,6 @@ def get_vocab_base_pre(self, tokenizer) -> str:
421421
# with each model, encode all tests and write the results in ./models/ggml-vocab-{name}.gguf.out
422422
# for each test, write the resulting tokens on a separate line
423423

424-
print(f"Have models: {models}\n\n")
425-
426424
for model in models:
427425
name = model["name"]
428426
tokt = model["tokt"]

gguf-py/gguf/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ class MODEL_ARCH(IntEnum):
422422
APERTUS = auto()
423423
MINIMAXM2 = auto()
424424

425+
425426
class VISION_PROJECTOR_TYPE(IntEnum):
426427
MLP = auto()
427428
LDP = auto()

0 commit comments

Comments
 (0)