MtmdContext.initFromFile

Load a projector from a GGUF file. Returns a falsy context on failure or null model.

  1. MtmdContext initFromFile(string mmproj, const(llama_model)* model, mtmd_context_params params)
    struct MtmdContext
    static @trusted nothrow
    initFromFile
    (
    string mmproj
    ,
    const(llama_model)* model
    ,)
  2. MtmdContext initFromFile(string mmproj, const(llama_model)* model)

Meta