andito HF Staff commited on
Commit
f155de1
·
verified ·
1 Parent(s): f507640

Update qwentts-cpp-python wheel install links

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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/resolve/main/whl/cpu.html
19
- pip install "qwentts-cpp-python==0.3.0+cu124" -f https://huggingface.co/datasets/andito/qwentts-cpp-python-wheels/resolve/main/whl/cu124.html
20
- pip install "qwentts-cpp-python==0.3.0+cu128" -f https://huggingface.co/datasets/andito/qwentts-cpp-python-wheels/resolve/main/whl/cu128.html
21
- pip install "qwentts-cpp-python==0.3.0+cu130" -f https://huggingface.co/datasets/andito/qwentts-cpp-python-wheels/resolve/main/whl/cu130.html
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