[package]
edition = "2021"
name = "bonitox"
version = "0.1.1"
authors = ["Hung-Han Chen <chenhungh@gmail.com>"]
description = "A library for parsing input/output of Bonito LLM"
readme = "README.md"
keywords = [
"llm",
"synthetic-data",
"generation",
"dataset",
]
license-file = "LICENSE"
repository = "https://github.com/chenhunghan/bonitox/"
[lib]
name = "bonito"
path = "src/lib.rs"
[[bin]]
name = "bonitox"
path = "src/bin.rs"
[dependencies.anyhow]
version = "1.0.81"
[dependencies.clap]
version = "4.5.2"
features = ["derive"]
[dependencies.hf-hub]
version = "0.3.1"
features = ["tokio"]
[dependencies.llama-cpp-2]
version = "0.1.41"
features = ["sampler"]
[dependencies.tokio]
version = "1.32.0"
features = ["full"]