| ggml_type_name | R Documentation |
Returns the string name of a GGML type.
ggml_type_name(type)
type |
GGML type constant (e.g., GGML_TYPE_F32) |
Character string with type name
Other type_system:
ggml_blck_size(),
ggml_ftype_to_ggml_type(),
ggml_is_quantized(),
ggml_type_sizef()
ggml_type_name(GGML_TYPE_F32) # "f32"
ggml_type_name(GGML_TYPE_Q4_0) # "q4_0"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.