Skip to content

Commit

Permalink
Add required feature for whisper example in Readme (#2539)
Browse files Browse the repository at this point in the history
  • Loading branch information
dengelt authored Oct 4, 2024
1 parent 56aacb0 commit 410c89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion candle-examples/examples/whisper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 410c89f

Please sign in to comment.