cleanup quantization

This commit is contained in:
Michael Yang 2025-07-15 14:34:37 -07:00
parent 2a03498bbb
commit 362bf0901f
1 changed files with 0 additions and 4 deletions

View File

@ -79,7 +79,3 @@ func Quantize(newType fsggml.TensorType, f32s []float32, shape []uint64) iter.Se
}
}
}
func QuantizationVersion() uint32 {
return uint32(C.GGML_QNT_VERSION)
}