powered by
Returns the string name of a GGML type.
ggml_type_name(type)
Character string with type name
GGML type constant (e.g., GGML_TYPE_F32)
Other type_system: ggml_blck_size(), ggml_ftype_to_ggml_type(), ggml_is_quantized(), ggml_type_sizef()
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"
Run the code above in your browser using DataLab