andito HF Staff commited on
Commit
1382cf4
·
verified ·
1 Parent(s): 43142fd

Update qwentts-cpp-python wheels for main

Browse files
.gitattributes CHANGED
@@ -58,3 +58,11 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ whl/cpu/qwentts_cpp_python-0.2.0+cpu-py3-none-manylinux_2_34_aarch64.manylinux_2_35_aarch64.whl filter=lfs diff=lfs merge=lfs -text
62
+ whl/cpu/qwentts_cpp_python-0.2.0+cpu-py3-none-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl filter=lfs diff=lfs merge=lfs -text
63
+ whl/cu124/qwentts_cpp_python-0.2.0+cu124-py3-none-manylinux_2_35_aarch64.whl filter=lfs diff=lfs merge=lfs -text
64
+ whl/cu124/qwentts_cpp_python-0.2.0+cu124-py3-none-manylinux_2_35_x86_64.whl filter=lfs diff=lfs merge=lfs -text
65
+ whl/cu128/qwentts_cpp_python-0.2.0+cu128-py3-none-manylinux_2_39_aarch64.whl filter=lfs diff=lfs merge=lfs -text
66
+ whl/cu128/qwentts_cpp_python-0.2.0+cu128-py3-none-manylinux_2_39_x86_64.whl filter=lfs diff=lfs merge=lfs -text
67
+ whl/cu130/qwentts_cpp_python-0.2.0+cu130-py3-none-manylinux_2_39_aarch64.whl filter=lfs diff=lfs merge=lfs -text
68
+ whl/cu130/qwentts_cpp_python-0.2.0+cu130-py3-none-manylinux_2_39_x86_64.whl filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ # qwentts-cpp-python wheels
6
+
7
+ Optional backend-specific wheel variants for `qwentts-cpp-python`.
8
+
9
+ The default PyPI package is CUDA 12.8:
10
+
11
+ ```bash
12
+ pip install qwentts-cpp-python
13
+ ```
14
+
15
+ Install a backend-specific wheel from this repository with `--find-links`:
16
+
17
+ ```bash
18
+ pip install "qwentts-cpp-python==0.2.0+cpu" -f https://huggingface.co/datasets/andito/qwentts-cpp-python-wheels/resolve/main/whl/cpu.html
19
+ pip install "qwentts-cpp-python==0.2.0+cu124" -f https://huggingface.co/datasets/andito/qwentts-cpp-python-wheels/resolve/main/whl/cu124.html
20
+ pip install "qwentts-cpp-python==0.2.0+cu128" -f https://huggingface.co/datasets/andito/qwentts-cpp-python-wheels/resolve/main/whl/cu128.html
21
+ pip install "qwentts-cpp-python==0.2.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
25
+ system installation that provides the matching CUDA runtime.
whl/cpu.html ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>qwentts-cpp-python cpu wheels</title>
6
+ </head>
7
+ <body>
8
+ <h1>qwentts-cpp-python cpu wheels</h1>
9
+ <ul>
10
+ <li><a href="cpu/qwentts_cpp_python-0.2.0+cpu-py3-none-manylinux_2_34_aarch64.manylinux_2_35_aarch64.whl">qwentts_cpp_python-0.2.0+cpu-py3-none-manylinux_2_34_aarch64.manylinux_2_35_aarch64.whl</a></li>
11
+ <li><a href="cpu/qwentts_cpp_python-0.2.0+cpu-py3-none-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl">qwentts_cpp_python-0.2.0+cpu-py3-none-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl</a></li>
12
+ </ul>
13
+ </body>
14
+ </html>
whl/cpu/qwentts_cpp_python-0.2.0+cpu-py3-none-manylinux_2_34_aarch64.manylinux_2_35_aarch64.whl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70acc1fbed2477a043850e3d0ee94add2a3ed9e09e3aba519f38958aaeb0ed9c
3
+ size 924155
whl/cpu/qwentts_cpp_python-0.2.0+cpu-py3-none-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9107c5ba63b057b9f28fae8f36bfdfc0bc98df8d040ff26d12fb1f6923b3ba22
3
+ size 974335
whl/cu124.html ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>qwentts-cpp-python cu124 wheels</title>
6
+ </head>
7
+ <body>
8
+ <h1>qwentts-cpp-python cu124 wheels</h1>
9
+ <ul>
10
+ <li><a href="cu124/qwentts_cpp_python-0.2.0+cu124-py3-none-manylinux_2_35_aarch64.whl">qwentts_cpp_python-0.2.0+cu124-py3-none-manylinux_2_35_aarch64.whl</a></li>
11
+ <li><a href="cu124/qwentts_cpp_python-0.2.0+cu124-py3-none-manylinux_2_35_x86_64.whl">qwentts_cpp_python-0.2.0+cu124-py3-none-manylinux_2_35_x86_64.whl</a></li>
12
+ </ul>
13
+ </body>
14
+ </html>
whl/cu124/qwentts_cpp_python-0.2.0+cu124-py3-none-manylinux_2_35_aarch64.whl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbd5fad23e20e51fcb1742288c4c22e682e85f599bd47f14d357b251062985c6
3
+ size 135922519
whl/cu124/qwentts_cpp_python-0.2.0+cu124-py3-none-manylinux_2_35_x86_64.whl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89afb73eb531a114c3c3860670ba2bf52d6bbe4690046b3c2e5a60ec84003cef
3
+ size 136494047
whl/cu128.html ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>qwentts-cpp-python cu128 wheels</title>
6
+ </head>
7
+ <body>
8
+ <h1>qwentts-cpp-python cu128 wheels</h1>
9
+ <ul>
10
+ <li><a href="cu128/qwentts_cpp_python-0.2.0+cu128-py3-none-manylinux_2_39_aarch64.whl">qwentts_cpp_python-0.2.0+cu128-py3-none-manylinux_2_39_aarch64.whl</a></li>
11
+ <li><a href="cu128/qwentts_cpp_python-0.2.0+cu128-py3-none-manylinux_2_39_x86_64.whl">qwentts_cpp_python-0.2.0+cu128-py3-none-manylinux_2_39_x86_64.whl</a></li>
12
+ </ul>
13
+ </body>
14
+ </html>
whl/cu128/qwentts_cpp_python-0.2.0+cu128-py3-none-manylinux_2_39_aarch64.whl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ba9a4dbe574fea759c85716eec6b4ed1099d5396211e96a442c0308f94a3926
3
+ size 123372205
whl/cu128/qwentts_cpp_python-0.2.0+cu128-py3-none-manylinux_2_39_x86_64.whl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44a284fa4e06acb2fcabf50ffa29f1b2e7482404298859366c5ec08fc55b4dd5
3
+ size 123586582
whl/cu130.html ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>qwentts-cpp-python cu130 wheels</title>
6
+ </head>
7
+ <body>
8
+ <h1>qwentts-cpp-python cu130 wheels</h1>
9
+ <ul>
10
+ <li><a href="cu130/qwentts_cpp_python-0.2.0+cu130-py3-none-manylinux_2_39_aarch64.whl">qwentts_cpp_python-0.2.0+cu130-py3-none-manylinux_2_39_aarch64.whl</a></li>
11
+ <li><a href="cu130/qwentts_cpp_python-0.2.0+cu130-py3-none-manylinux_2_39_x86_64.whl">qwentts_cpp_python-0.2.0+cu130-py3-none-manylinux_2_39_x86_64.whl</a></li>
12
+ </ul>
13
+ </body>
14
+ </html>
whl/cu130/qwentts_cpp_python-0.2.0+cu130-py3-none-manylinux_2_39_aarch64.whl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f49aa9075313415eb3c45d78f38276727dd4a5336010aed8415c3b5e29372bb
3
+ size 101340599
whl/cu130/qwentts_cpp_python-0.2.0+cu130-py3-none-manylinux_2_39_x86_64.whl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:609c1cf6e220c8ebdfbceeddbf88793dcae416e37e36a2c4fa3ae33646e50144
3
+ size 101688212
whl/index.html ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>qwentts-cpp-python wheels</title>
6
+ </head>
7
+ <body>
8
+ <h1>qwentts-cpp-python wheels</h1>
9
+ <ul>
10
+ <li><a href="cpu.html">cpu</a></li>
11
+ <li><a href="cu124.html">cu124</a></li>
12
+ <li><a href="cu128.html">cu128</a></li>
13
+ <li><a href="cu130.html">cu130</a></li>
14
+ </ul>
15
+ </body>
16
+ </html>