andito's picture
andito HF Staff
Update qwentts-cpp-python wheel install links
f155de1 verified
|
Raw
History Blame Contribute Delete
964 Bytes
---
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.