housekeeping

This commit is contained in:
geoffsee
2025-06-21 08:06:14 -04:00
parent e8ea6c0246
commit d4013be986
24 changed files with 85 additions and 81 deletions

102
Cargo.lock generated
View File

@@ -2351,6 +2351,57 @@ version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
[[package]]
name = "inference-engine"
version = "0.1.0"
dependencies = [
"ab_glyph",
"accelerate-src",
"anyhow",
"axum 0.7.9",
"bindgen_cuda",
"byteorder",
"candle-core",
"candle-datasets",
"candle-flash-attn",
"candle-nn",
"candle-onnx",
"candle-transformers",
"clap",
"cpal",
"csv",
"cudarc",
"either",
"enterpolation",
"half",
"hf-hub",
"image",
"imageproc",
"intel-mkl-src",
"memmap2",
"num-traits",
"palette",
"pdf2image",
"pyo3",
"rand 0.9.1",
"rayon",
"reborrow",
"rubato",
"safetensors",
"serde",
"serde_json",
"symphonia",
"tokenizers",
"tokio",
"tower 0.4.13",
"tower-http 0.5.2",
"tracing",
"tracing-chrome",
"tracing-subscriber",
"utoipa",
"uuid",
]
[[package]]
name = "instant"
version = "0.1.13"
@@ -2620,57 +2671,6 @@ version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
[[package]]
name = "local_inference_engine"
version = "0.1.0"
dependencies = [
"ab_glyph",
"accelerate-src",
"anyhow",
"axum 0.7.9",
"bindgen_cuda",
"byteorder",
"candle-core",
"candle-datasets",
"candle-flash-attn",
"candle-nn",
"candle-onnx",
"candle-transformers",
"clap",
"cpal",
"csv",
"cudarc",
"either",
"enterpolation",
"half",
"hf-hub",
"image",
"imageproc",
"intel-mkl-src",
"memmap2",
"num-traits",
"palette",
"pdf2image",
"pyo3",
"rand 0.9.1",
"rayon",
"reborrow",
"rubato",
"safetensors",
"serde",
"serde_json",
"symphonia",
"tokenizers",
"tokio",
"tower 0.4.13",
"tower-http 0.5.2",
"tracing",
"tracing-chrome",
"tracing-subscriber",
"utoipa",
"uuid",
]
[[package]]
name = "lock_api"
version = "0.4.12"