From 29f9e18fad9a6dda681cea66f79ce0b8f44e0b91 Mon Sep 17 00:00:00 2001 From: Hyukjin Jeong Date: Tue, 5 Nov 2024 09:32:58 +0900 Subject: [PATCH] [nnpackage] Add mx dtypes to schema This adds mxfp4 and mxint8 to circle schema. ONE-DCO-1.0-Signed-off-by: Hyukjin Jeong --- nnpackage/schema/circle_schema.fbs | 5 +++++ 1 file changed, 5 insertions(+) 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