diff options
author | dengelt <dengelt@users.noreply.github.com> | 2024-10-04 14:29:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-04 14:29:55 +0200 |
commit | 410c89f72a0ab22a299d02d24f505a50522faaa2 (patch) | |
tree | c4aa898fdef31105d8f7e6a31add1eab4fdb74bc /candle-examples/examples | |
parent | 56aacb05daa13a9a10a8995a02c5b827561ba797 (diff) | |
download | candle-410c89f72a0ab22a299d02d24f505a50522faaa2.tar.gz candle-410c89f72a0ab22a299d02d24f505a50522faaa2.tar.bz2 candle-410c89f72a0ab22a299d02d24f505a50522faaa2.zip |
Add required feature for whisper example in Readme (#2539)
Diffstat (limited to 'candle-examples/examples')
-rw-r--r-- | candle-examples/examples/whisper/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/candle-examples/examples/whisper/README.md b/candle-examples/examples/whisper/README.md index a7dd4081..eb77a65b 100644 --- a/candle-examples/examples/whisper/README.md +++ b/candle-examples/examples/whisper/README.md @@ -12,7 +12,7 @@ file](https://huggingface.co/datasets/Narsil/candle-examples/resolve/main/sample from the hub. ```bash - cargo run --example whisper --release + cargo run --example whisper --release --features="symphonia" > No audio file submitted: Downloading https://huggingface.co/datasets/Narsil/candle_demo/blob/main/samples_jfk.wav > loaded wav data: Header { audio_format: 1, channel_count: 1, sampling_rate: 16000, bytes_per_second: 32000, bytes_per_sample: 2, bits_per_sample: 16 } |