Skip to content

Commit 55651ad

Browse files
committed
fix style
1 parent d59a7bb commit 55651ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gguf-py/gguf/constants.py

+3
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ class ClipVision:
231231
IMAGE_MEAN = "clip.vision.image_mean"
232232
IMAGE_STD = "clip.vision.image_std"
233233
USE_GELU = "clip.use_gelu"
234+
234235
class Attention:
235236
HEAD_COUNT = "clip.vision.attention.head_count"
236237
LAYERNORM_EPS = "clip.vision.attention.layer_norm_epsilon"
@@ -315,6 +316,7 @@ class MODEL_ARCH(IntEnum):
315316
PLM = auto()
316317
BAILINGMOE = auto()
317318

319+
318320
class VISION_PROJECTOR_TYPE(IntEnum):
319321
MLP = auto()
320322
LDP = auto()
@@ -324,6 +326,7 @@ class VISION_PROJECTOR_TYPE(IntEnum):
324326
MERGER = auto()
325327
GEMMA3 = auto()
326328

329+
327330
class MODEL_TENSOR(IntEnum):
328331
TOKEN_EMBD = auto()
329332
TOKEN_EMBD_NORM = auto()

0 commit comments

Comments
 (0)