File size: 964 Bytes
1382cf4 f155de1 1382cf4 | 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 | ---
license: mit
---
# qwentts-cpp-python wheels
Optional backend-specific wheel variants for `qwentts-cpp-python`.
The default PyPI package is CUDA 12.8:
```bash
pip install qwentts-cpp-python
```
Install a backend-specific wheel from this repository with `--find-links`:
```bash
pip install "qwentts-cpp-python==0.3.0+cpu" -f https://huggingface.co/datasets/andito/qwentts-cpp-python-wheels/tree/main/whl/cpu
pip install "qwentts-cpp-python==0.3.0+cu124" -f https://huggingface.co/datasets/andito/qwentts-cpp-python-wheels/tree/main/whl/cu124
pip install "qwentts-cpp-python==0.3.0+cu128" -f https://huggingface.co/datasets/andito/qwentts-cpp-python-wheels/tree/main/whl/cu128
pip install "qwentts-cpp-python==0.3.0+cu130" -f https://huggingface.co/datasets/andito/qwentts-cpp-python-wheels/tree/main/whl/cu130
```
The wheels do not bundle CUDA runtime or cuBLAS libraries. Use a base image or
system installation that provides the matching CUDA runtime.
|