Skip to content

Commit

Permalink
deploy: 5735fa7
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Jul 25, 2024
1 parent cf0e72d commit 17a4007
Show file tree
Hide file tree
Showing 101 changed files with 702 additions and 29 deletions.
2 changes: 1 addition & 1 deletion _images/ctc_graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _images/ctc_topo_compose_linear_fsa.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _images/ctc_topo_modified_compose_linear_fsa.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _images/modified_ctc_graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions _sources/installation/from_wheels.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ we can use one of the following methods:
.. code-block:: bash
# method 1
pip install torch==2.0.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
pip install torch==2.0.1+cpu -f https://download.pytorch.org/whl/torch/
pip install k2==1.24.3.dev20230719+cpu.torch2.0.1 -f https://k2-fsa.github.io/k2/cpu.html
# method 2
pip install torch==2.0.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
pip install torch==2.0.1+cpu -f https://download.pytorch.org/whl/torch/
wget https://huggingface.co/csukuangfj/k2/resolve/main/cpu/k2-1.24.3.dev20230719+cpu.torch2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Expand Down Expand Up @@ -105,11 +105,11 @@ we can use the one of the following methods:
.. code-block:: bash
# method 1
pip install torch==2.0.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
pip install torch==2.0.1+cpu -f https://download.pytorch.org/whl/torch/
pip install k2==1.24.3.dev20230726+cpu.torch2.0.1 -f https://k2-fsa.github.io/k2/cpu.html
# method 2
pip install torch==2.0.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
pip install torch==2.0.1+cpu -f https://download.pytorch.org/whl/torch/
wget https://huggingface.co/csukuangfj/k2/resolve/main/windows-cpu/k2-1.24.3.dev20230726+cpu.torch2.0.1-cp38-cp38-win_amd64.whl
# For users from China
Expand Down Expand Up @@ -143,11 +143,11 @@ we can use the following methods:
.. code-block:: bash
# method 1
pip install torch==2.0.1+cu117 -f https://download.pytorch.org/whl/torch_stable.html
pip install torch==2.0.1+cu117 -f https://download.pytorch.org/whl/torch/
pip install k2==1.24.3.dev20230718+cuda11.7.torch2.0.1 -f https://k2-fsa.github.io/k2/cuda.html
# method 2
pip install torch==2.0.1+cu117 -f https://download.pytorch.org/whl/torch_stable.html
pip install torch==2.0.1+cu117 -f https://download.pytorch.org/whl/torch/
wget https://huggingface.co/csukuangfj/k2/resolve/main/cuda/k2-1.24.3.dev20230718+cuda11.7.torch2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
torch 2.4.0
===========


- `k2-1.24.4.dev20240725+cpu.torch2.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl <https://huggingface.co/csukuangfj/k2/resolve/main/cpu/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl>`_
- `k2-1.24.4.dev20240725+cpu.torch2.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl <https://huggingface.co/csukuangfj/k2/resolve/main/cpu/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl>`_
- `k2-1.24.4.dev20240725+cpu.torch2.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl <https://huggingface.co/csukuangfj/k2/resolve/main/cpu/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl>`_
- `k2-1.24.4.dev20240725+cpu.torch2.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl <https://huggingface.co/csukuangfj/k2/resolve/main/cpu/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl>`_
- `k2-1.24.4.dev20240725+cpu.torch2.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl <https://huggingface.co/csukuangfj/k2/resolve/main/cpu/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl>`_
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This page describes pre-compiled ``CPU`` wheels for `k2`_ on Linux.
.. toctree::
:maxdepth: 2

./2.4.0.rst
./2.3.1.rst
./2.3.0.rst
./2.2.2.rst
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
torch 2.4.0
===========


- `k2-1.24.4.dev20240725+cpu.torch2.4.0-cp312-cp312-macosx_11_0_arm64.whl <https://huggingface.co/csukuangfj/k2/resolve/main/macos/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp312-cp312-macosx_11_0_arm64.whl>`_
- `k2-1.24.4.dev20240725+cpu.torch2.4.0-cp311-cp311-macosx_11_0_arm64.whl <https://huggingface.co/csukuangfj/k2/resolve/main/macos/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp311-cp311-macosx_11_0_arm64.whl>`_
- `k2-1.24.4.dev20240725+cpu.torch2.4.0-cp310-cp310-macosx_11_0_arm64.whl <https://huggingface.co/csukuangfj/k2/resolve/main/macos/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp310-cp310-macosx_11_0_arm64.whl>`_
- `k2-1.24.4.dev20240725+cpu.torch2.4.0-cp39-cp39-macosx_11_0_arm64.whl <https://huggingface.co/csukuangfj/k2/resolve/main/macos/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp39-cp39-macosx_11_0_arm64.whl>`_
- `k2-1.24.4.dev20240725+cpu.torch2.4.0-cp38-cp38-macosx_11_0_arm64.whl <https://huggingface.co/csukuangfj/k2/resolve/main/macos/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp38-cp38-macosx_11_0_arm64.whl>`_
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This page describes pre-compiled ``CPU`` wheels for `k2`_ on macOS.
.. toctree::
:maxdepth: 2

./2.4.0.rst
./2.3.1.rst
./2.3.0.rst
./2.2.2.rst
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
torch 2.4.0
===========


- `k2-1.24.4.dev20240725+cpu.torch2.4.0-cp312-cp312-win_amd64.whl <https://huggingface.co/csukuangfj/k2/resolve/main/windows-cpu/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp312-cp312-win_amd64.whl>`_
- `k2-1.24.4.dev20240725+cpu.torch2.4.0-cp311-cp311-win_amd64.whl <https://huggingface.co/csukuangfj/k2/resolve/main/windows-cpu/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp311-cp311-win_amd64.whl>`_
- `k2-1.24.4.dev20240725+cpu.torch2.4.0-cp310-cp310-win_amd64.whl <https://huggingface.co/csukuangfj/k2/resolve/main/windows-cpu/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp310-cp310-win_amd64.whl>`_
- `k2-1.24.4.dev20240725+cpu.torch2.4.0-cp39-cp39-win_amd64.whl <https://huggingface.co/csukuangfj/k2/resolve/main/windows-cpu/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp39-cp39-win_amd64.whl>`_
- `k2-1.24.4.dev20240725+cpu.torch2.4.0-cp38-cp38-win_amd64.whl <https://huggingface.co/csukuangfj/k2/resolve/main/windows-cpu/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp38-cp38-win_amd64.whl>`_
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This page describes pre-compiled ``CPU`` wheels for `k2`_ on Windows.
.. toctree::
:maxdepth: 2

./2.4.0.rst
./2.3.1.rst
./2.3.0.rst
./2.2.2.rst
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ torch 2.2.1
===========


- `k2-1.24.4.dev20240724+cuda12.1.torch2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl <https://huggingface.co/csukuangfj/k2/resolve/main/ubuntu-cuda/k2-1.24.4.dev20240724+cuda12.1.torch2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl>`_
- `k2-1.24.4.dev20240517+cuda12.1.torch2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl <https://huggingface.co/csukuangfj/k2/resolve/main/ubuntu-cuda/k2-1.24.4.dev20240517+cuda12.1.torch2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl>`_
- `k2-1.24.4.dev20240429+cuda12.1.torch2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl <https://huggingface.co/csukuangfj/k2/resolve/main/ubuntu-cuda/k2-1.24.4.dev20240429+cuda12.1.torch2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl>`_
- `k2-1.24.4.dev20240425+cuda12.1.torch2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl <https://huggingface.co/csukuangfj/k2/resolve/main/ubuntu-cuda/k2-1.24.4.dev20240425+cuda12.1.torch2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl>`_
Expand Down
15 changes: 15 additions & 0 deletions cpu-cn.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a href="https://hf-mirror.com/csukuangfj/k2/resolve/main/cpu/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl">k2-1.24.4.dev20240725+cpu.torch2.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</a><br/>
<a href="https://hf-mirror.com/csukuangfj/k2/resolve/main/windows-cpu/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp312-cp312-win_amd64.whl">k2-1.24.4.dev20240725+cpu.torch2.4.0-cp312-cp312-win_amd64.whl</a><br/>
<a href="https://hf-mirror.com/csukuangfj/k2/resolve/main/macos/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp312-cp312-macosx_11_0_arm64.whl">k2-1.24.4.dev20240725+cpu.torch2.4.0-cp312-cp312-macosx_11_0_arm64.whl</a><br/>
<a href="https://hf-mirror.com/csukuangfj/k2/resolve/main/cpu/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl">k2-1.24.4.dev20240725+cpu.torch2.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</a><br/>
<a href="https://hf-mirror.com/csukuangfj/k2/resolve/main/windows-cpu/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp311-cp311-win_amd64.whl">k2-1.24.4.dev20240725+cpu.torch2.4.0-cp311-cp311-win_amd64.whl</a><br/>
<a href="https://hf-mirror.com/csukuangfj/k2/resolve/main/macos/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp311-cp311-macosx_11_0_arm64.whl">k2-1.24.4.dev20240725+cpu.torch2.4.0-cp311-cp311-macosx_11_0_arm64.whl</a><br/>
<a href="https://hf-mirror.com/csukuangfj/k2/resolve/main/cpu/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl">k2-1.24.4.dev20240725+cpu.torch2.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</a><br/>
<a href="https://hf-mirror.com/csukuangfj/k2/resolve/main/windows-cpu/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp310-cp310-win_amd64.whl">k2-1.24.4.dev20240725+cpu.torch2.4.0-cp310-cp310-win_amd64.whl</a><br/>
<a href="https://hf-mirror.com/csukuangfj/k2/resolve/main/macos/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp310-cp310-macosx_11_0_arm64.whl">k2-1.24.4.dev20240725+cpu.torch2.4.0-cp310-cp310-macosx_11_0_arm64.whl</a><br/>
<a href="https://hf-mirror.com/csukuangfj/k2/resolve/main/cpu/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl">k2-1.24.4.dev20240725+cpu.torch2.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</a><br/>
<a href="https://hf-mirror.com/csukuangfj/k2/resolve/main/windows-cpu/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp39-cp39-win_amd64.whl">k2-1.24.4.dev20240725+cpu.torch2.4.0-cp39-cp39-win_amd64.whl</a><br/>
<a href="https://hf-mirror.com/csukuangfj/k2/resolve/main/macos/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp39-cp39-macosx_11_0_arm64.whl">k2-1.24.4.dev20240725+cpu.torch2.4.0-cp39-cp39-macosx_11_0_arm64.whl</a><br/>
<a href="https://hf-mirror.com/csukuangfj/k2/resolve/main/cpu/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl">k2-1.24.4.dev20240725+cpu.torch2.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</a><br/>
<a href="https://hf-mirror.com/csukuangfj/k2/resolve/main/windows-cpu/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp38-cp38-win_amd64.whl">k2-1.24.4.dev20240725+cpu.torch2.4.0-cp38-cp38-win_amd64.whl</a><br/>
<a href="https://hf-mirror.com/csukuangfj/k2/resolve/main/macos/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp38-cp38-macosx_11_0_arm64.whl">k2-1.24.4.dev20240725+cpu.torch2.4.0-cp38-cp38-macosx_11_0_arm64.whl</a><br/>
<a href="https://hf-mirror.com/csukuangfj/k2/resolve/main/cpu/k2-1.24.4.dev20240606+cpu.torch2.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl">k2-1.24.4.dev20240606+cpu.torch2.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</a><br/>
<a href="https://hf-mirror.com/csukuangfj/k2/resolve/main/windows-cpu/k2-1.24.4.dev20240606+cpu.torch2.3.1-cp312-cp312-win_amd64.whl">k2-1.24.4.dev20240606+cpu.torch2.3.1-cp312-cp312-win_amd64.whl</a><br/>
<a href="https://hf-mirror.com/csukuangfj/k2/resolve/main/macos/k2-1.24.4.dev20240606+cpu.torch2.3.1-cp312-cp312-macosx_11_0_arm64.whl">k2-1.24.4.dev20240606+cpu.torch2.3.1-cp312-cp312-macosx_11_0_arm64.whl</a><br/>
Expand Down
15 changes: 15 additions & 0 deletions cpu.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a href="https://huggingface.co/csukuangfj/k2/resolve/main/cpu/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl">k2-1.24.4.dev20240725+cpu.torch2.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</a><br/>
<a href="https://huggingface.co/csukuangfj/k2/resolve/main/windows-cpu/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp312-cp312-win_amd64.whl">k2-1.24.4.dev20240725+cpu.torch2.4.0-cp312-cp312-win_amd64.whl</a><br/>
<a href="https://huggingface.co/csukuangfj/k2/resolve/main/macos/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp312-cp312-macosx_11_0_arm64.whl">k2-1.24.4.dev20240725+cpu.torch2.4.0-cp312-cp312-macosx_11_0_arm64.whl</a><br/>
<a href="https://huggingface.co/csukuangfj/k2/resolve/main/cpu/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl">k2-1.24.4.dev20240725+cpu.torch2.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</a><br/>
<a href="https://huggingface.co/csukuangfj/k2/resolve/main/windows-cpu/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp311-cp311-win_amd64.whl">k2-1.24.4.dev20240725+cpu.torch2.4.0-cp311-cp311-win_amd64.whl</a><br/>
<a href="https://huggingface.co/csukuangfj/k2/resolve/main/macos/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp311-cp311-macosx_11_0_arm64.whl">k2-1.24.4.dev20240725+cpu.torch2.4.0-cp311-cp311-macosx_11_0_arm64.whl</a><br/>
<a href="https://huggingface.co/csukuangfj/k2/resolve/main/cpu/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl">k2-1.24.4.dev20240725+cpu.torch2.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</a><br/>
<a href="https://huggingface.co/csukuangfj/k2/resolve/main/windows-cpu/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp310-cp310-win_amd64.whl">k2-1.24.4.dev20240725+cpu.torch2.4.0-cp310-cp310-win_amd64.whl</a><br/>
<a href="https://huggingface.co/csukuangfj/k2/resolve/main/macos/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp310-cp310-macosx_11_0_arm64.whl">k2-1.24.4.dev20240725+cpu.torch2.4.0-cp310-cp310-macosx_11_0_arm64.whl</a><br/>
<a href="https://huggingface.co/csukuangfj/k2/resolve/main/cpu/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl">k2-1.24.4.dev20240725+cpu.torch2.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</a><br/>
<a href="https://huggingface.co/csukuangfj/k2/resolve/main/windows-cpu/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp39-cp39-win_amd64.whl">k2-1.24.4.dev20240725+cpu.torch2.4.0-cp39-cp39-win_amd64.whl</a><br/>
<a href="https://huggingface.co/csukuangfj/k2/resolve/main/macos/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp39-cp39-macosx_11_0_arm64.whl">k2-1.24.4.dev20240725+cpu.torch2.4.0-cp39-cp39-macosx_11_0_arm64.whl</a><br/>
<a href="https://huggingface.co/csukuangfj/k2/resolve/main/cpu/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl">k2-1.24.4.dev20240725+cpu.torch2.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</a><br/>
<a href="https://huggingface.co/csukuangfj/k2/resolve/main/windows-cpu/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp38-cp38-win_amd64.whl">k2-1.24.4.dev20240725+cpu.torch2.4.0-cp38-cp38-win_amd64.whl</a><br/>
<a href="https://huggingface.co/csukuangfj/k2/resolve/main/macos/k2-1.24.4.dev20240725+cpu.torch2.4.0-cp38-cp38-macosx_11_0_arm64.whl">k2-1.24.4.dev20240725+cpu.torch2.4.0-cp38-cp38-macosx_11_0_arm64.whl</a><br/>
<a href="https://huggingface.co/csukuangfj/k2/resolve/main/cpu/k2-1.24.4.dev20240606+cpu.torch2.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl">k2-1.24.4.dev20240606+cpu.torch2.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</a><br/>
<a href="https://huggingface.co/csukuangfj/k2/resolve/main/windows-cpu/k2-1.24.4.dev20240606+cpu.torch2.3.1-cp312-cp312-win_amd64.whl">k2-1.24.4.dev20240606+cpu.torch2.3.1-cp312-cp312-win_amd64.whl</a><br/>
<a href="https://huggingface.co/csukuangfj/k2/resolve/main/macos/k2-1.24.4.dev20240606+cpu.torch2.3.1-cp312-cp312-macosx_11_0_arm64.whl">k2-1.24.4.dev20240606+cpu.torch2.3.1-cp312-cp312-macosx_11_0_arm64.whl</a><br/>
Expand Down
1 change: 1 addition & 0 deletions cuda-cn.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<a href="https://hf-mirror.com/csukuangfj/k2/resolve/main/ubuntu-cuda/k2-1.24.4.dev20240724+cuda11.8.torch2.5.0.dev20240723-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl">k2-1.24.4.dev20240724+cuda11.8.torch2.5.0.dev20240723-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</a><br/>
<a href="https://hf-mirror.com/csukuangfj/k2/resolve/main/ubuntu-cuda/k2-1.24.4.dev20240724+cuda11.8.torch2.5.0.dev20240723-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl">k2-1.24.4.dev20240724+cuda11.8.torch2.5.0.dev20240723-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</a><br/>
<a href="https://hf-mirror.com/csukuangfj/k2/resolve/main/ubuntu-cuda/k2-1.24.4.dev20240724+cuda11.8.torch2.5.0.dev20240723-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl">k2-1.24.4.dev20240724+cuda11.8.torch2.5.0.dev20240723-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</a><br/>
<a href="https://hf-mirror.com/csukuangfj/k2/resolve/main/ubuntu-cuda/k2-1.24.4.dev20240724+cuda12.1.torch2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl">k2-1.24.4.dev20240724+cuda12.1.torch2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</a><br/>
<a href="https://hf-mirror.com/csukuangfj/k2/resolve/main/ubuntu-cuda/k2-1.24.4.dev20240606+cuda12.1.torch2.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl">k2-1.24.4.dev20240606+cuda12.1.torch2.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</a><br/>
<a href="https://hf-mirror.com/csukuangfj/k2/resolve/main/ubuntu-cuda/k2-1.24.4.dev20240606+cuda12.1.torch2.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl">k2-1.24.4.dev20240606+cuda12.1.torch2.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</a><br/>
<a href="https://hf-mirror.com/csukuangfj/k2/resolve/main/ubuntu-cuda/k2-1.24.4.dev20240606+cuda12.1.torch2.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl">k2-1.24.4.dev20240606+cuda12.1.torch2.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</a><br/>
Expand Down
Loading

0 comments on commit 17a4007

Please sign in to comment.