File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Original file line number Diff line number Diff line change @@ -245,6 +245,8 @@ def byref(obj: CtypesCData, offset: Optional[int] = None) -> CtypesRef[CtypesCDa
245
245
# LLAMA_FTYPE_MOSTLY_IQ3_XXS = 23, // except 1d tensors
246
246
# LLAMA_FTYPE_MOSTLY_IQ1_S = 24, // except 1d tensors
247
247
# LLAMA_FTYPE_MOSTLY_IQ4_NL = 25, // except 1d tensors
248
+ # LLAMA_FTYPE_MOSTLY_IQ3_S = 26, // except 1d tensors
249
+ # LLAMA_FTYPE_MOSTLY_IQ3_M = 27, // except 1d tensors
248
250
249
251
# LLAMA_FTYPE_GUESSED = 1024, // not specified in the model file
250
252
# };
@@ -272,6 +274,8 @@ def byref(obj: CtypesCData, offset: Optional[int] = None) -> CtypesRef[CtypesCDa
272
274
LLAMA_FTYPE_MOSTLY_IQ3_XXS = 23
273
275
LLAMA_FTYPE_MOSTLY_IQ1_S = 24
274
276
LLAMA_FTYPE_MOSTLY_IQ4_NL = 25
277
+ LLAMA_FTYPE_MOSTLY_IQ3_S = 26
278
+ LLAMA_FTYPE_MOSTLY_IQ3_M = 27
275
279
LLAMA_FTYPE_GUESSED = 1024
276
280
277
281
# enum llama_rope_scaling_type {
You can’t perform that action at this time.
0 commit comments