diff options
Diffstat (limited to 'makima/Cargo.toml')
| -rw-r--r-- | makima/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makima/Cargo.toml b/makima/Cargo.toml index 4d8076e..3368a6e 100644 --- a/makima/Cargo.toml +++ b/makima/Cargo.toml @@ -10,7 +10,7 @@ path = "src/bin/server.rs" [dependencies] # ML/Audio (existing) # Local fork with streaming API exposed (diarize_streaming method) -parakeet-rs = { path = "../parakeet-rs", features = ["sortformer"] } +parakeet-rs = { path = "../vendor/parakeet-rs", features = ["sortformer"] } symphonia = { version = "0.5", features = ["mp3", "aac", "flac", "ogg", "vorbis", "wav", "pcm"] } ort = "2.0.0-rc.10" tokenizers = "0.21" |
