We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c2e75 commit ad186f4Copy full SHA for ad186f4
gguf-py/gguf/constants.py
@@ -500,7 +500,7 @@ class MODEL_TENSOR(IntEnum):
500
501
502
MODEL_ARCH_NAMES: dict[MODEL_ARCH, str] = {
503
- MODEL_ARCH.CLIP_VISION: "clip_vision", # dummy arch for clip.cpp
+ MODEL_ARCH.CLIP_VISION: "clip", # dummy arch for clip.cpp
504
MODEL_ARCH.LLAMA: "llama",
505
MODEL_ARCH.LLAMA4: "llama4",
506
MODEL_ARCH.DECI: "deci",
0 commit comments