Files
predict-otron-9001/crates/helm-chart-tool/Cargo.toml
geoffsee 315ef17605 supports small llama and gemma models
Refactor inference

dedicated crates for llama and gemma inferencing, not integrated
2025-08-29 20:00:41 -04:00

16 lines
304 B
TOML

[package]
name = "helm-chart-tool"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "helm-chart-tool"
path = "src/main.rs"
[dependencies]
toml = "0.8"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
anyhow = "1.0"
clap = { version = "4.0", features = ["derive"] }
walkdir = "2.0"