mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 19:18:50 +00:00
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:
@ -7,7 +7,7 @@ quantization.
|
|||||||
## Running one example
|
## Running one example
|
||||||
|
|
||||||
```bash
|
```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 \
|
candle-examples/examples/encodec/jfk-codes.safetensors \
|
||||||
jfk.wav
|
jfk.wav
|
||||||
```
|
```
|
||||||
|
Binary file not shown.
Reference in New Issue
Block a user