powered by
Returns TRUE if the GGML type is a quantized format.
ggml_is_quantized(type)
Logical indicating if type is quantized
GGML type constant
Other type_system: ggml_blck_size(), ggml_ftype_to_ggml_type(), ggml_type_name(), ggml_type_sizef()
ggml_blck_size()
ggml_ftype_to_ggml_type()
ggml_type_name()
ggml_type_sizef()
ggml_is_quantized(GGML_TYPE_F32) # FALSE ggml_is_quantized(GGML_TYPE_Q4_0) # TRUE
Run the code above in your browser using DataLab