fixed critical bug in image model loader

This commit is contained in:
Concedo 2024-11-30 23:28:24 +08:00
parent 153da19274
commit 409e393d10
3 changed files with 6 additions and 3 deletions

View file

@ -95,6 +95,9 @@ enum sd_type_t {
SD_TYPE_Q4_0_8_8 = 33,
SD_TYPE_TQ1_0 = 34,
SD_TYPE_TQ2_0 = 35,
SD_TYPE_IQ4_NL_4_4 = 36,
// SD_TYPE_IQ4_NL_4_8 = 37,
// SD_TYPE_IQ4_NL_8_8 = 38,
SD_TYPE_COUNT,
};