Skip to content

Commit 68eaff0

Browse files
committed
update ggml
1 parent 08f4b18 commit 68eaff0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ggml

Submodule ggml updated 176 files

stable-diffusion.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ enum sd_type_t {
101101
// SD_TYPE_IQ4_NL_4_4 = 36,
102102
// SD_TYPE_IQ4_NL_4_8 = 37,
103103
// SD_TYPE_IQ4_NL_8_8 = 38,
104-
SD_TYPE_COUNT = 39,
104+
SD_TYPE_MXFP4 = 39, // MXFP4 (1 block)
105+
SD_TYPE_COUNT = 40,
105106
};
106107

107108
enum sd_log_level_t {

0 commit comments

Comments
 (0)