llama_ftype enum
Values
- LLAMA_FTYPE_ALL_F32 → const llama_ftype
-
const llama_ftype(0) - LLAMA_FTYPE_MOSTLY_F16 → const llama_ftype
-
const llama_ftype(1) - LLAMA_FTYPE_MOSTLY_Q4_0 → const llama_ftype
-
const llama_ftype(2) - LLAMA_FTYPE_MOSTLY_Q4_1 → const llama_ftype
-
const llama_ftype(3) - LLAMA_FTYPE_MOSTLY_Q8_0 → const llama_ftype
-
const llama_ftype(7) - LLAMA_FTYPE_MOSTLY_Q5_0 → const llama_ftype
-
const llama_ftype(8) - LLAMA_FTYPE_MOSTLY_Q5_1 → const llama_ftype
-
const llama_ftype(9) - LLAMA_FTYPE_MOSTLY_Q2_K → const llama_ftype
-
const llama_ftype(10) - LLAMA_FTYPE_MOSTLY_Q3_K_S → const llama_ftype
-
const llama_ftype(11) - LLAMA_FTYPE_MOSTLY_Q3_K_M → const llama_ftype
-
const llama_ftype(12) - LLAMA_FTYPE_MOSTLY_Q3_K_L → const llama_ftype
-
const llama_ftype(13) - LLAMA_FTYPE_MOSTLY_Q4_K_S → const llama_ftype
-
const llama_ftype(14) - LLAMA_FTYPE_MOSTLY_Q4_K_M → const llama_ftype
-
const llama_ftype(15) - LLAMA_FTYPE_MOSTLY_Q5_K_S → const llama_ftype
-
const llama_ftype(16) - LLAMA_FTYPE_MOSTLY_Q5_K_M → const llama_ftype
-
const llama_ftype(17) - LLAMA_FTYPE_MOSTLY_Q6_K → const llama_ftype
-
const llama_ftype(18) - LLAMA_FTYPE_MOSTLY_IQ2_XXS → const llama_ftype
-
const llama_ftype(19) - LLAMA_FTYPE_MOSTLY_IQ2_XS → const llama_ftype
-
const llama_ftype(20) - LLAMA_FTYPE_MOSTLY_Q2_K_S → const llama_ftype
-
const llama_ftype(21) - LLAMA_FTYPE_MOSTLY_IQ3_XS → const llama_ftype
-
const llama_ftype(22) - LLAMA_FTYPE_MOSTLY_IQ3_XXS → const llama_ftype
-
const llama_ftype(23) - LLAMA_FTYPE_MOSTLY_IQ1_S → const llama_ftype
-
const llama_ftype(24) - LLAMA_FTYPE_MOSTLY_IQ4_NL → const llama_ftype
-
const llama_ftype(25) - LLAMA_FTYPE_MOSTLY_IQ3_S → const llama_ftype
-
const llama_ftype(26) - LLAMA_FTYPE_MOSTLY_IQ3_M → const llama_ftype
-
const llama_ftype(27) - LLAMA_FTYPE_MOSTLY_IQ2_S → const llama_ftype
-
const llama_ftype(28) - LLAMA_FTYPE_MOSTLY_IQ2_M → const llama_ftype
-
const llama_ftype(29) - LLAMA_FTYPE_MOSTLY_IQ4_XS → const llama_ftype
-
const llama_ftype(30) - LLAMA_FTYPE_MOSTLY_IQ1_M → const llama_ftype
-
const llama_ftype(31) - LLAMA_FTYPE_MOSTLY_BF16 → const llama_ftype
-
const llama_ftype(32) - LLAMA_FTYPE_MOSTLY_TQ1_0 → const llama_ftype
-
const llama_ftype(36) - LLAMA_FTYPE_MOSTLY_TQ2_0 → const llama_ftype
-
const llama_ftype(37) - LLAMA_FTYPE_MOSTLY_MXFP4_MOE → const llama_ftype
-
const llama_ftype(38) - LLAMA_FTYPE_MOSTLY_NVFP4 → const llama_ftype
-
const llama_ftype(39) - LLAMA_FTYPE_MOSTLY_Q1_0 → const llama_ftype
-
const llama_ftype(40) - LLAMA_FTYPE_GUESSED → const llama_ftype
-
const llama_ftype(1024)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromValue(
int value) → llama_ftype
Constants
-
values
→ const List<
llama_ftype> - A constant List of the values in this enum, in order of their declaration.