We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59a7bb commit 55651adCopy full SHA for 55651ad
gguf-py/gguf/constants.py
@@ -231,6 +231,7 @@ class ClipVision:
231
IMAGE_MEAN = "clip.vision.image_mean"
232
IMAGE_STD = "clip.vision.image_std"
233
USE_GELU = "clip.use_gelu"
234
+
235
class Attention:
236
HEAD_COUNT = "clip.vision.attention.head_count"
237
LAYERNORM_EPS = "clip.vision.attention.layer_norm_epsilon"
@@ -315,6 +316,7 @@ class MODEL_ARCH(IntEnum):
315
316
PLM = auto()
317
BAILINGMOE = auto()
318
319
320
class VISION_PROJECTOR_TYPE(IntEnum):
321
MLP = auto()
322
LDP = auto()
@@ -324,6 +326,7 @@ class VISION_PROJECTOR_TYPE(IntEnum):
324
326
MERGER = auto()
325
327
GEMMA3 = auto()
328
329
330
class MODEL_TENSOR(IntEnum):
331
TOKEN_EMBD = auto()
332
TOKEN_EMBD_NORM = auto()
0 commit comments