try the model-baked-in-cli-version

This commit is contained in:
Bel LaPointe
2023-12-19 22:24:55 -05:00
parent 9363975178
commit d1ef3e4085
4 changed files with 1445 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[package]
name = "rust-whisper-baked"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rust-whisper-lib = { path = "../rust-whisper-lib" }
clap = { version = "4.4.10", features = ["derive"] }