Metadata-Version: 2.4
Name: vox-qwen
Version: 0.2.8
Summary: Alibaba Qwen3-ASR and Qwen3-TTS adapters for Vox
Requires-Python: >=3.11
Requires-Dist: accelerate>=0.26.0
Requires-Dist: librosa>=0.10.0
Requires-Dist: numpy<2.4,>=1.26.0
Requires-Dist: soundfile>=0.13.1
Requires-Dist: torch>=2.1.0
Requires-Dist: vox-runtime>=0.2.2
Description-Content-Type: text/markdown

# vox-qwen

Qwen speech adapter package for Vox.

## Included adapters

- `qwen3-stt-torch`
- `qwen3-tts-torch`

## Install

```bash
pip install vox-qwen
```

## Runtime Dependencies

Qwen ASR and TTS backend packages bootstrap into isolated target runtimes under
`$VOX_HOME/runtime/qwen-asr` and `$VOX_HOME/runtime/qwen-tts`.

## Use with Vox

```bash
vox pull qwen3-stt-torch:0.6b
vox pull qwen3-tts-torch:0.6b
```
