Skip to content

Commit ad186f4

Browse files
committed
correct CLIP_VISION arch name (because existing GGUF already use it)
1 parent 43c2e75 commit ad186f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gguf-py/gguf/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ class MODEL_TENSOR(IntEnum):
500500

501501

502502
MODEL_ARCH_NAMES: dict[MODEL_ARCH, str] = {
503-
MODEL_ARCH.CLIP_VISION: "clip_vision", # dummy arch for clip.cpp
503+
MODEL_ARCH.CLIP_VISION: "clip", # dummy arch for clip.cpp
504504
MODEL_ARCH.LLAMA: "llama",
505505
MODEL_ARCH.LLAMA4: "llama4",
506506
MODEL_ARCH.DECI: "deci",

0 commit comments

Comments
 (0)