ik-llama-cpp-2 0.1.1

ik_llama.cpp bindings for Rust (SOTA quants + MTP)
docs.rs failed to build ik-llama-cpp-2-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: ik-llama-cpp-2-0.1.5

Safe Rust bindings for ik_llama.cpp (ikawrakow's SOTA-quant fork).

Mirrors the API and codestyle of the llama-cpp-2 crate (utilityai/llama-cpp-rs), adapted for ik_llama.cpp's divergent C API: legacy llama_sample_* sampling, model-pointer tokenizer, ik-specific model/context params, and the MTP / NextN speculative path.

v1 covers the general generation path (load → tokenize → decode → sample) plus the MTP scaffolding.