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:
parent
b7d9af00cc
commit
6e6c1c99b0
|
@ -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
|
||||
```
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue