From 362bf0901f444977c323cef246af6a82c680702d Mon Sep 17 00:00:00 2001 From: Michael Yang Date: Tue, 15 Jul 2025 14:34:37 -0700 Subject: [PATCH] cleanup quantization --- ml/backend/ggml/quantization.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ml/backend/ggml/quantization.go b/ml/backend/ggml/quantization.go index 6d2f5924b..627351c8e 100644 --- a/ml/backend/ggml/quantization.go +++ b/ml/backend/ggml/quantization.go @@ -79,7 +79,3 @@ func Quantize(newType fsggml.TensorType, f32s []float32, shape []uint64) iter.Se } } } - -func QuantizationVersion() uint32 { - return uint32(C.GGML_QNT_VERSION) -}