Skip to content

Commit 4e1b74e

Browse files
committed
remove itn for now in dep
1 parent 8ef4f4d commit 4e1b74e

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ whisperfile = ["dep:ureq"]
2121
openai = ["dep:async-openai", "dep:tokio", "dep:async-trait"]
2222

2323
# Post-processing
24-
itn = ["dep:nemo-text-processing"]
24+
# itn = ["dep:nemo-text-processing"] # TODO: re-enable when nemo-text-processing is published to crates.io
2525

2626
# Convenience
2727
all = ["whisper", "parakeet", "moonshine", "sense_voice", "gigaam", "whisperfile", "openai"]
@@ -54,7 +54,7 @@ base64 = { version = "0.22", optional = true }
5454
ureq = { version = "3", optional = true }
5555

5656
# ITN (Inverse Text Normalization)
57-
nemo-text-processing = { version = "0.1.0", git = "https://github.com/FluidInference/text-processing-rs", optional = true }
57+
# nemo-text-processing = { version = "0.1.0", git = "https://github.com/FluidInference/text-processing-rs", optional = true } # TODO: re-enable when published to crates.io
5858

5959
# OpenAI
6060
tokio = { version = "1.47.1", features = ["rt-multi-thread"], optional = true }

0 commit comments

Comments
 (0)