Skip to content

Commit 8f2967c

Browse files
committed
sync: update ggml
1 parent f16a110 commit 8f2967c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

ggml

Submodule ggml updated 423 files

include/stable-diffusion.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ enum sd_type_t {
120120
// SD_TYPE_IQ4_NL_4_8 = 37,
121121
// SD_TYPE_IQ4_NL_8_8 = 38,
122122
SD_TYPE_MXFP4 = 39, // MXFP4 (1 block)
123-
SD_TYPE_COUNT = 40,
123+
SD_TYPE_NVFP4 = 40, // NVFP4 (4 blocks, E4M3 scale)
124+
SD_TYPE_COUNT = 41,
124125
};
125126

126127
enum sd_log_level_t {

0 commit comments

Comments
 (0)