File size: 1,600 Bytes
c52cd4e b0d5c51 c52cd4e b0d5c51 c52cd4e b0d5c51 c52cd4e b0d5c51 c52cd4e b0d5c51 c52cd4e b0d5c51 c52cd4e b0d5c51 c52cd4e b0d5c51 c52cd4e b0d5c51 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | ---
license: mit
pipeline_tag: audio-to-audio
library_name: rlx
tags:
- encodec
- codec
- rlx
---
# EnCodec 24 kHz (RLX staging)
EnCodec 24 kHz safetensors for MetaVoice / RLX encodec path.
| Field | Value |
|---|---|
| **Hub id** | [`eugenehp/encodec24`](https://huggingface.co/eugenehp/encodec24) |
| **Kind** | Converted / re-laid-out for RLX from an upstream checkpoint. |
| **RLX crate** | [`rlx-encodec`](https://github.com/MIT-RLX/rlx-models/tree/main/crates/rlx-encodec) |
| **Upstream** | https://huggingface.co/facebook/encodec_24khz |
## Quick start
```bash
hf download eugenehp/encodec24 --local-dir .
cargo test -p rlx-encodec --release
```
## File highlights
- `model.safetensors` (88.8 MiB)
- `encodec24.f16.gguf` (44.4 MiB)
## Do not use as the main runtime pack
These files may be present for historical / staging reasons but are **not** the supported RLX load path:
- `encodec24.f16.gguf`
Community `*.f16.gguf` / LM-only Q4 packs are format wraps — they are not drop-in replacements for the RLX primary file above.
## Run with RLX
Clone [rlx-models](https://github.com/MIT-RLX/rlx-models), place this repo under `weights/tts/encodec24` (or pass the path explicitly), then:
```bash
cargo test -p rlx-encodec --release
```
## License
MIT — see `LICENSE`. Inherit upstream terms when redistributing.
Original weights and authorship: https://huggingface.co/facebook/encodec_24khz
## Maintenance
Cards and LFS attrs are regenerated from the local `weights/` tree in [rlx-models](https://github.com/MIT-RLX/rlx-models) via `python3 scripts/prepare_weights_hf.py`.
|