CoolFace
Datasetpublic

andito/qwentts-cpp-python-wheels

qwentts-cpp-python wheels Optional backend-specific wheel variants for qwentts-cpp-python. The default PyPI package is CUDA 12.8: pip install qwentts-cpp-python Install a backend-specific wheel from this repository with --find-links: pip install "qwentts-cpp-python==0.3.1+cpu" -f https://huggingface.co/datasets/andito/qwentts-cpp-python-wheels/tree/main/whl/cpu pip install "qwentts-cpp-python==0.3.1+cu124" -f… See the full description on the dataset page: https://huggingface.co/datasets/andito/qwentts-cpp-python-wheels.

sourceHugging Facemitupdated 2mo agoView on Hugging Face
0likes2.2kdownloads
Dataset Card

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.1+cpu" -f https://huggingface.co/datasets/andito/qwentts-cpp-python-wheels/tree/main/whl/cpu
pip install "qwentts-cpp-python==0.3.1+cu124" -f https://huggingface.co/datasets/andito/qwentts-cpp-python-wheels/tree/main/whl/cu124
pip install "qwentts-cpp-python==0.3.1+cu128" -f https://huggingface.co/datasets/andito/qwentts-cpp-python-wheels/tree/main/whl/cu128
pip install "qwentts-cpp-python==0.3.1+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.