ggml_ftype_to_ggml_type: Convert ftype to ggml_type

View source: R/operations.R

ggml_ftype_to_ggml_typeR Documentation

Convert ftype to ggml_type

Description

Converts a file type (ftype) to the corresponding GGML type. Used when loading quantized models.

Usage

ggml_ftype_to_ggml_type(ftype)

Arguments

ftype

File type constant

Value

Integer GGML type

See Also

Other type_system: ggml_blck_size(), ggml_is_quantized(), ggml_type_name(), ggml_type_sizef()


ggmlR documentation built on July 14, 2026, 1:08 a.m.