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) -}