rs-llama-cpp 0.1.36

Automated Rust bindings generation for LLaMA.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[build-dependencies.bindgen]
version = "0.66"

[dependencies]

[package]
authors = ["Fardjad Davari <public@fardjad.com>"]
categories = ["science"]
description = "Automated Rust bindings generation for LLaMA.cpp"
edition = "2021"
exclude = [".github"]
homepage = "https://github.com/fardjad/rs-llama-cpp"
keywords = ["llm", "llama", "llama-cpp", "bindings"]
license = "MIT"
name = "rs-llama-cpp"
readme = "README.md"
repository = "https://github.com/fardjad/rs-llama-cpp"
version = "0.1.36"