| ggml_is_quantized | R Documentation |
Returns TRUE if the GGML type is a quantized format.
ggml_is_quantized(type)
type |
GGML type constant |
Logical indicating if type is quantized
Other type_system:
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.