4#include <nlohmann/json.hpp>
ModelConfig parse_model_config(const nlohmann::json &json)
ModelConfig parse_model_config_from_gguf(const GGUFData &gguf)
Complete representation of a GGUF file's contents.
Model configuration structure holding architecture and hyperparameters.