From 3d88431113de1f18d741b4cfa4ccbf2acf70cb90 Mon Sep 17 00:00:00 2001 From: Nexesenex <124105151+Nexesenex@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:25:31 +0100 Subject: [PATCH] Update llama.h - Enum IQ1_XS --- llama.h | 1 + 1 file changed, 1 insertion(+) diff --git a/llama.h b/llama.h index 74f0e56de..e83fbe78b 100644 --- a/llama.h +++ b/llama.h @@ -117,6 +117,7 @@ extern "C" { LLAMA_FTYPE_MOSTLY_IQ2_S = 28, // except 1d tensors LLAMA_FTYPE_MOSTLY_IQ2_M = 29, // except 1d tensors LLAMA_FTYPE_MOSTLY_IQ4_XS = 30, // except 1d tensors + LLAMA_FTYPE_MOSTLY_IQ1_XS = 31, // except 1d tensors LLAMA_FTYPE_GUESSED = 1024, // not specified in the model file };