diff --git a/nnpackage/schema/circle_schema.fbs b/nnpackage/schema/circle_schema.fbs index e13bd3842cb..97e71789e3e 100644 --- a/nnpackage/schema/circle_schema.fbs +++ b/nnpackage/schema/circle_schema.fbs @@ -78,6 +78,11 @@ enum TensorType : byte { GGML_Q4_1 = -3, GGML_Q8_0 = -4, GGML_Q8_1 = -5, + + + // MX dtypes + MXFP4 = -6, + MXINT8 = -7, } // Custom quantization parameters for experimenting with new quantization