Skip to content

Commit e9dc001

Browse files
authored
add Classifier.OUTPUT_LABELS
1 parent b3e188b commit e9dc001

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gguf-py/gguf/constants.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,9 @@ class ConvNext:
177177
EMBEDDING_LENGTH = "{arch}.convnext.embedding_length"
178178
BLOCK_COUNT = "{arch}.convnext.block_count"
179179

180+
class Classifier:
181+
OUTPUT_LABELS = "{arch}.classifier.output_labels"
182+
180183
class Tokenizer:
181184
MODEL = "tokenizer.ggml.model"
182185
PRE = "tokenizer.ggml.pre"

0 commit comments

Comments
 (0)