diff options
author | Iwan Kawrakow <iwan.kawrakow@gmail.com> | 2024-10-25 14:14:56 +0300 |
---|---|---|
committer | Iwan Kawrakow <iwan.kawrakow@gmail.com> | 2024-10-25 14:14:56 +0300 |
commit | 19cc3329bf00e2de2fd7377015c157d6733089b7 (patch) | |
tree | cec3b6f3a0a9329ae42311a29ac68ba8a4b0a5b0 | |
parent | 6b968f38946117552ffed300771c44ba9b39d3e4 (diff) |
Remove forgotten IQ1_TN, IQ2_TN enum values
-rw-r--r-- | ggml/include/ggml.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ggml/include/ggml.h b/ggml/include/ggml.h index 5ba77012..83dab61b 100644 --- a/ggml/include/ggml.h +++ b/ggml/include/ggml.h @@ -459,8 +459,8 @@ extern "C" { GGML_FTYPE_MOSTLY_IQ4_K = 132, // except 1d tensors GGML_FTYPE_MOSTLY_IQ5_K = 133, // except 1d tensors GGML_FTYPE_MOSTLY_IQ6_K = 134, // except 1d tensors - GGML_FTYPE_MOSTLY_IQ2_TN = 135, // except 1d tensors - GGML_FTYPE_MOSTLY_IQ1_TN = 136, // except 1d tensors + // depricated: GGML_FTYPE_MOSTLY_IQ2_TN = 135, // except 1d tensors + // depricated: GGML_FTYPE_MOSTLY_IQ1_TN = 136, // except 1d tensors GGML_FTYPE_MOSTLY_IQ4_KS = 137, // except 1d tensors GGML_FTYPE_MOSTLY_IQ2_KS = 138, // except 1d tensors GGML_FTYPE_MOSTLY_IQ4_KSS = 139, // except 1d tensors |