llm-chain-llama-sys

Crates.iollm-chain-llama-sys
lib.rsllm-chain-llama-sys
version0.13.0
sourcesrc
created_at2023-04-09 13:32:07.006467
updated_at2023-11-15 20:56:35.683811
descriptionA library with bindings based on bindgen for LLaMA.cpp
homepage
repositoryhttps://github.com/sobelio/llm-chain/
max_upload_size
id834218
size2,152,149
William Högman Rudenmalm (williamhogman)

documentation

README

llama-sys

llama-sys is a set of bindgen generated wrappers for llama.cpp. This crate provides a low-level interface to llama.cpp, allowing you to use it in your Rust projects. To use llama-sys, simply add the following to your Cargo.toml file:

[dependencies]
llama-sys = "0.1.0"
use llama_sys::\*;

Note that llama-sys provides a lower-level interface than llm-chain-llama, and may be more difficult to use. However, if you need fine-grained control over llama.cpp, llama-sys is the way to go.

Commit count: 393

cargo fmt