cleanup quantization
This commit is contained in:
parent
2a03498bbb
commit
362bf0901f
|
|
@ -79,7 +79,3 @@ func Quantize(newType fsggml.TensorType, f32s []float32, shape []uint64) iter.Se
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
func QuantizationVersion() uint32 {
|
||||
return uint32(C.GGML_QNT_VERSION)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue