update ggml

This commit is contained in:
leejet 2025-08-30 01:29:28 +08:00
parent 08f4b18ed3
commit 68eaff08b6
2 changed files with 3 additions and 2 deletions

2
ggml

@ -1 +1 @@
Subproject commit 9caa235fe8e7e0ed0cbb599c54ec1cf07a9b7b73
Subproject commit 9b7c104e7d8d2010ba2d95dfc4005b9b1e8006df

View File

@ -101,7 +101,8 @@ enum sd_type_t {
// SD_TYPE_IQ4_NL_4_4 = 36,
// SD_TYPE_IQ4_NL_4_8 = 37,
// SD_TYPE_IQ4_NL_8_8 = 38,
SD_TYPE_COUNT = 39,
SD_TYPE_MXFP4 = 39, // MXFP4 (1 block)
SD_TYPE_COUNT = 40,
};
enum sd_log_level_t {