sync: update ggml (#1520)

This commit is contained in:
leejet 2026-05-19 01:30:11 +08:00 committed by GitHub
parent b706d682ad
commit 22c8c40b0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

2
ggml

@ -1 +1 @@
Subproject commit 7f4ab364b2843921e795d6890d0f42dd5e5d6b63
Subproject commit 0ce7ad348a3151e1da9f65d962044546bcaad421

View File

@ -126,7 +126,8 @@ enum sd_type_t {
// SD_TYPE_IQ4_NL_8_8 = 38,
SD_TYPE_MXFP4 = 39, // MXFP4 (1 block)
SD_TYPE_NVFP4 = 40, // NVFP4 (4 blocks, E4M3 scale)
SD_TYPE_COUNT = 41,
SD_TYPE_Q1_0 = 41,
SD_TYPE_COUNT = 42,
};
enum sd_log_level_t {