ggml_quantize_requires_imatrix method

bool ggml_quantize_requires_imatrix(
  1. int type
)

some quantization type cannot be used without an importance matrix

Implementation

bool ggml_quantize_requires_imatrix(
  int type,
) {
  return _ggml_quantize_requires_imatrix(
    type,
  );
}