Metadata-Version: 2.4
Name: vox-sesame
Version: 0.2.3
Summary: Sesame CSM 1B TTS adapter for Vox
Requires-Python: >=3.11
Requires-Dist: numpy<2.4,>=1.26.0
Requires-Dist: torch>=2.1.0
Requires-Dist: vox-runtime>=0.2.2
Description-Content-Type: text/markdown

# vox-sesame

Sesame CSM TTS adapter package for Vox.

## Included adapter

- `sesame-tts-torch` — CSM 1B backend

## Install

```bash
pip install vox-sesame
```

## Runtime Dependencies

Sesame bootstraps its Transformers backend into the isolated target runtime
`$VOX_HOME/runtime/sesame`. Model weights still live in Vox model storage, not
in the base Vox image.

## Use with Vox

```bash
vox pull sesame-tts-torch:csm-1b
```
