From 68eaff08b64b11f7d325355a4dcb1a61e3edd791 Mon Sep 17 00:00:00 2001 From: leejet Date: Sat, 30 Aug 2025 01:29:28 +0800 Subject: [PATCH] update ggml --- ggml | 2 +- stable-diffusion.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ggml b/ggml index 9caa235..9b7c104 160000 --- a/ggml +++ b/ggml @@ -1 +1 @@ -Subproject commit 9caa235fe8e7e0ed0cbb599c54ec1cf07a9b7b73 +Subproject commit 9b7c104e7d8d2010ba2d95dfc4005b9b1e8006df diff --git a/stable-diffusion.h b/stable-diffusion.h index b26c557..7307c45 100644 --- a/stable-diffusion.h +++ b/stable-diffusion.h @@ -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 {