Update quant types

This commit is contained in:
Ed Addario 2025-10-13 15:15:23 +01:00
parent b1b58e67df
commit cd734b89ce
No known key found for this signature in database
GPG Key ID: E7875815A3230993
2 changed files with 4 additions and 1 deletions

View File

@ -681,7 +681,8 @@ static std::unordered_map<std::string, ggml_type> target_bpw_type(
GGML_TYPE_Q4_K,
GGML_TYPE_Q5_K,
GGML_TYPE_Q6_K,
GGML_TYPE_Q8_0
GGML_TYPE_Q8_0,
GGML_TYPE_F16
};
const char * important_tensors[] = {

View File

@ -501,6 +501,8 @@ static const char * get_ftype(const float bpw) {
{1.5625, "IQ1_S"},
{1.7500, "IQ1_M"},
{2.0625, "IQ2_XXS"},
{2.3125, "IQ2_XS"},
{2.5625, "IQ2_S"},
{2.6250, "Q2_K"},
{3.0625, "IQ3_XXS"},
{3.4375, "Q3_K"},