Update qwentts-cpp-python wheel install links
Browse files
README.md
CHANGED
|
@@ -15,10 +15,10 @@ pip install qwentts-cpp-python
|
|
| 15 |
Install a backend-specific wheel from this repository with `--find-links`:
|
| 16 |
|
| 17 |
```bash
|
| 18 |
-
pip install "qwentts-cpp-python==0.3.0+cpu" -f https://huggingface.co/datasets/andito/qwentts-cpp-python-wheels/
|
| 19 |
-
pip install "qwentts-cpp-python==0.3.0+cu124" -f https://huggingface.co/datasets/andito/qwentts-cpp-python-wheels/
|
| 20 |
-
pip install "qwentts-cpp-python==0.3.0+cu128" -f https://huggingface.co/datasets/andito/qwentts-cpp-python-wheels/
|
| 21 |
-
pip install "qwentts-cpp-python==0.3.0+cu130" -f https://huggingface.co/datasets/andito/qwentts-cpp-python-wheels/
|
| 22 |
```
|
| 23 |
|
| 24 |
The wheels do not bundle CUDA runtime or cuBLAS libraries. Use a base image or
|
|
|
|
| 15 |
Install a backend-specific wheel from this repository with `--find-links`:
|
| 16 |
|
| 17 |
```bash
|
| 18 |
+
pip install "qwentts-cpp-python==0.3.0+cpu" -f https://huggingface.co/datasets/andito/qwentts-cpp-python-wheels/tree/main/whl/cpu
|
| 19 |
+
pip install "qwentts-cpp-python==0.3.0+cu124" -f https://huggingface.co/datasets/andito/qwentts-cpp-python-wheels/tree/main/whl/cu124
|
| 20 |
+
pip install "qwentts-cpp-python==0.3.0+cu128" -f https://huggingface.co/datasets/andito/qwentts-cpp-python-wheels/tree/main/whl/cu128
|
| 21 |
+
pip install "qwentts-cpp-python==0.3.0+cu130" -f https://huggingface.co/datasets/andito/qwentts-cpp-python-wheels/tree/main/whl/cu130
|
| 22 |
```
|
| 23 |
|
| 24 |
The wheels do not bundle CUDA runtime or cuBLAS libraries. Use a base image or
|