Fix issues in the encodec example README.md (#2407)

Also squeeze the first dimension of the codes tensor in the example file to get the expected three dimensions.
This commit is contained in:
Joel Nises 2024-08-10 07:49:05 +02:00 committed by GitHub
parent b7d9af00cc
commit 6e6c1c99b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ quantization.
## Running one example
```bash
cargo run --example encodec --features symphonia --release -- code-to-audio \
cargo run --example encodec --features encodec --release -- code-to-audio \
candle-examples/examples/encodec/jfk-codes.safetensors \
jfk.wav
```