From e400fa3b456faf8afe0ee5bfe572946b4921a3db Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Sat, 15 Jul 2023 12:21:50 +0800 Subject: [PATCH 1/6] Update installation FAQs (#1226) --- .github/workflows/wheel-cuda-ubuntu.yml | 2 +- docs/source/installation/faqs.rst | 21 +++++++++++ docs/source/installation/pip_pypi.rst | 47 +++---------------------- 3 files changed, 26 insertions(+), 44 deletions(-) diff --git a/.github/workflows/wheel-cuda-ubuntu.yml b/.github/workflows/wheel-cuda-ubuntu.yml index c0aa4d6e6..b090dd249 100644 --- a/.github/workflows/wheel-cuda-ubuntu.yml +++ b/.github/workflows/wheel-cuda-ubuntu.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-18.04] + os: [ubuntu-20.04] cuda: ["11.7"] gcc: ["7"] torch: ["1.13.1"] diff --git a/docs/source/installation/faqs.rst b/docs/source/installation/faqs.rst index c6e4a08e9..72ac8d461 100644 --- a/docs/source/installation/faqs.rst +++ b/docs/source/installation/faqs.rst @@ -178,3 +178,24 @@ after updating GCC: rm -rf before you start to re-build ``k2``. + +relocation R_X86_64_PC32 against symbol `_PyRuntime' can not be used when making a shared object; recompile with -fPIC +----------------------------------------------------------------------------------------------------------------------- + +The error indicates that your Python is statically linked. Please pass ``--enable-shared`` +to ``./configure`` when you compile Python from source. + +See also ``_ + +ImportError: libpython3.8.so.1.0: cannot open shared object file: No such file or directory +------------------------------------------------------------------------------------------- + +Please see ``_. You need to set the +environment variable ``LD_LIBRARY_PATH``. + +/usr/bin/ld: cannot find -lPYTHON_LIBRARY-NOTFOUND +-------------------------------------------------- + +Please see ``. + + diff --git a/docs/source/installation/pip_pypi.rst b/docs/source/installation/pip_pypi.rst index 662e5fa07..ad8459fc8 100644 --- a/docs/source/installation/pip_pypi.rst +++ b/docs/source/installation/pip_pypi.rst @@ -1,20 +1,12 @@ Install using pip (pypi.org) ============================ -.. |pypi_python_versions| image:: ./images/python_ge_3.7-blue.svg - :alt: Supported python versions - -.. |pypi_cuda_versions| image:: ./images/cuda-10.2-orange.svg - :alt: Supported cuda versions - -.. |pypi_pytorch_versions| image:: ./images/torch-1.12.1-green.svg - :alt: Supported pytorch versions ``k2`` on PyPI supports the following versions of Python, CUDA, and PyTorch: - - |pypi_python_versions| - - |pypi_cuda_versions| - - |pypi_pytorch_versions| + - 3.7 <= Python <= 3.11 + - cuda == 11.7 + - torch == 1.13.1 .. caution:: @@ -35,7 +27,7 @@ The following command installs ``k2`` from PyPI: .. Caution:: - The wheel packages on PyPI are built using `torch==1.12.1+cu102` on Ubuntu 18.04. + The wheel packages on PyPI are built using `torch==1.13.1+cu117` on Ubuntu 20.04. If you are using other Linux systems or a different PyTorch version, the pre-built wheel packages may NOT work on your system, please consider one of the following alternatives to install k2: @@ -49,35 +41,4 @@ To verify that ``k2`` is installed successfully, run: $ python3 -m k2.version -You should see something like below: - -.. code-block:: - - Collecting environment information... - - k2 version: 1.20 - Build type: Release - Git SHA1: 89465dfc3085c1e7148f8c5e78a861c42ad77730 - Git date: Wed Sep 21 14:18:54 2022 - Cuda used to build k2: 10.2 - cuDNN used to build k2: 8.3.2 - Python version used to build k2: 3.8 - OS used to build k2: Ubuntu 18.04.5 LTS - CMake version: 3.21.6 - GCC version: 7.5.0 - CMAKE_CUDA_FLAGS: -lineinfo --expt-extended-lambda -use_fast_math -Xptxas=-w --expt-extended-lambda -gencode arch=compute_35,code=sm_35 -lineinfo --expt-extended-lambda -use_fast_math -Xptxas=-w --expt-extended-lambda -gencode arch=compute_50,code=sm_50 -lineinfo --expt-extended-lambda -use_fast_math -Xptxas=-w --expt-extended-lambda -gencode arch=compute_60,code=sm_60 -lineinfo --expt-extended-lambda -use_fast_math -Xptxas=-w --expt-extended-lambda -gencode arch=compute_61,code=sm_61 -lineinfo --expt-extended-lambda -use_fast_math -Xptxas=-w --expt-extended-lambda -gencode arch=compute_70,code=sm_70 -lineinfo --expt-extended-lambda -use_fast_math -Xptxas=-w --expt-extended-lambda -gencode arch=compute_75,code=sm_75 -DONNX_NAMESPACE=onnx_c2 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_75,code=compute_75 -Xcudafe --diag_suppress=cc_clobber_ignored,--diag_suppress=integer_sign_change,--diag_suppress=useless_using_declaration,--diag_suppress=set_but_not_used,--diag_suppress=field_without_dll_interface,--diag_suppress=base_class_has_different_dll_interface,--diag_suppress=dll_interface_conflict_none_assumed,--diag_suppress=dll_interface_conflict_dllexport_assumed,--diag_suppress=implicit_return_from_non_void_function,--diag_suppress=unsigned_compare_with_zero,--diag_suppress=declared_but_not_referenced,--diag_suppress=bad_friend_decl --expt-relaxed-constexpr --expt-extended-lambda -D_GLIBCXX_USE_CXX11_ABI=0 --compiler-options -Wall --compiler-options -Wno-strict-overflow --compiler-options -Wno-unknown-pragmas - CMAKE_CXX_FLAGS: -D_GLIBCXX_USE_CXX11_ABI=0 -Wno-unused-variable -Wno-strict-overflow - PyTorch version used to build k2: 1.12.1+cu102 - PyTorch is using Cuda: 10.2 - NVTX enabled: True - With CUDA: True - Disable debug: True - Sync kernels : False - Disable checks: False - Max cpu memory allocate: 214748364800 bytes (or 200.0 GB) - k2 abort: False - __file__: /ceph-fj/fangjun/py38-1.12.1/lib/python3.8/site-packages/k2/version/version.py - _k2.__file__: /ceph-fj/fangjun/py38-1.12.1/lib/python3.8/site-packages/_k2.cpython-38-x86_64-linux-gnu.so - - Congratulations! You have installed ``k2`` successfully. From 821ebc378e7fb99b8adc81950227963332821e01 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Wed, 19 Jul 2023 15:38:25 +0800 Subject: [PATCH 2/6] Update doc to include manylinux wheels. (#1228) --- .../pre-compiled-cpu-wheels-linux/1.10.0.rst | 2 ++ .../pre-compiled-cpu-wheels-linux/1.10.1.rst | 3 +++ .../pre-compiled-cpu-wheels-linux/1.10.2.rst | 3 +++ .../pre-compiled-cpu-wheels-linux/1.11.0.rst | 4 ++++ .../pre-compiled-cpu-wheels-linux/1.12.0.rst | 4 ++++ .../pre-compiled-cpu-wheels-linux/1.12.1.rst | 4 ++++ .../pre-compiled-cpu-wheels-linux/1.13.0.rst | 5 +++++ .../pre-compiled-cpu-wheels-linux/1.13.1.rst | 5 +++++ .../pre-compiled-cpu-wheels-linux/1.6.0.rst | 3 +++ .../pre-compiled-cpu-wheels-linux/1.7.0.rst | 2 ++ .../pre-compiled-cpu-wheels-linux/1.7.1.rst | 3 +++ .../pre-compiled-cpu-wheels-linux/1.8.0.rst | 3 +++ .../pre-compiled-cpu-wheels-linux/1.8.1.rst | 3 +++ .../pre-compiled-cpu-wheels-linux/1.9.0.rst | 3 +++ .../pre-compiled-cpu-wheels-linux/1.9.1.rst | 3 +++ .../pre-compiled-cpu-wheels-linux/2.0.0.rst | 4 ++++ .../pre-compiled-cpu-wheels-linux/2.0.1.rst | 4 ++++ .../pre-compiled-cuda-wheels-linux/1.10.0.rst | 7 +++++++ .../pre-compiled-cuda-wheels-linux/1.10.1.rst | 8 ++++++++ .../pre-compiled-cuda-wheels-linux/1.10.2.rst | 8 ++++++++ .../pre-compiled-cuda-wheels-linux/1.11.0.rst | 8 ++++++++ .../pre-compiled-cuda-wheels-linux/1.12.0.rst | 12 ++++++++++++ .../pre-compiled-cuda-wheels-linux/1.12.1.rst | 12 ++++++++++++ .../pre-compiled-cuda-wheels-linux/1.13.0.rst | 10 ++++++++++ .../pre-compiled-cuda-wheels-linux/1.13.1.rst | 10 ++++++++++ .../pre-compiled-cuda-wheels-linux/1.6.0.rst | 5 +++++ .../pre-compiled-cuda-wheels-linux/1.7.0.rst | 5 +++++ .../pre-compiled-cuda-wheels-linux/1.7.1.rst | 8 ++++++++ .../pre-compiled-cuda-wheels-linux/1.8.0.rst | 4 ++++ .../pre-compiled-cuda-wheels-linux/1.8.1.rst | 4 ++++ .../pre-compiled-cuda-wheels-linux/1.9.0.rst | 2 ++ .../pre-compiled-cuda-wheels-linux/1.9.1.rst | 6 ++++++ .../pre-compiled-cuda-wheels-linux/2.0.0.rst | 8 ++++++++ .../pre-compiled-cuda-wheels-linux/2.0.1.rst | 11 +++++++++++ .../pre-compiled-cuda-wheels-linux/index.rst | 1 + 35 files changed, 187 insertions(+) create mode 100644 docs/source/installation/pre-compiled-cuda-wheels-linux/1.9.1.rst diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.0.rst index 158103984..86d2809d8 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.0.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.0.rst @@ -2,6 +2,8 @@ torch 1.10.0 ============ +- `k2-1.24.3.dev20230719+cpu.torch1.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.10.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch1.10.0-cp39-cp39-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch1.10.0-cp38-cp38-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch1.10.0-cp37-cp37m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.1.rst index 6e6118fd4..c27c9be1d 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.1.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.1.rst @@ -2,6 +2,9 @@ torch 1.10.1 ============ +- `k2-1.24.3.dev20230719+cpu.torch1.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.10.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch1.10.1-cp39-cp39-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch1.10.1-cp38-cp38-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch1.10.1-cp37-cp37m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.2.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.2.rst index 8e2d358ce..ce1fb56c5 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.2.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.2.rst @@ -2,6 +2,9 @@ torch 1.10.2 ============ +- `k2-1.24.3.dev20230719+cpu.torch1.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.10.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch1.10.2-cp39-cp39-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch1.10.2-cp38-cp38-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch1.10.2-cp37-cp37m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.11.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.11.0.rst index 2156f168c..295e63059 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.11.0.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.11.0.rst @@ -2,6 +2,10 @@ torch 1.11.0 ============ +- `k2-1.24.3.dev20230719+cpu.torch1.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch1.11.0-cp310-cp310-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch1.11.0-cp39-cp39-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch1.11.0-cp38-cp38-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.12.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.12.0.rst index 9b3bd5ee1..6b6e6e707 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.12.0.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.12.0.rst @@ -2,6 +2,10 @@ torch 1.12.0 ============ +- `k2-1.24.3.dev20230719+cpu.torch1.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch1.12.0-cp310-cp310-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch1.12.0-cp39-cp39-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch1.12.0-cp38-cp38-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.12.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.12.1.rst index e6b6367d3..296467dbf 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.12.1.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.12.1.rst @@ -2,6 +2,10 @@ torch 1.12.1 ============ +- `k2-1.24.3.dev20230719+cpu.torch1.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.12.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch1.12.1-cp310-cp310-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch1.12.1-cp39-cp39-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch1.12.1-cp38-cp38-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.13.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.13.0.rst index 5bf0e5064..977b132e4 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.13.0.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.13.0.rst @@ -2,6 +2,11 @@ torch 1.13.0 ============ +- `k2-1.24.3.dev20230719+cpu.torch1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.13.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch1.13.0-cp311-cp311-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch1.13.0-cp310-cp310-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch1.13.0-cp39-cp39-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.13.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.13.1.rst index f52051f72..803564ece 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.13.1.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.13.1.rst @@ -2,6 +2,11 @@ torch 1.13.1 ============ +- `k2-1.24.3.dev20230719+cpu.torch1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.13.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.13.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch1.13.1-cp311-cp311-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch1.13.1-cp310-cp310-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch1.13.1-cp39-cp39-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.6.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.6.0.rst index 18479ccce..dc6369898 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.6.0.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.6.0.rst @@ -2,6 +2,9 @@ torch 1.6.0 =========== +- `k2-1.24.3.dev20230719+cpu.torch1.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.6.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230508+cpu.torch1.6.0-cp38-cp38-linux_x86_64.whl `_ - `k2-1.24.3.dev20230508+cpu.torch1.6.0-cp37-cp37m-linux_x86_64.whl `_ - `k2-1.24.1.dev20230430+cpu.torch1.6.0-cp38-cp38-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.7.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.7.0.rst index 56df58b05..390f8eb82 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.7.0.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.7.0.rst @@ -2,6 +2,8 @@ torch 1.7.0 =========== +- `k2-1.24.3.dev20230719+cpu.torch1.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230508+cpu.torch1.7.0-cp38-cp38-linux_x86_64.whl `_ - `k2-1.24.3.dev20230508+cpu.torch1.7.0-cp37-cp37m-linux_x86_64.whl `_ - `k2-1.24.1.dev20230430+cpu.torch1.7.0-cp38-cp38-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.7.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.7.1.rst index 6170bf1fc..d6b0f6791 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.7.1.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.7.1.rst @@ -2,6 +2,9 @@ torch 1.7.1 =========== +- `k2-1.24.3.dev20230719+cpu.torch1.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230508+cpu.torch1.7.1-cp39-cp39-linux_x86_64.whl `_ - `k2-1.24.3.dev20230508+cpu.torch1.7.1-cp38-cp38-linux_x86_64.whl `_ - `k2-1.24.3.dev20230508+cpu.torch1.7.1-cp37-cp37m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.8.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.8.0.rst index 57dffa220..896c35a7a 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.8.0.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.8.0.rst @@ -2,6 +2,9 @@ torch 1.8.0 =========== +- `k2-1.24.3.dev20230719+cpu.torch1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.8.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230508+cpu.torch1.8.0-cp39-cp39-linux_x86_64.whl `_ - `k2-1.24.3.dev20230508+cpu.torch1.8.0-cp38-cp38-linux_x86_64.whl `_ - `k2-1.24.3.dev20230508+cpu.torch1.8.0-cp37-cp37m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.8.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.8.1.rst index 3b07be19e..7a318a926 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.8.1.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.8.1.rst @@ -2,6 +2,9 @@ torch 1.8.1 =========== +- `k2-1.24.3.dev20230719+cpu.torch1.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.8.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230508+cpu.torch1.8.1-cp39-cp39-linux_x86_64.whl `_ - `k2-1.24.3.dev20230508+cpu.torch1.8.1-cp38-cp38-linux_x86_64.whl `_ - `k2-1.24.3.dev20230508+cpu.torch1.8.1-cp37-cp37m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.9.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.9.0.rst index 5441b38e8..a19620035 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.9.0.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.9.0.rst @@ -2,6 +2,9 @@ torch 1.9.0 =========== +- `k2-1.24.3.dev20230719+cpu.torch1.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.9.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230508+cpu.torch1.9.0-cp39-cp39-linux_x86_64.whl `_ - `k2-1.24.3.dev20230508+cpu.torch1.9.0-cp38-cp38-linux_x86_64.whl `_ - `k2-1.24.3.dev20230508+cpu.torch1.9.0-cp37-cp37m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.9.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.9.1.rst index 6510ff186..203d5b00d 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.9.1.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.9.1.rst @@ -2,6 +2,9 @@ torch 1.9.1 =========== +- `k2-1.24.3.dev20230719+cpu.torch1.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch1.9.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230508+cpu.torch1.9.1-cp39-cp39-linux_x86_64.whl `_ - `k2-1.24.3.dev20230508+cpu.torch1.9.1-cp38-cp38-linux_x86_64.whl `_ - `k2-1.24.3.dev20230508+cpu.torch1.9.1-cp37-cp37m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/2.0.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/2.0.0.rst index ecedc1be0..718b08329 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/2.0.0.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/2.0.0.rst @@ -2,6 +2,10 @@ torch 2.0.0 =========== +- `k2-1.24.3.dev20230719+cpu.torch2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch2.0.0-cp311-cp311-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch2.0.0-cp310-cp310-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch2.0.0-cp39-cp39-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/2.0.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/2.0.1.rst index a495008ea..23ad9d17e 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/2.0.1.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/2.0.1.rst @@ -2,6 +2,10 @@ torch 2.0.1 =========== +- `k2-1.24.3.dev20230719+cpu.torch2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230719+cpu.torch2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch2.0.1-cp311-cp311-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch2.0.1-cp310-cp310-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch2.0.1-cp39-cp39-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.10.0.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.10.0.rst index 049c2cc8e..6e2ba9c9c 100644 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.10.0.rst +++ b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.10.0.rst @@ -2,6 +2,13 @@ torch 1.10.0 ============ +- `k2-1.24.3.dev20230718+cuda10.2.torch1.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda10.2.torch1.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.0-cp39-cp39-linux_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.0-cp38-cp38-linux_x86_64.whl `_ +- `k2-1.24.3.dev20230715+cuda10.2.torch1.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.23.4.dev20230224+cuda10.2.torch1.10.0-cp39-cp39-linux_x86_64.whl `_ - `k2-1.23.4.dev20230224+cuda10.2.torch1.10.0-cp38-cp38-linux_x86_64.whl `_ - `k2-1.23.4.dev20230224+cuda10.2.torch1.10.0-cp37-cp37m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.10.1.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.10.1.rst index a548048f8..16e82afbf 100644 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.10.1.rst +++ b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.10.1.rst @@ -2,6 +2,14 @@ torch 1.10.1 ============ +- `k2-1.24.3.dev20230718+cuda10.2.torch1.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda10.2.torch1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.1-cp39-cp39-linux_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.1-cp38-cp38-linux_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.1-cp37-cp37m-linux_x86_64.whl `_ - `k2-1.23.4.dev20230224+cuda10.2.torch1.10.1-cp39-cp39-linux_x86_64.whl `_ - `k2-1.23.4.dev20230224+cuda10.2.torch1.10.1-cp38-cp38-linux_x86_64.whl `_ - `k2-1.23.4.dev20230224+cuda10.2.torch1.10.1-cp37-cp37m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.10.2.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.10.2.rst index ca58f680f..cd8bde756 100644 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.10.2.rst +++ b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.10.2.rst @@ -2,6 +2,14 @@ torch 1.10.2 ============ +- `k2-1.24.3.dev20230718+cuda10.2.torch1.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda10.2.torch1.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.2-cp39-cp39-linux_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.2-cp38-cp38-linux_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.2-cp37-cp37m-linux_x86_64.whl `_ - `k2-1.23.4.dev20230224+cuda10.2.torch1.10.2-cp39-cp39-linux_x86_64.whl `_ - `k2-1.23.4.dev20230224+cuda10.2.torch1.10.2-cp38-cp38-linux_x86_64.whl `_ - `k2-1.23.4.dev20230224+cuda10.2.torch1.10.2-cp37-cp37m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.11.0.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.11.0.rst index 7b02d69be..ea9052619 100644 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.11.0.rst +++ b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.11.0.rst @@ -2,6 +2,14 @@ torch 1.11.0 ============ +- `k2-1.24.3.dev20230718+cuda10.2.torch1.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda10.2.torch1.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.11.0-cp39-cp39-linux_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.11.0-cp38-cp38-linux_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.11.0-cp37-cp37m-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cuda11.5.torch1.11.0-cp310-cp310-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cuda11.5.torch1.11.0-cp39-cp39-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cuda11.5.torch1.11.0-cp38-cp38-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.12.0.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.12.0.rst index d02b92690..87e9b390c 100644 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.12.0.rst +++ b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.12.0.rst @@ -2,6 +2,18 @@ torch 1.12.0 ============ +- `k2-1.24.3.dev20230718+cuda11.6.torch1.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.6.torch1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.6.torch1.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.6.torch1.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda10.2.torch1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda10.2.torch1.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.12.0-cp39-cp39-linux_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.12.0-cp38-cp38-linux_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.12.0-cp37-cp37m-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cuda11.6.torch1.12.0-cp310-cp310-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cuda11.6.torch1.12.0-cp39-cp39-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cuda11.6.torch1.12.0-cp38-cp38-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.12.1.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.12.1.rst index 5ca68cb44..681179537 100644 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.12.1.rst +++ b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.12.1.rst @@ -2,6 +2,18 @@ torch 1.12.1 ============ +- `k2-1.24.3.dev20230718+cuda11.6.torch1.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.6.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.6.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.6.torch1.12.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda10.2.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda10.2.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.12.1-cp39-cp39-linux_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.12.1-cp38-cp38-linux_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.12.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.12.1-cp37-cp37m-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cuda11.6.torch1.12.1-cp310-cp310-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cuda11.6.torch1.12.1-cp39-cp39-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cuda11.6.torch1.12.1-cp38-cp38-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.13.0.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.13.0.rst index 1f6e5d29b..319c7417a 100644 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.13.0.rst +++ b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.13.0.rst @@ -2,6 +2,16 @@ torch 1.13.0 ============ +- `k2-1.24.3.dev20230718+cuda11.7.torch1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.7.torch1.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.7.torch1.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.7.torch1.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.7.torch1.13.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.6.torch1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.6.torch1.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.6.torch1.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.6.torch1.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.6.torch1.13.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230524+cuda11.7.torch1.13.0-cp311-cp311-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cuda11.7.torch1.13.0-cp310-cp310-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cuda11.7.torch1.13.0-cp39-cp39-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.13.1.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.13.1.rst index bae03581b..73f426da7 100644 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.13.1.rst +++ b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.13.1.rst @@ -2,6 +2,16 @@ torch 1.13.1 ============ +- `k2-1.24.3.dev20230718+cuda11.7.torch1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.7.torch1.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.7.torch1.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.7.torch1.13.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.7.torch1.13.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.6.torch1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.6.torch1.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.6.torch1.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.6.torch1.13.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.6.torch1.13.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230524+cuda11.7.torch1.13.1-cp311-cp311-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cuda11.7.torch1.13.1-cp310-cp310-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cuda11.7.torch1.13.1-cp39-cp39-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.6.0.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.6.0.rst index 30c3d5d24..4c2b06ecc 100644 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.6.0.rst +++ b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.6.0.rst @@ -2,6 +2,11 @@ torch 1.6.0 =========== +- `k2-1.24.3.dev20230718+cuda10.2.torch1.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.6.0-cp38-cp38-linux_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.6.0-cp37-cp37m-linux_x86_64.whl `_ - `k2-1.23.4.dev20230224+cuda10.2.torch1.6.0-cp38-cp38-linux_x86_64.whl `_ - `k2-1.23.4.dev20230224+cuda10.2.torch1.6.0-cp37-cp37m-linux_x86_64.whl `_ - `k2-1.23.4.dev20230224+cuda10.2.torch1.6.0-cp36-cp36m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.7.0.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.7.0.rst index 4019eb2ea..edc58f973 100644 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.7.0.rst +++ b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.7.0.rst @@ -2,6 +2,11 @@ torch 1.7.0 =========== +- `k2-1.24.3.dev20230718+cuda10.2.torch1.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.7.0-cp38-cp38-linux_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.7.0-cp37-cp37m-linux_x86_64.whl `_ - `k2-1.23.4.dev20230224+cuda11.0.torch1.7.0-cp38-cp38-linux_x86_64.whl `_ - `k2-1.23.4.dev20230224+cuda11.0.torch1.7.0-cp37-cp37m-linux_x86_64.whl `_ - `k2-1.23.4.dev20230224+cuda11.0.torch1.7.0-cp36-cp36m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.7.1.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.7.1.rst index 9145f005a..0e97f53fd 100644 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.7.1.rst +++ b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.7.1.rst @@ -2,6 +2,14 @@ torch 1.7.1 =========== +- `k2-1.24.3.dev20230718+cuda10.2.torch1.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda10.2.torch1.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.7.1-cp39-cp39-linux_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.7.1-cp38-cp38-linux_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.7.1-cp37-cp37m-linux_x86_64.whl `_ - `k2-1.23.4.dev20230224+cuda10.2.torch1.7.1-cp39-cp39-linux_x86_64.whl `_ - `k2-1.23.4.dev20230224+cuda10.2.torch1.7.1-cp38-cp38-linux_x86_64.whl `_ - `k2-1.23.4.dev20230224+cuda10.2.torch1.7.1-cp37-cp37m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.8.0.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.8.0.rst index a04e87b6a..15a590025 100644 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.8.0.rst +++ b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.8.0.rst @@ -2,6 +2,10 @@ torch 1.8.0 =========== +- `k2-1.24.3.dev20230718+cuda10.2.torch1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda10.2.torch1.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.8.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.8.0-cp37-cp37m-linux_x86_64.whl `_ - `k2-1.23.4.dev20230224+cuda10.2.torch1.8.0-cp39-cp39-linux_x86_64.whl `_ - `k2-1.23.4.dev20230224+cuda10.2.torch1.8.0-cp38-cp38-linux_x86_64.whl `_ - `k2-1.23.4.dev20230224+cuda10.2.torch1.8.0-cp37-cp37m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.8.1.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.8.1.rst index f09497159..6a3ac25f6 100644 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.8.1.rst +++ b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.8.1.rst @@ -2,6 +2,10 @@ torch 1.8.1 =========== +- `k2-1.24.3.dev20230718+cuda10.2.torch1.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda10.2.torch1.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230717+cuda10.2.torch1.8.1-cp38-cp38-linux_x86_64.whl `_ - `k2-1.23.4.dev20230224+cuda10.2.torch1.8.1-cp39-cp39-linux_x86_64.whl `_ - `k2-1.23.4.dev20230224+cuda10.2.torch1.8.1-cp38-cp38-linux_x86_64.whl `_ - `k2-1.23.4.dev20230224+cuda10.2.torch1.8.1-cp37-cp37m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.9.0.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.9.0.rst index e20f425ed..795c96166 100644 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.9.0.rst +++ b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.9.0.rst @@ -2,4 +2,6 @@ torch 1.9.0 =========== +- `k2-1.24.3.dev20230718+cuda10.2.torch1.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda10.2.torch1.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.23.4.dev20230224+cuda10.2.torch1.9.0-cp36-cp36m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.9.1.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.9.1.rst new file mode 100644 index 000000000..2c0ed25f7 --- /dev/null +++ b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.9.1.rst @@ -0,0 +1,6 @@ +torch 1.9.1 +=========== + + +- `k2-1.24.3.dev20230718+cuda10.2.torch1.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda10.2.torch1.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/2.0.0.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/2.0.0.rst index 90b0a10c2..e1530ee89 100644 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/2.0.0.rst +++ b/docs/source/installation/pre-compiled-cuda-wheels-linux/2.0.0.rst @@ -2,6 +2,14 @@ torch 2.0.0 =========== +- `k2-1.24.3.dev20230718+cuda11.8.torch2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.8.torch2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.8.torch2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.8.torch2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.7.torch2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.7.torch2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.7.torch2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.7.torch2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230524+cuda11.8.torch2.0.0-cp311-cp311-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cuda11.8.torch2.0.0-cp310-cp310-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cuda11.8.torch2.0.0-cp38-cp38-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/2.0.1.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/2.0.1.rst index 80ff4f7d7..50896d4e3 100644 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/2.0.1.rst +++ b/docs/source/installation/pre-compiled-cuda-wheels-linux/2.0.1.rst @@ -2,8 +2,19 @@ torch 2.0.1 =========== +- `k2-1.24.3.dev20230718+cuda11.8.torch2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.8.torch2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.8.torch2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.8.torch2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.7.torch2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.7.torch2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.7.torch2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230718+cuda11.7.torch2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230524+cuda11.8.torch2.0.1-cp311-cp311-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cuda11.8.torch2.0.1-cp310-cp310-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cuda11.8.torch2.0.1-cp39-cp39-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cuda11.8.torch2.0.1-cp38-cp38-linux_x86_64.whl `_ +- `k2-1.24.3.dev20230524+cuda11.7.torch2.0.1-cp311-cp311-linux_x86_64.whl `_ - `k2-1.24.3.dev20230524+cuda11.7.torch2.0.1-cp310-cp310-linux_x86_64.whl `_ +- `k2-1.24.3.dev20230524+cuda11.7.torch2.0.1-cp39-cp39-linux_x86_64.whl `_ +- `k2-1.24.3.dev20230524+cuda11.7.torch2.0.1-cp38-cp38-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/index.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/index.rst index 63e79fb57..8806f5d8f 100644 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/index.rst +++ b/docs/source/installation/pre-compiled-cuda-wheels-linux/index.rst @@ -16,6 +16,7 @@ This page describes pre-compiled ``CUDA`` wheels for `k2`_ on Linux. ./1.10.2.rst ./1.10.1.rst ./1.10.0.rst + ./1.9.1.rst ./1.9.0.rst ./1.8.1.rst ./1.8.0.rst From 44ffa2baed745c19ab2eb08c9dff9a5982c0b3e9 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Sun, 23 Jul 2023 21:18:30 +0800 Subject: [PATCH 3/6] update installation doc (#1230) --- .github/workflows/build-doc.yml | 2 + docs/source/cpu.html | 480 ++++++++++++++++++ docs/source/cuda.html | 411 +++++++++++++++ docs/source/installation/conda.rst | 332 ------------ docs/source/installation/faqs.rst | 2 +- docs/source/installation/from_source.rst | 21 +- docs/source/installation/from_wheels.rst | 111 ++++ docs/source/installation/index.rst | 74 +-- docs/source/installation/pip.rst | 126 ----- docs/source/installation/pip_pypi.rst | 44 -- .../pre-compiled-cpu-wheels-macos/1.10.0.rst | 8 + .../pre-compiled-cpu-wheels-macos/1.10.1.rst | 8 + .../pre-compiled-cpu-wheels-macos/1.10.2.rst | 8 + .../pre-compiled-cpu-wheels-macos/1.11.0.rst | 8 + .../pre-compiled-cpu-wheels-macos/1.12.0.rst | 8 + .../pre-compiled-cpu-wheels-macos/1.12.1.rst | 8 + .../pre-compiled-cpu-wheels-macos/1.13.0.rst | 8 + .../pre-compiled-cpu-wheels-macos/1.13.1.rst | 8 + .../pre-compiled-cpu-wheels-macos/1.6.0.rst | 7 + .../pre-compiled-cpu-wheels-macos/1.7.0.rst | 7 + .../pre-compiled-cpu-wheels-macos/1.7.1.rst | 8 + .../pre-compiled-cpu-wheels-macos/1.8.0.rst | 8 + .../pre-compiled-cpu-wheels-macos/1.8.1.rst | 8 + .../pre-compiled-cpu-wheels-macos/1.9.0.rst | 8 + .../pre-compiled-cpu-wheels-macos/1.9.1.rst | 8 + .../pre-compiled-cpu-wheels-macos/2.0.0.rst | 8 + .../pre-compiled-cpu-wheels-macos/2.0.1.rst | 8 + .../pre-compiled-cpu-wheels-macos/index.rst | 26 + .../1.10.0.rst | 8 + .../1.10.1.rst | 8 + .../1.10.2.rst | 8 + .../1.11.0.rst | 8 + .../1.12.0.rst | 8 + .../1.12.1.rst | 8 + .../1.13.0.rst | 8 + .../1.13.1.rst | 8 + .../pre-compiled-cpu-wheels-windows/1.6.0.rst | 7 + .../pre-compiled-cpu-wheels-windows/1.7.0.rst | 7 + .../pre-compiled-cpu-wheels-windows/1.7.1.rst | 8 + .../pre-compiled-cpu-wheels-windows/1.8.0.rst | 8 + .../pre-compiled-cpu-wheels-windows/1.8.1.rst | 8 + .../pre-compiled-cpu-wheels-windows/1.9.0.rst | 8 + .../pre-compiled-cpu-wheels-windows/1.9.1.rst | 8 + .../pre-compiled-cpu-wheels-windows/2.0.0.rst | 8 + .../pre-compiled-cpu-wheels-windows/2.0.1.rst | 8 + .../pre-compiled-cpu-wheels-windows/index.rst | 26 + 46 files changed, 1330 insertions(+), 593 deletions(-) create mode 100644 docs/source/cpu.html create mode 100644 docs/source/cuda.html delete mode 100644 docs/source/installation/conda.rst create mode 100644 docs/source/installation/from_wheels.rst delete mode 100644 docs/source/installation/pip.rst delete mode 100644 docs/source/installation/pip_pypi.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/1.10.0.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/1.10.1.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/1.10.2.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/1.11.0.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/1.12.0.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/1.12.1.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/1.13.0.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/1.13.1.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/1.6.0.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/1.7.0.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/1.7.1.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/1.8.0.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/1.8.1.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/1.9.0.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/1.9.1.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/2.0.0.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/2.0.1.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/index.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.0.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.1.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.2.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/1.11.0.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/1.12.0.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/1.12.1.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/1.13.0.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/1.13.1.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/1.6.0.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/1.7.0.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/1.7.1.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/1.8.0.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/1.8.1.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/1.9.0.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/1.9.1.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/2.0.0.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/2.0.1.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/index.rst diff --git a/.github/workflows/build-doc.yml b/.github/workflows/build-doc.yml index 9e9f9bb9a..37d30d57e 100644 --- a/.github/workflows/build-doc.yml +++ b/.github/workflows/build-doc.yml @@ -99,6 +99,8 @@ jobs: cd docs python3 -m pip install -r ./requirements.txt make html + cp -v source/cpu.html ./build/html/ + cp -v source/cuda.html ./build/html/ touch build/html/.nojekyll - name: Deploy diff --git a/docs/source/cpu.html b/docs/source/cpu.html new file mode 100644 index 000000000..540e16b46 --- /dev/null +++ b/docs/source/cpu.html @@ -0,0 +1,480 @@ +k2-1.24.3.dev20230720+cpu.torch2.0.1-cp311-cp311-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch2.0.1-cp311-cp311-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch2.0.1-cp310-cp310-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch2.0.1-cp310-cp310-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch2.0.1-cp39-cp39-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch2.0.1-cp39-cp39-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch2.0.1-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch2.0.1-cp38-cp38-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch2.0.0-cp311-cp311-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch2.0.0-cp311-cp311-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch2.0.0-cp310-cp310-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch2.0.0-cp310-cp310-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch2.0.0-cp39-cp39-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch2.0.0-cp39-cp39-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch2.0.0-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch2.0.0-cp38-cp38-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.13.1-cp310-cp310-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.13.1-cp310-cp310-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.13.1-cp39-cp39-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.13.1-cp39-cp39-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.13.1-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.13.1-cp38-cp38-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.13.1-cp37-cp37m-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.13.1-cp37-cp37m-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.13.0-cp310-cp310-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.13.0-cp310-cp310-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.13.0-cp39-cp39-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.13.0-cp39-cp39-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.13.0-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.13.0-cp38-cp38-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.13.0-cp37-cp37m-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.13.0-cp37-cp37m-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.12.1-cp310-cp310-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.12.1-cp310-cp310-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.12.1-cp39-cp39-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.12.1-cp39-cp39-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.12.1-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.12.1-cp38-cp38-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.12.1-cp37-cp37m-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.12.1-cp37-cp37m-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.12.0-cp310-cp310-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.12.0-cp310-cp310-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.12.0-cp39-cp39-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.12.0-cp39-cp39-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.12.0-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.12.0-cp38-cp38-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.12.0-cp37-cp37m-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.12.0-cp37-cp37m-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.11.0-cp310-cp310-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.11.0-cp310-cp310-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.11.0-cp39-cp39-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.11.0-cp39-cp39-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.11.0-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.11.0-cp38-cp38-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.11.0-cp37-cp37m-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.11.0-cp37-cp37m-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.10.2-cp39-cp39-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.10.2-cp39-cp39-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.10.2-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.10.2-cp38-cp38-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.10.2-cp37-cp37m-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.10.2-cp37-cp37m-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.10.2-cp36-cp36m-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.10.2-cp36-cp36m-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.10.1-cp39-cp39-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.10.1-cp39-cp39-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.10.1-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.10.1-cp38-cp38-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.10.1-cp37-cp37m-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.10.1-cp37-cp37m-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.10.1-cp36-cp36m-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.10.1-cp36-cp36m-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.10.0-cp39-cp39-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.10.0-cp39-cp39-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.10.0-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.10.0-cp38-cp38-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.10.0-cp37-cp37m-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.10.0-cp37-cp37m-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.10.0-cp36-cp36m-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.10.0-cp36-cp36m-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.9.1-cp39-cp39-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.9.1-cp39-cp39-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.9.1-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.9.1-cp38-cp38-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.9.1-cp37-cp37m-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.9.1-cp37-cp37m-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.9.1-cp36-cp36m-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.9.1-cp36-cp36m-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.9.0-cp39-cp39-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.9.0-cp39-cp39-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.9.0-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.9.0-cp38-cp38-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.9.0-cp37-cp37m-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.9.0-cp37-cp37m-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.9.0-cp36-cp36m-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.9.0-cp36-cp36m-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.8.1-cp39-cp39-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.8.1-cp39-cp39-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.8.1-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.8.1-cp38-cp38-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.8.1-cp37-cp37m-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.8.1-cp37-cp37m-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.8.1-cp36-cp36m-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.8.1-cp36-cp36m-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.8.0-cp39-cp39-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.8.0-cp39-cp39-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.8.0-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.8.0-cp38-cp38-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.8.0-cp37-cp37m-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.8.0-cp37-cp37m-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.8.0-cp36-cp36m-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.8.0-cp36-cp36m-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.7.1-cp39-cp39-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.7.1-cp39-cp39-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.7.1-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.7.1-cp38-cp38-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.7.1-cp37-cp37m-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.7.1-cp37-cp37m-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.7.1-cp36-cp36m-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.7.1-cp36-cp36m-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.7.0-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.7.0-cp38-cp38-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.7.0-cp37-cp37m-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.7.0-cp37-cp37m-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.7.0-cp36-cp36m-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.7.0-cp36-cp36m-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.6.0-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.6.0-cp38-cp38-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.6.0-cp37-cp37m-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.6.0-cp37-cp37m-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230720+cpu.torch1.6.0-cp36-cp36m-win_amd64.whl
+k2-1.24.3.dev20230720+cpu.torch1.6.0-cp36-cp36m-macosx_10_9_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.13.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.13.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.13.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.12.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.10.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.10.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.10.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.9.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.9.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.8.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.8.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230719+cpu.torch1.6.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch2.0.1-cp311-cp311-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch2.0.1-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch2.0.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch2.0.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch2.0.0-cp311-cp311-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch2.0.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch2.0.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch2.0.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.13.1-cp311-cp311-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.13.1-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.13.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.13.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.13.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.13.0-cp311-cp311-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.13.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.13.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.13.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.13.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.12.1-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.12.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.12.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.12.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.12.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.12.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.12.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.12.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.11.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.11.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.11.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.11.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.10.2-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.10.2-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.10.2-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.10.2-cp36-cp36m-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.10.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.10.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.10.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.10.1-cp36-cp36m-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.10.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.10.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.10.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230524+cpu.torch1.10.0-cp36-cp36m-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch2.0.0-cp311-cp311-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch2.0.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch2.0.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch2.0.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.13.1-cp311-cp311-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.13.1-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.13.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.13.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.13.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.13.0-cp311-cp311-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.13.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.13.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.13.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.13.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.12.1-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.12.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.12.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.12.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.12.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.12.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.12.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.12.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.11.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.11.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.11.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.10.2-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.10.2-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.10.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.10.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.10.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.10.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.10.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.10.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.9.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.9.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.9.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.9.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.9.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.9.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.8.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.8.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.8.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.8.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.8.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.8.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.7.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.7.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.7.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.7.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.7.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.6.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230508+cpu.torch1.6.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.2.dev20230508+cpu.torch1.13.0-cp311-cp311-linux_x86_64.whl
+k2-1.24.2.dev20230508+cpu.torch1.13.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.2.dev20230508+cpu.torch1.13.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.2.dev20230508+cpu.torch1.13.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.2.dev20230508+cpu.torch1.13.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.2.dev20230508+cpu.torch1.12.1-cp310-cp310-linux_x86_64.whl
+k2-1.24.2.dev20230508+cpu.torch1.12.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.2.dev20230508+cpu.torch1.12.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.2.dev20230508+cpu.torch1.12.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.2.dev20230508+cpu.torch1.12.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.2.dev20230508+cpu.torch1.12.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.2.dev20230508+cpu.torch1.12.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.2.dev20230508+cpu.torch1.12.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.2.dev20230508+cpu.torch1.11.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.2.dev20230508+cpu.torch1.11.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.2.dev20230508+cpu.torch1.11.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.2.dev20230508+cpu.torch1.11.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.2.dev20230508+cpu.torch1.10.2-cp39-cp39-linux_x86_64.whl
+k2-1.24.2.dev20230508+cpu.torch1.10.2-cp38-cp38-linux_x86_64.whl
+k2-1.24.2.dev20230508+cpu.torch1.10.2-cp37-cp37m-linux_x86_64.whl
+k2-1.24.2.dev20230508+cpu.torch1.10.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.2.dev20230508+cpu.torch1.10.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.2.dev20230508+cpu.torch1.10.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.2.dev20230508+cpu.torch1.10.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.2.dev20230508+cpu.torch1.10.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.2.dev20230508+cpu.torch1.10.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch2.0.0-cp311-cp311-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch2.0.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch2.0.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch2.0.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.13.1-cp311-cp311-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.13.1-cp310-cp310-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.13.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.13.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.13.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.13.0-cp311-cp311-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.13.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.13.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.13.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.13.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.12.1-cp310-cp310-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.12.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.12.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.12.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.12.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.12.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.12.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.12.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.11.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.11.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.11.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.11.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.10.2-cp39-cp39-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.10.2-cp38-cp38-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.10.2-cp37-cp37m-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.10.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.10.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.10.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.10.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.10.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.10.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.9.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.9.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.9.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.9.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.9.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.9.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.8.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.8.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.8.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.8.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.8.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.8.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.7.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.7.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.7.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.7.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.7.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.6.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.1.dev20230430+cpu.torch1.6.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch2.0.0-cp311-cp311-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch2.0.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch2.0.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.13.1-cp311-cp311-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.13.1-cp310-cp310-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.13.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.13.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.13.0-cp311-cp311-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.13.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.13.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.13.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.13.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.12.1-cp310-cp310-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.12.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.12.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.12.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.12.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.12.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.12.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.12.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.11.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.11.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.11.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.11.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.10.2-cp39-cp39-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.10.2-cp38-cp38-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.10.2-cp37-cp37m-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.10.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.10.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.10.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.10.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.10.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.10.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.9.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.9.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.9.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.9.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.9.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.9.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.8.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.8.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.8.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.8.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.8.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.8.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.7.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.7.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.7.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.7.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.7.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.6.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.0.dev20230427+cpu.torch1.6.0-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230318+cpu.torch2.0.0-cp311-cp311-linux_x86_64.whl
+k2-1.23.4.dev20230318+cpu.torch2.0.0-cp310-cp310-linux_x86_64.whl
+k2-1.23.4.dev20230318+cpu.torch2.0.0-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230318+cpu.torch2.0.0-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.13.1-cp311-cp311-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.13.1-cp310-cp310-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.13.1-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.13.1-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.13.1-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.13.0-cp311-cp311-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.13.0-cp310-cp310-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.13.0-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.13.0-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.13.0-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.12.1-cp310-cp310-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.12.1-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.12.1-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.12.1-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.12.0-cp310-cp310-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.12.0-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.12.0-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.12.0-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.11.0-cp310-cp310-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.11.0-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.11.0-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.11.0-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.10.2-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.10.2-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.10.2-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.10.2-cp36-cp36m-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.10.1-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.10.1-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.10.1-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.10.1-cp36-cp36m-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.10.0-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.10.0-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.10.0-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.10.0-cp36-cp36m-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.9.1-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.9.1-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.9.1-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.9.1-cp36-cp36m-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.9.0-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.9.0-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.9.0-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.9.0-cp36-cp36m-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.8.1-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.8.1-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.8.1-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.8.1-cp36-cp36m-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.8.0-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.8.0-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.8.0-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.8.0-cp36-cp36m-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.7.1-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.7.1-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.7.1-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.7.1-cp36-cp36m-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.7.0-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.7.0-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.7.0-cp36-cp36m-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.6.0-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.6.0-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230223+cpu.torch1.6.0-cp36-cp36m-linux_x86_64.whl
diff --git a/docs/source/cuda.html b/docs/source/cuda.html new file mode 100644 index 000000000..316e0f9ce --- /dev/null +++ b/docs/source/cuda.html @@ -0,0 +1,411 @@ +k2-1.24.3.dev20230718+cuda11.8.torch2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.8.torch2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.8.torch2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.8.torch2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.7.torch2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.7.torch2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.7.torch2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.7.torch2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.8.torch2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.8.torch2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.8.torch2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.8.torch2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.7.torch2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.7.torch2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.7.torch2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.7.torch2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.7.torch1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.7.torch1.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.7.torch1.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.7.torch1.13.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.7.torch1.13.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.6.torch1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.6.torch1.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.6.torch1.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.6.torch1.13.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.6.torch1.13.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.7.torch1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.7.torch1.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.7.torch1.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.7.torch1.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.7.torch1.13.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.6.torch1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.6.torch1.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.6.torch1.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.6.torch1.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.6.torch1.13.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.6.torch1.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.6.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.6.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.6.torch1.12.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda10.2.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda10.2.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.6.torch1.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.6.torch1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.6.torch1.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda11.6.torch1.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda10.2.torch1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda10.2.torch1.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda10.2.torch1.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda10.2.torch1.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda10.2.torch1.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda10.2.torch1.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda10.2.torch1.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda10.2.torch1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda10.2.torch1.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda10.2.torch1.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda10.2.torch1.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda10.2.torch1.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda10.2.torch1.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda10.2.torch1.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda10.2.torch1.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda10.2.torch1.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda10.2.torch1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda10.2.torch1.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda10.2.torch1.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda10.2.torch1.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda10.2.torch1.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230718+cuda10.2.torch1.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.12.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.12.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.12.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.12.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.12.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.12.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.12.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.11.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.11.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.11.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.10.2-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.10.2-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.10.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.10.2-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.10.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.10.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.10.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.10.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.10.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.10.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.8.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.8.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.8.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.7.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.7.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.7.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.7.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.7.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.6.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230717+cuda10.2.torch1.6.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230715+cuda10.2.torch1.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.8.torch2.0.1-cp311-cp311-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.8.torch2.0.1-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.8.torch2.0.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.8.torch2.0.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.7.torch2.0.1-cp311-cp311-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.7.torch2.0.1-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.7.torch2.0.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.7.torch2.0.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.8.torch2.0.0-cp311-cp311-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.8.torch2.0.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.8.torch2.0.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.7.torch2.0.0-cp311-cp311-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.7.torch2.0.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.7.torch2.0.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.7.torch2.0.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.7.torch1.13.1-cp311-cp311-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.7.torch1.13.1-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.7.torch1.13.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.7.torch1.13.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.7.torch1.13.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.6.torch1.13.1-cp311-cp311-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.6.torch1.13.1-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.6.torch1.13.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.6.torch1.13.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.6.torch1.13.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.7.torch1.13.0-cp311-cp311-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.7.torch1.13.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.7.torch1.13.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.7.torch1.13.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.7.torch1.13.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.6.torch1.13.0-cp311-cp311-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.6.torch1.13.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.6.torch1.13.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.6.torch1.13.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.6.torch1.13.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.6.torch1.12.1-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.6.torch1.12.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.6.torch1.12.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.6.torch1.12.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.3.torch1.12.1-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.3.torch1.12.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.3.torch1.12.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.3.torch1.12.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.6.torch1.12.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.6.torch1.12.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.6.torch1.12.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.6.torch1.12.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.3.torch1.12.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.3.torch1.12.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.3.torch1.12.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.3.torch1.12.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.5.torch1.11.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.5.torch1.11.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.5.torch1.11.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.5.torch1.11.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.3.torch1.11.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.3.torch1.11.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.3.torch1.11.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230524+cuda11.3.torch1.11.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.8.torch2.0.0-cp311-cp311-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.8.torch2.0.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.8.torch2.0.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.8.torch2.0.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.7.torch2.0.0-cp311-cp311-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.7.torch2.0.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.7.torch2.0.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.7.torch2.0.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.7.torch1.13.1-cp311-cp311-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.7.torch1.13.1-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.7.torch1.13.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.7.torch1.13.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.7.torch1.13.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.6.torch1.13.1-cp311-cp311-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.6.torch1.13.1-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.6.torch1.13.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.6.torch1.13.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.6.torch1.13.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.7.torch1.13.0-cp311-cp311-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.7.torch1.13.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.7.torch1.13.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.7.torch1.13.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.7.torch1.13.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.6.torch1.13.0-cp311-cp311-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.6.torch1.13.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.6.torch1.13.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.6.torch1.13.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.6.torch1.13.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.6.torch1.12.1-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.6.torch1.12.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.6.torch1.12.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.6.torch1.12.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.6.torch1.12.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.6.torch1.12.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.6.torch1.12.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.3.dev20230508+cuda11.6.torch1.12.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.2.dev20230508+cuda11.7.torch1.13.1-cp310-cp310-linux_x86_64.whl
+k2-1.24.2.dev20230508+cuda11.6.torch1.13.1-cp310-cp310-linux_x86_64.whl
+k2-1.24.2.dev20230508+cuda11.7.torch1.13.0-cp311-cp311-linux_x86_64.whl
+k2-1.24.2.dev20230508+cuda11.7.torch1.13.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.2.dev20230508+cuda11.7.torch1.13.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.2.dev20230508+cuda11.7.torch1.13.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.2.dev20230508+cuda11.7.torch1.13.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.2.dev20230508+cuda11.6.torch1.13.0-cp311-cp311-linux_x86_64.whl
+k2-1.24.2.dev20230508+cuda11.6.torch1.13.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.2.dev20230508+cuda11.6.torch1.13.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.2.dev20230508+cuda11.6.torch1.13.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.2.dev20230508+cuda11.6.torch1.12.1-cp310-cp310-linux_x86_64.whl
+k2-1.24.2.dev20230508+cuda11.6.torch1.12.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.2.dev20230508+cuda11.6.torch1.12.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.2.dev20230508+cuda11.6.torch1.12.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.2.dev20230508+cuda11.6.torch1.12.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.2.dev20230508+cuda11.6.torch1.12.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.2.dev20230508+cuda11.6.torch1.12.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.2.dev20230508+cuda11.6.torch1.12.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.8.torch2.0.0-cp311-cp311-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.8.torch2.0.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.8.torch2.0.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.8.torch2.0.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.7.torch2.0.0-cp311-cp311-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.7.torch2.0.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.7.torch2.0.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.7.torch2.0.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.7.torch1.13.1-cp311-cp311-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.7.torch1.13.1-cp310-cp310-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.7.torch1.13.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.7.torch1.13.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.7.torch1.13.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.6.torch1.13.1-cp311-cp311-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.6.torch1.13.1-cp310-cp310-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.6.torch1.13.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.6.torch1.13.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.6.torch1.13.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.7.torch1.13.0-cp311-cp311-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.7.torch1.13.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.7.torch1.13.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.7.torch1.13.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.7.torch1.13.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.6.torch1.13.0-cp311-cp311-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.6.torch1.13.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.6.torch1.13.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.6.torch1.13.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.6.torch1.13.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.6.torch1.12.1-cp310-cp310-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.6.torch1.12.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.6.torch1.12.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.6.torch1.12.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.6.torch1.12.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.6.torch1.12.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.6.torch1.12.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.1.dev20230430+cuda11.6.torch1.12.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.8.torch2.0.0-cp311-cp311-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.8.torch2.0.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.8.torch2.0.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.8.torch2.0.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.7.torch2.0.0-cp311-cp311-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.7.torch2.0.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.7.torch2.0.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.7.torch2.0.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.7.torch1.13.1-cp311-cp311-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.7.torch1.13.1-cp310-cp310-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.7.torch1.13.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.7.torch1.13.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.7.torch1.13.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.6.torch1.13.1-cp311-cp311-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.6.torch1.13.1-cp310-cp310-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.6.torch1.13.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.6.torch1.13.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.6.torch1.13.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.7.torch1.13.0-cp311-cp311-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.7.torch1.13.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.7.torch1.13.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.7.torch1.13.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.7.torch1.13.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.6.torch1.13.0-cp311-cp311-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.6.torch1.13.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.6.torch1.13.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.6.torch1.13.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.6.torch1.13.0-cp37-cp37m-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.6.torch1.12.1-cp310-cp310-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.6.torch1.12.1-cp39-cp39-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.6.torch1.12.1-cp38-cp38-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.6.torch1.12.1-cp37-cp37m-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.6.torch1.12.0-cp310-cp310-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.6.torch1.12.0-cp39-cp39-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.6.torch1.12.0-cp38-cp38-linux_x86_64.whl
+k2-1.24.0.dev20230427+cuda11.6.torch1.12.0-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230318+cuda11.8.torch2.0.0-cp311-cp311-linux_x86_64.whl
+k2-1.23.4.dev20230318+cuda11.8.torch2.0.0-cp310-cp310-linux_x86_64.whl
+k2-1.23.4.dev20230318+cuda11.8.torch2.0.0-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230318+cuda11.8.torch2.0.0-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230318+cuda11.7.torch2.0.0-cp311-cp311-linux_x86_64.whl
+k2-1.23.4.dev20230318+cuda11.7.torch2.0.0-cp310-cp310-linux_x86_64.whl
+k2-1.23.4.dev20230318+cuda11.7.torch2.0.0-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230318+cuda11.7.torch2.0.0-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.7.torch1.13.1-cp310-cp310-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.7.torch1.13.1-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.6.torch1.13.1-cp310-cp310-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.7.torch1.13.0-cp310-cp310-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.7.torch1.13.0-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.7.torch1.13.0-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.7.torch1.13.0-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.6.torch1.13.0-cp311-cp311-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.6.torch1.13.0-cp310-cp310-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.6.torch1.13.0-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.6.torch1.13.0-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.6.torch1.13.0-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.6.torch1.12.1-cp310-cp310-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.6.torch1.12.1-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.6.torch1.12.1-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.6.torch1.12.1-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.3.torch1.12.1-cp310-cp310-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.3.torch1.12.1-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.3.torch1.12.1-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.3.torch1.12.1-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.12.1-cp310-cp310-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.12.1-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.12.1-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.12.1-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.6.torch1.12.0-cp310-cp310-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.6.torch1.12.0-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.6.torch1.12.0-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.6.torch1.12.0-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.3.torch1.12.0-cp310-cp310-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.3.torch1.12.0-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.3.torch1.12.0-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.3.torch1.12.0-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.12.0-cp310-cp310-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.12.0-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.12.0-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.12.0-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.5.torch1.11.0-cp310-cp310-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.5.torch1.11.0-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.5.torch1.11.0-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.5.torch1.11.0-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.3.torch1.11.0-cp310-cp310-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.3.torch1.11.0-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.3.torch1.11.0-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.3.torch1.11.0-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.11.0-cp310-cp310-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.11.0-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.11.0-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.11.0-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.10.2-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.10.2-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.10.2-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.10.2-cp36-cp36m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.10.1-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.10.1-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.10.1-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.10.1-cp36-cp36m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.10.0-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.10.0-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.10.0-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.10.0-cp36-cp36m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.9.0-cp36-cp36m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.8.1-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.8.1-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.8.1-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.8.1-cp36-cp36m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.1.torch1.8.1-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.8.0-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.8.0-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.8.0-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.8.0-cp36-cp36m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.1.torch1.8.0-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.1.torch1.8.0-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.1.torch1.8.0-cp36-cp36m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.7.1-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.7.1-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.7.1-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.7.1-cp36-cp36m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.1.torch1.7.1-cp39-cp39-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.1.torch1.7.1-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.1.torch1.7.1-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.1.torch1.7.1-cp36-cp36m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.0.torch1.7.0-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.0.torch1.7.0-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda11.0.torch1.7.0-cp36-cp36m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.7.0-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.7.0-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.7.0-cp36-cp36m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.1.torch1.7.0-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.1.torch1.7.0-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.1.torch1.7.0-cp36-cp36m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.6.0-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.6.0-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.2.torch1.6.0-cp36-cp36m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.1.torch1.6.0-cp38-cp38-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.1.torch1.6.0-cp37-cp37m-linux_x86_64.whl
+k2-1.23.4.dev20230224+cuda10.1.torch1.6.0-cp36-cp36m-linux_x86_64.whl
diff --git a/docs/source/installation/conda.rst b/docs/source/installation/conda.rst deleted file mode 100644 index 9217774aa..000000000 --- a/docs/source/installation/conda.rst +++ /dev/null @@ -1,332 +0,0 @@ - -.. _install using conda: - -Install using conda (Linux/macOS) -================================= - -.. HINT:: - - Windows is currently not supported via conda install. - Please refer to :ref:`install k2 from source` - or :ref:`install using pip via k2-fsa.org` if you - want to install k2 on Windows. - -All you need is the following line - -.. code-block:: bash - - $ conda install -c k2-fsa -c pytorch -c nvidia k2 pytorch=1.13.0 pytorch-cuda=11.7 python=3.8 - -to install the **latest** k2 with Python 3.8, CUDA 11.7, and PyTorch 1.13.0. - -.. hint:: - - If you want to install PyTorch < 1.13, e.g., PyTorch 1.12.1, please use - - .. code-block:: bash - - $ conda install -c k2-fsa -c pytorch -c conda-forge k2 python=3.8 cudatoolkit=11.6 pytorch=1.12.1 - - to install the **latest** k2 with Python 3.8, CUDA 11.6, and PyTorch 1.12.1. - -.. hint:: - - The above command is just an example. You can choose other versions of Python, - cudatoolkit, and PyTorch as you want. For instance, - - .. code-block:: bash - - $ conda install -c k2-fsa -c pytorch -c conda-forge k2 python=3.9 cudatoolkit=11.6 pytorch=1.12.0 - - The above command installs k2 with Python 3.9, cudatoolkit 11.6, and PyTorch 1.12.0 - -To Install a CPU version, use: - -.. code-block:: bash - - conda install -c k2-fsa -c pytorch cpuonly k2 python=3.8 pytorch=1.13.0 - -We provide the following YouTube video showing how to install k2 via conda. - -.. note:: - - To get the latest news of `next-gen Kaldi `_, please subscribe - the following YouTube channel by `Nadira Povey `_: - - ``_ - -.. youtube:: HerxbUHs-V4 - -.. HINT:: - - If you encounter the following error:: - - ModuleNotFoundError: no module named graphviz - - Please run:: - - conda install -c anaconda graphviz - -Read the following if you want to learn more. - -Supported versions ------------------- - -.. |conda_python_versions| image:: ./images/python_ge_3.6-blue.svg - :alt: Supported python versions - -.. |conda_cuda_versions| image:: ./images/cuda_ge_10.1-orange.svg - :alt: Supported cuda versions - -.. |conda_pytorch_versions| image:: ./images/pytorch_ge_1.6.0-green.svg - :alt: Supported pytorch versions - -- |conda_python_versions| -- |conda_cuda_versions| -- |conda_pytorch_versions| - -The conda package ``k2`` is available from the channel ``k2-fsa``, so -you have to use ``-c k2-fsa`` or ``--channel k2-fsa`` for ``conda install``. - -It is recommended to specify the versions of Python, CUDA, and PyTorch while installing k2. -Supported versions are given in the above badges. - -Search for available versions ------------------------------ - -.. code-block:: bash - - conda search -c k2-fsa k2 - -lists the available versions. An example output is given below: - -.. code-block:: - - $ conda search -c k2-fsa k2 - Loading channels: done - # Name Version Build Channel - k2 0.3.3.dev20210509_cuda10.1 cuda10.1_py3.6_torch1.6.0 k2-fsa - k2 0.3.3.dev20210509_cuda10.1 cuda10.1_py3.6_torch1.7.0 k2-fsa - k2 0.3.3.dev20210509_cuda10.1 cuda10.1_py3.6_torch1.7.1 k2-fsa - (lots of lines are omitted) - k2 0.3.3.dev20210510_cuda11.0 cuda11.0_py3.6_torch1.7.1 k2-fsa - k2 0.3.3.dev20210510_cuda11.1 cuda11.1_py3.6_torch1.8.0 k2-fsa - k2 0.3.3.dev20210510_cuda11.1 cuda11.1_py3.6_torch1.8.1 k2-fsa - (lots of lines are omitted) - - -Detailed installation instructions ----------------------------------- - -To install k2, let's first create a virtual environment: - -.. code-block:: bash - - $ conda create -n foo python=3.7 - Collecting package metadata (current_repodata.json): done - Solving environment: done - - ## Package Plan ## - - environment location: /xxx/anaconda3/2020.11/envs/foo - - added / updated specs: - - python=3.7 - - - The following NEW packages will be INSTALLED: - - _libgcc_mutex pkgs/main/linux-64::_libgcc_mutex-0.1-main - ca-certificates pkgs/main/linux-64::ca-certificates-2021.4.13-h06a4308_1 - certifi pkgs/main/linux-64::certifi-2020.12.5-py37h06a4308_0 - ld_impl_linux-64 pkgs/main/linux-64::ld_impl_linux-64-2.33.1-h53a641e_7 - libffi pkgs/main/linux-64::libffi-3.3-he6710b0_2 - libgcc-ng pkgs/main/linux-64::libgcc-ng-9.1.0-hdf63c60_0 - libstdcxx-ng pkgs/main/linux-64::libstdcxx-ng-9.1.0-hdf63c60_0 - ncurses pkgs/main/linux-64::ncurses-6.2-he6710b0_1 - openssl pkgs/main/linux-64::openssl-1.1.1k-h27cfd23_0 - pip pkgs/main/linux-64::pip-21.0.1-py37h06a4308_0 - python pkgs/main/linux-64::python-3.7.10-hdb3f193_0 - readline pkgs/main/linux-64::readline-8.1-h27cfd23_0 - setuptools pkgs/main/linux-64::setuptools-52.0.0-py37h06a4308_0 - sqlite pkgs/main/linux-64::sqlite-3.35.4-hdfb4753_0 - tk pkgs/main/linux-64::tk-8.6.10-hbc83047_0 - wheel pkgs/main/noarch::wheel-0.36.2-pyhd3eb1b0_0 - xz pkgs/main/linux-64::xz-5.2.5-h7b6447c_0 - zlib pkgs/main/linux-64::zlib-1.2.11-h7b6447c_3 - - - Proceed ([y]/n)? y - - Preparing transaction: done - Verifying transaction: done - Executing transaction: done - # - # To activate this environment, use - # - # $ conda activate foo - # - # To deactivate an active environment, use - # - # $ conda deactivate - - -Second, activate the environment ``foo`` that we just created: - -.. code-block:: - - $ conda activate foo - (foo) $ - - -Third, determine the versions of Python, CUDA, and PyTorch you want to use. - -Assuming you want to use Python 3.8, CUDA 11.1, and PyTorch 1.8.1. Then you can use -the following command to install k2: - -.. code-block:: - - (foo) $ conda install -c k2-fsa -c pytorch -c conda-forge k2 python=3.8 cudatoolkit=11.1 pytorch=1.8.1 - -.. caution:: - - You have to specify ``-c k2-fsa -c pytorch -c conda-forge``. Otherwise, the installation will fail. - - - ``-c k2-fsa`` tells conda where to find ``k2``. - - ``-c pytorch`` tells conda where to find ``pytorch=1.8.1`` - - ``-c conda-forge`` tells conda where to find ``cudatoolkit=11.1`` - -The output of the above command is: - -.. code-block:: bash - - (foo) $ conda install -c k2-fsa -c pytorch -c conda-forge k2 python=3.8 cudatoolkit=11.1 pytorch=1.8.1 - Collecting package metadata (current_repodata.json): done - Solving environment: done - - ## Package Plan ## - - environment location: /xxx/anaconda3/2020.11/envs/foo - - added / updated specs: - - cudatoolkit=11.1 - - k2 - - python=3.8 - - pytorch=1.8.1 - - - The following packages will be downloaded: - - package | build - ---------------------------|----------------- - cudatoolkit-11.1.1 | h6406543_8 1.20 GB conda-forge - k2-0.3.3.dev20210509_cuda11.1|cuda11.1_py3.8_torch1.8.1 61.4 MB k2-fsa - pytorch-1.8.1 |py3.8_cuda11.1_cudnn8.0.5_0 1.27 GB pytorch - ------------------------------------------------------------ - Total: 2.54 GB - - The following NEW packages will be INSTALLED: - - _openmp_mutex conda-forge/linux-64::_openmp_mutex-4.5-1_llvm - blas pkgs/main/linux-64::blas-1.0-mkl - cudatoolkit conda-forge/linux-64::cudatoolkit-11.1.1-h6406543_8 - k2 k2-fsa/linux-64::k2-0.3.3.dev20210509_cuda11.1-cuda11.1_py3.8_torch1.8.1 - libuv conda-forge/linux-64::libuv-1.41.0-h7f98852_0 - llvm-openmp conda-forge/linux-64::llvm-openmp-11.1.0-h4bd325d_1 - mkl conda-forge/linux-64::mkl-2020.4-h726a3e6_304 - mkl-service conda-forge/linux-64::mkl-service-2.3.0-py38h1e0a361_2 - mkl_fft conda-forge/linux-64::mkl_fft-1.3.0-py38h5c078b8_1 - mkl_random conda-forge/linux-64::mkl_random-1.2.0-py38hc5bc63f_1 - ninja conda-forge/linux-64::ninja-1.10.2-h4bd325d_0 - numpy pkgs/main/linux-64::numpy-1.19.2-py38h54aff64_0 - numpy-base pkgs/main/linux-64::numpy-base-1.19.2-py38hfa32c7d_0 - python_abi conda-forge/linux-64::python_abi-3.8-1_cp38 - pytorch pytorch/linux-64::pytorch-1.8.1-py3.8_cuda11.1_cudnn8.0.5_0 - six conda-forge/noarch::six-1.16.0-pyh6c4a22f_0 - typing_extensions conda-forge/noarch::typing_extensions-3.7.4.3-py_0 - - The following packages will be UPDATED: - - certifi pkgs/main::certifi-2020.12.5-py37h06a~ --> conda-forge::certifi-2020.12.5-py38h578d9bd_1 - libgcc-ng pkgs/main::libgcc-ng-9.1.0-hdf63c60_0 --> conda-forge::libgcc-ng-9.3.0-h2828fa1_19 - libstdcxx-ng pkgs/main::libstdcxx-ng-9.1.0-hdf63c6~ --> conda-forge::libstdcxx-ng-9.3.0-h6de172a_19 - pip pkgs/main/linux-64::pip-21.0.1-py37h0~ --> conda-forge/noarch::pip-21.1.1-pyhd8ed1ab_0 - python 3.7.10-hdb3f193_0 --> 3.8.8-hdb3f193_5 - - The following packages will be SUPERSEDED by a higher-priority channel: - - _libgcc_mutex pkgs/main::_libgcc_mutex-0.1-main --> conda-forge::_libgcc_mutex-0.1-conda_forge - ca-certificates pkgs/main::ca-certificates-2021.4.13-~ --> conda-forge::ca-certificates-2020.12.5-ha878542_0 - openssl pkgs/main::openssl-1.1.1k-h27cfd23_0 --> conda-forge::openssl-1.1.1k-h7f98852_0 - setuptools pkgs/main::setuptools-52.0.0-py37h06a~ --> conda-forge::setuptools-49.6.0-py38h578d9bd_3 - - - Proceed ([y]/n)? y - - - Downloading and Extracting Packages - k2-0.3.3.dev20210509 | 61.4 MB | ############################################################################################ | 100% - pytorch-1.8.1 | 1.27 GB | ############################################################################################ | 100% - cudatoolkit-11.1.1 | 1.20 GB | ############################################################################################ | 100% - Preparing transaction: done - Verifying transaction: done - Executing transaction: - By downloading and using the CUDA Toolkit conda packages, you accept the terms and conditions of the CUDA End - User License Agreement (EULA): https://docs.nvidia.com/cuda/eula/index.html - - done - -To verify that k2 is installed successfully, use: - -.. code-block:: bash - - (foo) $ python3 -m k2.version - -It should print something like the following: - -.. code-block:: bash - - (foo) $ python3 -m k2.version - /xxx/anaconda3/2020.11/envs/foo/lib/python3.8/runpy.py:127: RuntimeWarning: 'k2.version' found in sys.modules after import of package 'k2', but prior to execution of 'k2.version'; this may result in unpredictable behaviour - warn(RuntimeWarning(msg)) - Collecting environment information... - - k2 version: 0.3.3 - Build type: Release - Git SHA1: 397b5b154d93b82eb58bc2eee11ca835b5aa138c - Git date: Sun May 9 06:38:52 2021 - Cuda used to build k2: 11.1 - cuDNN used to build k2: 8.0.5 - Python version used to build k2: 3.8 - OS used to build k2: Ubuntu 16.04.7 LTS - CMake version: 3.18.4 - GCC version: 5.5.0 - CMAKE_CUDA_FLAGS: --expt-extended-lambda -gencode arch=compute_35,code=sm_35 --expt-extended-lambda -gencode arch=compute_50,code=sm_50 --expt-extended-lambda -gencode arch=compute_60,code=sm_60 --expt-extended-lambda -gencode arch=compute_61,code=sm_61 --expt-extended-lambda -gencode arch=compute_70,code=sm_70 --expt-extended-lambda -gencode arch=compute_75,code=sm_75 -D_GLIBCXX_USE_CXX11_ABI=0 --compiler-options -Wall --compiler-options -Wno-unknown-pragmas - CMAKE_CXX_FLAGS: -D_GLIBCXX_USE_CXX11_ABI=0 - PyTorch version used to build k2: 1.8.1 - PyTorch is using Cuda: 11.1 - NVTX enabled: True - Disable debug: True - Sync kernels : False - Disable checks: False - -The following code verifies that you can create an example FSA with k2: - -.. code-block:: bash - - (foo) $ python3 - Python 3.8.8 (default, Apr 13 2021, 19:58:26) - [GCC 7.3.0] :: Anaconda, Inc. on linux - Type "help", "copyright", "credits" or "license" for more information. - >>> import k2 - >>> s = ''' - ... 0 1 -1 0.1 - ... 1 - ... ''' - >>> fsa = k2.Fsa.from_str(s) - >>> fsa.draw('hello.svg', title='hello') - - -.. figure:: images/hello.svg - :align: center - -Congratulations! You have installed k2 successfully. diff --git a/docs/source/installation/faqs.rst b/docs/source/installation/faqs.rst index 72ac8d461..909097dd7 100644 --- a/docs/source/installation/faqs.rst +++ b/docs/source/installation/faqs.rst @@ -196,6 +196,6 @@ environment variable ``LD_LIBRARY_PATH``. /usr/bin/ld: cannot find -lPYTHON_LIBRARY-NOTFOUND -------------------------------------------------- -Please see ``. +Please see ``_. diff --git a/docs/source/installation/from_source.rst b/docs/source/installation/from_source.rst index 349c9a554..75af6bd58 100644 --- a/docs/source/installation/from_source.rst +++ b/docs/source/installation/from_source.rst @@ -21,29 +21,14 @@ Install from source of PyTorch; otherwise, you will get a CMake configuration error, saying that cuDNN cannot be found. -The following versions of Python, CUDA, and PyTorch are known to work. - - - |source_python_versions| - - |source_cuda_versions| - - |source_pytorch_versions| - -.. |source_python_versions| image:: ./images/python_ge_3.6-blue.svg - :alt: Supported python versions - -.. |source_cuda_versions| image:: ./images/cuda_ge_10.1-orange.svg - :alt: Supported cuda versions - -.. |source_pytorch_versions| image:: ./images/pytorch_ge_1.6.0-green.svg - :alt: Supported pytorch versions - Before compiling k2, some preparation work has to be done: - Have a compiler supporting at least C++14, e.g., GCC >= 7.0, Clang >= 3.4. - Install CMake. CMake 3.11.0 and 3.18.0 are known to work. - - Install Python3. + - Install Python3. Please pass ``--enabled-shared`` to ``./configure`` if you install + Python from source. - Install PyTorch. - - Install CUDA toolkit and cuDNN. - + - Install CUDA toolkit and cuDNN. Please refer to :ref:`cuda_and_cudnn`. .. hint:: diff --git a/docs/source/installation/from_wheels.rst b/docs/source/installation/from_wheels.rst new file mode 100644 index 000000000..2555c0774 --- /dev/null +++ b/docs/source/installation/from_wheels.rst @@ -0,0 +1,111 @@ +From pre-compiled wheels (recommended) +====================================== + +We provide pre-compiled wheels for the following platforms: + + +.. toctree:: + :maxdepth: 1 + + ./pre-compiled-cpu-wheels-linux/index.rst + ./pre-compiled-cuda-wheels-linux/index.rst + ./pre-compiled-cpu-wheels-macos/index.rst + ./pre-compiled-cpu-wheels-windows/index.rst + +We recommend that you use this approach to install `k2`_. + +We provide several examples below to show you how to install `k2`_ + +Linux (CPU) example +^^^^^^^^^^^^^^^^^^^^ + +Suppose that we want to install the following wheel + +.. code-block:: + + 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 + +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 k2==1.24.3.dev20230719+cpu.torch2.0.1 -f https://k2-fsa.github.io/k2/cuda.html + + # method 2 + pip install torch==2.0.1+cpu -f https://download.pytorch.org/whl/torch_stable.html + 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 + pip install ./k2-1.24.3.dev20230719+cpu.torch2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + + +macOS (CPU) example +^^^^^^^^^^^^^^^^^^^^ + +Suppose we want to use the following wheel: + +.. code-block:: + + https://huggingface.co/csukuangfj/k2/resolve/main/macos/k2-1.24.3.dev20230720+cpu.torch2.0.1-cp38-cp38-macosx_10_9_x86_64.whl + +we can use the following methods: + +.. code-block:: bash + + # method 1 + pip install torch==2.0.1 + pip install k2==1.24.3.dev20230720+cpu.torch2.0.1 + + # method 2 + pip install torch==2.0.1 + wget https://huggingface.co/csukuangfj/k2/resolve/main/macos/k2-1.24.3.dev20230720+cpu.torch2.0.1-cp38-cp38-macosx_10_9_x86_64.whl + pip install ./k2-1.24.3.dev20230720+cpu.torch2.0.1-cp38-cp38-macosx_10_9_x86_64.whl + +Windows (CPU) example +^^^^^^^^^^^^^^^^^^^^ + +Suppose we want to install the following wheel + +.. code-block:: + + https://huggingface.co/csukuangfj/k2/resolve/main/windows-cpu/k2-1.24.3.dev20230720+cpu.torch2.0.1-cp38-cp38-win_amd64.whl + +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 k2==1.24.3.dev20230720+cpu.torch2.0.1 + + # method 2 + pip install torch==2.0.1+cpu -f https://download.pytorch.org/whl/torch_stable.html + wget https://huggingface.co/csukuangfj/k2/resolve/main/windows-cpu/k2-1.24.3.dev20230720+cpu.torch2.0.1-cp38-cp38-win_amd64.whl + pip install k2-1.24.3.dev20230720+cpu.torch2.0.1-cp38-cp38-win_amd64.whl + +.. hint:: + + If you want to build `k2`_ with CUDA support on Windows, please consider compiling + `k2`_ from source. + +Linux (CUDA) example +^^^^^^^^^^^^^^^^^^^^ + +Suppose we want to install + +.. code-block:: bash + + 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 + +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 k2==1.24.3.dev20230718+cuda11.7.torch2.0.1 + + # method 2 + pip install torch==2.0.1+cu117 -f https://download.pytorch.org/whl/torch_stable.html + 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 + pip install ./k2-1.24.3.dev20230718+cuda11.7.torch2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl diff --git a/docs/source/installation/index.rst b/docs/source/installation/index.rst index c3631aff1..542749865 100644 --- a/docs/source/installation/index.rst +++ b/docs/source/installation/index.rst @@ -1,89 +1,19 @@ Installation ============ -.. HINT:: - - You don't need GPUs to build, install, and run k2. - We provide the following approaches to install k2. You can choose any of them that is appropriate for you. -Available versions of Python, CUDA, and PyTorch of different approaches are listed -below: - - - From conda (**recommended**) - - - |conda_python_versions| - - |conda_cuda_versions| - - |conda_pytorch_versions| - - - From pip (k2-fsa.org) - - - |pip_python_versions| - - |pip_cuda_versions| - - |pip_pytorch_versions| - - - From pypi (pypi.org) - - - |pypi_python_versions| - - |pypi_cuda_versions| - - |pypi_pytorch_versions| - - - From source (**for advanced users**) - - - |source_python_versions| - - |source_cuda_versions| - - |source_pytorch_versions| .. toctree:: :maxdepth: 1 - cuda-cudnn.rst - ./pre-compiled-cpu-wheels-linux/index.rst - ./pre-compiled-cuda-wheels-linux/index.rst - conda - pip - pip_pypi + from_wheels from_source for_developers + cuda-cudnn.rst faqs -.. |conda_python_versions| image:: ./images/python_ge_3.6-blue.svg - :alt: Supported python versions - -.. |conda_cuda_versions| image:: ./images/cuda_ge_10.1-orange.svg - :alt: Supported cuda versions - -.. |conda_pytorch_versions| image:: ./images/pytorch_ge_1.6.0-green.svg - :alt: Supported pytorch versions - -.. |pip_python_versions| image:: ./images/python_ge_3.6-blue.svg - :alt: Supported python versions - -.. |pip_cuda_versions| image:: ./images/cuda_ge_10.1-orange.svg - :alt: Supported cuda versions - -.. |pip_pytorch_versions| image:: ./images/pytorch_ge_1.6.0-green.svg - :alt: Supported pytorch versions - -.. |pypi_python_versions| image:: ./images/pypi_python-3.6_3.7_3.8-blue.svg - :alt: Supported python versions - -.. |pypi_cuda_versions| image:: ./images/pypi_cuda-10.1-orange.svg - :alt: Supported cuda versions - -.. |pypi_pytorch_versions| image:: ./images/pypi_pytorch-1.7.1-green.svg - :alt: Supported pytorch versions - -.. |source_python_versions| image:: ./images/python_ge_3.6-blue.svg - :alt: Supported python versions - -.. |source_cuda_versions| image:: ./images/cuda_ge_10.1-orange.svg - :alt: Supported cuda versions - -.. |source_pytorch_versions| image:: ./images/pytorch_ge_1.6.0-green.svg - :alt: Supported pytorch versions - Reporting issues ---------------- diff --git a/docs/source/installation/pip.rst b/docs/source/installation/pip.rst deleted file mode 100644 index 65447e32b..000000000 --- a/docs/source/installation/pip.rst +++ /dev/null @@ -1,126 +0,0 @@ -.. _install using pip via k2-fsa.org: - -Install using pip (k2-fsa.org) -============================== - -.. |pip_python_versions| image:: ./images/python_ge_3.6-blue.svg - :alt: Supported python versions - -.. |pip_cuda_versions| image:: ./images/cuda_ge_10.1-orange.svg - :alt: Supported cuda versions - -.. |pip_pytorch_versions| image:: ./images/pytorch_ge_1.6.0-green.svg - :alt: Supported pytorch versions - -You can find a list of nightly pre-built -wheel packages at ``_ with the following -versions of Python, CUDA, and PyTorch. - - - |pip_python_versions| - - |pip_cuda_versions| - - |pip_pytorch_versions| - -.. caution:: - - We assume that you have installed cudatoolkit. - If not, please install them before proceeding. - -.. hint:: - - See also :ref:`install using conda`. It installs all the dependencies for you - automagically. You don't need to pre-install PyTorch and cudatoolkit when using - ``conda install``. - -The following commands install k2 with different versions of CUDA and PyTorch: - -.. code-block:: bash - - # Install k2 1.8 with CUDA 10.1 built on 20210916 - # - # You don't need to specifiy the Python version - # - pip install k2==1.8.dev20210916+cuda10.1.torch1.7.1 -f https://k2-fsa.org/nightly/ - - # Install k2 1.8 with CUDA 10.2 built on 20210916 - # - # - pip install k2==1.8.dev20210916+cuda10.2.torch1.7.1 -f https://k2-fsa.org/nightly/ - - # Install k2 1.8 with CUDA 11.0 built on 20210916 - # - pip install k2==1.8.dev20210916+cuda11.0.torch1.7.1 -f https://k2-fsa.org/nightly/ - - # Please always select the latest version. That is, the version - # with the latest date. - -To install a version for CPU only, please use: - -.. code-block:: bash - - # Install a CPU version compiled against PyTorch 1.8.1 on 2021.10.22 - # - pip install k2==1.9.dev20211022+cpu.torch1.8.1 -f https://k2-fsa.org/nightly/ - - # Install a CPU version compiled against PyTorch 1.9.0 on 2021.10.22 - # - pip install k2==1.9.dev20211022+cpu.torch1.9.0 -f https://k2-fsa.org/nightly/ - - # Please visit https://k2-fsa.org/nightly/ for more versions of k2 - -.. Caution:: - - We only provide pre-compiled versions of k2 with torch 1.7.1. If you need - other versions of PyTorch, please consider one of the following alternatives - to install k2: - - - :ref:`install using conda` - - :ref:`install k2 from source` - -The following is the log for installing k2: - -.. code-block:: - - $ pip install k2==1.8.dev20210916+cuda10.1.torch1.7.1 -f https://k2-fsa.org/nightly - - Looking in links: https://k2-fsa.org/nightly - Collecting k2==1.8.dev20210916+cuda10.1.torch1.7.1 - Downloading https://k2-fsa.org/nightly/whl/k2-1.8.dev20210916%2Bcuda10.1.torch1.7.1-cp38-cp38-linux_x86_64.whl (77.7 MB) - |________________________________| 77.7 MB 1.6 MB/s - Collecting torch==1.7.1 - Using cached torch-1.7.1-cp38-cp38-manylinux1_x86_64.whl (776.8 MB) - Collecting graphviz - Using cached graphviz-0.17-py3-none-any.whl (18 kB) - Collecting typing-extensions - Downloading typing_extensions-3.10.0.2-py3-none-any.whl (26 kB) - Collecting numpy - Using cached numpy-1.21.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.8 MB) - Installing collected packages: typing-extensions, numpy, torch, graphviz, k2 - Successfully installed graphviz-0.17 k2-1.8.dev20210916+cuda10.1.torch1.7.1 numpy-1.21.2 torch-1.7.1 typing-extensions-3.10.0.2 - -To verify that k2 is installed successfully, run: - -.. code-block:: - - $ python3 -m k2.version - - k2 version: 1.8 - Build type: Release - Git SHA1: 646704e142438bcd1aaf4a6e32d95e5ccd93a174 - Git date: Thu Sep 16 13:05:12 2021 - Cuda used to build k2: 10.1 - cuDNN used to build k2: 8.0.2 - Python version used to build k2: 3.8 - OS used to build k2: Ubuntu 18.04.5 LTS - CMake version: 3.21.2 - GCC version: 7.5.0 - CMAKE_CUDA_FLAGS: --expt-extended-lambda -gencode arch=compute_35,code=sm_35 --expt-extended-lambda -gencode arch=compute_50,code=sm_50 --expt-extended-lambda -gencode arch=compute_60,code=sm_60 --expt-extended-lambda -gencode arch=compute_61,code=sm_61 --expt-extended-lambda -gencode arch=compute_70,code=sm_70 --expt-extended-lambda -gencode arch=compute_75,code=sm_75 -D_GLIBCXX_USE_CXX11_ABI=0 --compiler-options -Wall --compiler-options -Wno-unknown-pragmas --compiler-options -Wno-strict-overflow - CMAKE_CXX_FLAGS: -D_GLIBCXX_USE_CXX11_ABI=0 -Wno-strict-overflow - PyTorch version used to build k2: 1.7.1+cu101 - PyTorch is using Cuda: 10.1 - NVTX enabled: True - With CUDA: True - Disable debug: True - Sync kernels : False - Disable checks: False - -Congratulations! You have installed k2 successfully. diff --git a/docs/source/installation/pip_pypi.rst b/docs/source/installation/pip_pypi.rst deleted file mode 100644 index ad8459fc8..000000000 --- a/docs/source/installation/pip_pypi.rst +++ /dev/null @@ -1,44 +0,0 @@ -Install using pip (pypi.org) -============================ - - -``k2`` on PyPI supports the following versions of Python, CUDA, and PyTorch: - - - 3.7 <= Python <= 3.11 - - cuda == 11.7 - - torch == 1.13.1 - -.. caution:: - - We assume that you have installed cudatoolkit. - If not, please install them before proceeding. - -.. hint:: - - See also :ref:`install using conda`. It installs all the dependencies for you - automagically. You don't need to pre-install PyTorch and cudatoolkit when using - ``conda install``. - -The following command installs ``k2`` from PyPI: - -.. code-block:: bash - - pip install k2 - -.. Caution:: - - The wheel packages on PyPI are built using `torch==1.13.1+cu117` on Ubuntu 20.04. - If you are using other Linux systems or a different PyTorch version, the - pre-built wheel packages may NOT work on your system, please consider one of - the following alternatives to install k2: - - - :ref:`install using conda` - - :ref:`install k2 from source` - -To verify that ``k2`` is installed successfully, run: - -.. code-block:: - - $ python3 -m k2.version - -Congratulations! You have installed ``k2`` successfully. diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.10.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.10.0.rst new file mode 100644 index 000000000..0e3f5bad9 --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.10.0.rst @@ -0,0 +1,8 @@ +torch 1.10.0 +============ + + +- `k2-1.24.3.dev20230720+cpu.torch1.10.0-cp39-cp39-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.10.0-cp38-cp38-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.10.0-cp37-cp37m-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.10.0-cp36-cp36m-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.10.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.10.1.rst new file mode 100644 index 000000000..787989c1d --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.10.1.rst @@ -0,0 +1,8 @@ +torch 1.10.1 +============ + + +- `k2-1.24.3.dev20230720+cpu.torch1.10.1-cp39-cp39-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.10.1-cp38-cp38-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.10.1-cp37-cp37m-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.10.1-cp36-cp36m-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.10.2.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.10.2.rst new file mode 100644 index 000000000..2d398ff95 --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.10.2.rst @@ -0,0 +1,8 @@ +torch 1.10.2 +============ + + +- `k2-1.24.3.dev20230720+cpu.torch1.10.2-cp39-cp39-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.10.2-cp38-cp38-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.10.2-cp37-cp37m-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.10.2-cp36-cp36m-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.11.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.11.0.rst new file mode 100644 index 000000000..45250f74a --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.11.0.rst @@ -0,0 +1,8 @@ +torch 1.11.0 +============ + + +- `k2-1.24.3.dev20230720+cpu.torch1.11.0-cp310-cp310-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.11.0-cp39-cp39-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.11.0-cp38-cp38-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.11.0-cp37-cp37m-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.12.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.12.0.rst new file mode 100644 index 000000000..8c9d039c7 --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.12.0.rst @@ -0,0 +1,8 @@ +torch 1.12.0 +============ + + +- `k2-1.24.3.dev20230720+cpu.torch1.12.0-cp310-cp310-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.12.0-cp39-cp39-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.12.0-cp38-cp38-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.12.0-cp37-cp37m-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.12.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.12.1.rst new file mode 100644 index 000000000..9d36286b0 --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.12.1.rst @@ -0,0 +1,8 @@ +torch 1.12.1 +============ + + +- `k2-1.24.3.dev20230720+cpu.torch1.12.1-cp310-cp310-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.12.1-cp39-cp39-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.12.1-cp38-cp38-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.12.1-cp37-cp37m-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.13.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.13.0.rst new file mode 100644 index 000000000..5108380df --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.13.0.rst @@ -0,0 +1,8 @@ +torch 1.13.0 +============ + + +- `k2-1.24.3.dev20230720+cpu.torch1.13.0-cp310-cp310-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.13.0-cp39-cp39-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.13.0-cp38-cp38-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.13.0-cp37-cp37m-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.13.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.13.1.rst new file mode 100644 index 000000000..a975ee35a --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.13.1.rst @@ -0,0 +1,8 @@ +torch 1.13.1 +============ + + +- `k2-1.24.3.dev20230720+cpu.torch1.13.1-cp310-cp310-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.13.1-cp39-cp39-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.13.1-cp38-cp38-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.13.1-cp37-cp37m-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.6.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.6.0.rst new file mode 100644 index 000000000..1b6557818 --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.6.0.rst @@ -0,0 +1,7 @@ +torch 1.6.0 +=========== + + +- `k2-1.24.3.dev20230720+cpu.torch1.6.0-cp38-cp38-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.6.0-cp37-cp37m-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.6.0-cp36-cp36m-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.7.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.7.0.rst new file mode 100644 index 000000000..745b6ca21 --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.7.0.rst @@ -0,0 +1,7 @@ +torch 1.7.0 +=========== + + +- `k2-1.24.3.dev20230720+cpu.torch1.7.0-cp38-cp38-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.7.0-cp37-cp37m-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.7.0-cp36-cp36m-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.7.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.7.1.rst new file mode 100644 index 000000000..36c9bb861 --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.7.1.rst @@ -0,0 +1,8 @@ +torch 1.7.1 +=========== + + +- `k2-1.24.3.dev20230720+cpu.torch1.7.1-cp39-cp39-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.7.1-cp38-cp38-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.7.1-cp37-cp37m-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.7.1-cp36-cp36m-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.8.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.8.0.rst new file mode 100644 index 000000000..ffa6b9be1 --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.8.0.rst @@ -0,0 +1,8 @@ +torch 1.8.0 +=========== + + +- `k2-1.24.3.dev20230720+cpu.torch1.8.0-cp39-cp39-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.8.0-cp38-cp38-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.8.0-cp37-cp37m-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.8.0-cp36-cp36m-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.8.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.8.1.rst new file mode 100644 index 000000000..bdab170fc --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.8.1.rst @@ -0,0 +1,8 @@ +torch 1.8.1 +=========== + + +- `k2-1.24.3.dev20230720+cpu.torch1.8.1-cp39-cp39-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.8.1-cp38-cp38-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.8.1-cp37-cp37m-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.8.1-cp36-cp36m-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.9.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.9.0.rst new file mode 100644 index 000000000..58618dcb3 --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.9.0.rst @@ -0,0 +1,8 @@ +torch 1.9.0 +=========== + + +- `k2-1.24.3.dev20230720+cpu.torch1.9.0-cp39-cp39-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.9.0-cp38-cp38-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.9.0-cp37-cp37m-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.9.0-cp36-cp36m-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.9.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.9.1.rst new file mode 100644 index 000000000..0becdecac --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.9.1.rst @@ -0,0 +1,8 @@ +torch 1.9.1 +=========== + + +- `k2-1.24.3.dev20230720+cpu.torch1.9.1-cp39-cp39-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.9.1-cp38-cp38-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.9.1-cp37-cp37m-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.9.1-cp36-cp36m-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/2.0.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/2.0.0.rst new file mode 100644 index 000000000..6fba7862f --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-macos/2.0.0.rst @@ -0,0 +1,8 @@ +torch 2.0.0 +=========== + + +- `k2-1.24.3.dev20230720+cpu.torch2.0.0-cp311-cp311-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch2.0.0-cp310-cp310-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch2.0.0-cp39-cp39-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch2.0.0-cp38-cp38-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/2.0.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/2.0.1.rst new file mode 100644 index 000000000..6f36ae920 --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-macos/2.0.1.rst @@ -0,0 +1,8 @@ +torch 2.0.1 +=========== + + +- `k2-1.24.3.dev20230720+cpu.torch2.0.1-cp311-cp311-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch2.0.1-cp310-cp310-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch2.0.1-cp39-cp39-macosx_10_9_x86_64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch2.0.1-cp38-cp38-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/index.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/index.rst new file mode 100644 index 000000000..9e708d71d --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-macos/index.rst @@ -0,0 +1,26 @@ +Pre-compiled CPU wheels (macOS) +=============================== + +This page describes pre-compiled ``CPU`` wheels for `k2`_ on macOS. + +.. toctree:: + :maxdepth: 2 + + ./2.0.1.rst + ./2.0.0.rst + ./1.13.1.rst + ./1.13.0.rst + ./1.12.1.rst + ./1.12.0.rst + ./1.11.0.rst + ./1.10.2.rst + ./1.10.1.rst + ./1.10.0.rst + ./1.9.1.rst + ./1.9.0.rst + ./1.8.1.rst + ./1.8.0.rst + ./1.7.1.rst + ./1.7.0.rst + ./1.6.0.rst + \ No newline at end of file diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.0.rst new file mode 100644 index 000000000..7acb53ce7 --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.0.rst @@ -0,0 +1,8 @@ +torch 1.10.0 +============ + + +- `k2-1.24.3.dev20230720+cpu.torch1.10.0-cp39-cp39-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.10.0-cp38-cp38-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.10.0-cp37-cp37m-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.10.0-cp36-cp36m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.1.rst new file mode 100644 index 000000000..ae13e1a17 --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.1.rst @@ -0,0 +1,8 @@ +torch 1.10.1 +============ + + +- `k2-1.24.3.dev20230720+cpu.torch1.10.1-cp39-cp39-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.10.1-cp38-cp38-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.10.1-cp37-cp37m-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.10.1-cp36-cp36m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.2.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.2.rst new file mode 100644 index 000000000..eebd6ba14 --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.2.rst @@ -0,0 +1,8 @@ +torch 1.10.2 +============ + + +- `k2-1.24.3.dev20230720+cpu.torch1.10.2-cp39-cp39-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.10.2-cp38-cp38-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.10.2-cp37-cp37m-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.10.2-cp36-cp36m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.11.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.11.0.rst new file mode 100644 index 000000000..75a0f865f --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.11.0.rst @@ -0,0 +1,8 @@ +torch 1.11.0 +============ + + +- `k2-1.24.3.dev20230720+cpu.torch1.11.0-cp310-cp310-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.11.0-cp39-cp39-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.11.0-cp38-cp38-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.11.0-cp37-cp37m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.12.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.12.0.rst new file mode 100644 index 000000000..9024aa153 --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.12.0.rst @@ -0,0 +1,8 @@ +torch 1.12.0 +============ + + +- `k2-1.24.3.dev20230720+cpu.torch1.12.0-cp310-cp310-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.12.0-cp39-cp39-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.12.0-cp38-cp38-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.12.0-cp37-cp37m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.12.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.12.1.rst new file mode 100644 index 000000000..62b09301d --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.12.1.rst @@ -0,0 +1,8 @@ +torch 1.12.1 +============ + + +- `k2-1.24.3.dev20230720+cpu.torch1.12.1-cp310-cp310-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.12.1-cp39-cp39-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.12.1-cp38-cp38-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.12.1-cp37-cp37m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.13.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.13.0.rst new file mode 100644 index 000000000..57a1e5ebe --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.13.0.rst @@ -0,0 +1,8 @@ +torch 1.13.0 +============ + + +- `k2-1.24.3.dev20230720+cpu.torch1.13.0-cp310-cp310-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.13.0-cp39-cp39-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.13.0-cp38-cp38-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.13.0-cp37-cp37m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.13.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.13.1.rst new file mode 100644 index 000000000..b3b6bfb1d --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.13.1.rst @@ -0,0 +1,8 @@ +torch 1.13.1 +============ + + +- `k2-1.24.3.dev20230720+cpu.torch1.13.1-cp310-cp310-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.13.1-cp39-cp39-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.13.1-cp38-cp38-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.13.1-cp37-cp37m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.6.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.6.0.rst new file mode 100644 index 000000000..b0e355f13 --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.6.0.rst @@ -0,0 +1,7 @@ +torch 1.6.0 +=========== + + +- `k2-1.24.3.dev20230720+cpu.torch1.6.0-cp38-cp38-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.6.0-cp37-cp37m-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.6.0-cp36-cp36m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.7.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.7.0.rst new file mode 100644 index 000000000..21c1a5bab --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.7.0.rst @@ -0,0 +1,7 @@ +torch 1.7.0 +=========== + + +- `k2-1.24.3.dev20230720+cpu.torch1.7.0-cp38-cp38-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.7.0-cp37-cp37m-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.7.0-cp36-cp36m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.7.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.7.1.rst new file mode 100644 index 000000000..f4c54d503 --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.7.1.rst @@ -0,0 +1,8 @@ +torch 1.7.1 +=========== + + +- `k2-1.24.3.dev20230720+cpu.torch1.7.1-cp39-cp39-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.7.1-cp38-cp38-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.7.1-cp37-cp37m-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.7.1-cp36-cp36m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.8.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.8.0.rst new file mode 100644 index 000000000..4c226f708 --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.8.0.rst @@ -0,0 +1,8 @@ +torch 1.8.0 +=========== + + +- `k2-1.24.3.dev20230720+cpu.torch1.8.0-cp39-cp39-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.8.0-cp38-cp38-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.8.0-cp37-cp37m-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.8.0-cp36-cp36m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.8.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.8.1.rst new file mode 100644 index 000000000..6756e97c5 --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.8.1.rst @@ -0,0 +1,8 @@ +torch 1.8.1 +=========== + + +- `k2-1.24.3.dev20230720+cpu.torch1.8.1-cp39-cp39-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.8.1-cp38-cp38-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.8.1-cp37-cp37m-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.8.1-cp36-cp36m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.9.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.9.0.rst new file mode 100644 index 000000000..a257f1dea --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.9.0.rst @@ -0,0 +1,8 @@ +torch 1.9.0 +=========== + + +- `k2-1.24.3.dev20230720+cpu.torch1.9.0-cp39-cp39-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.9.0-cp38-cp38-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.9.0-cp37-cp37m-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.9.0-cp36-cp36m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.9.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.9.1.rst new file mode 100644 index 000000000..fee16707f --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.9.1.rst @@ -0,0 +1,8 @@ +torch 1.9.1 +=========== + + +- `k2-1.24.3.dev20230720+cpu.torch1.9.1-cp39-cp39-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.9.1-cp38-cp38-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.9.1-cp37-cp37m-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch1.9.1-cp36-cp36m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/2.0.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/2.0.0.rst new file mode 100644 index 000000000..aede6d8e4 --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/2.0.0.rst @@ -0,0 +1,8 @@ +torch 2.0.0 +=========== + + +- `k2-1.24.3.dev20230720+cpu.torch2.0.0-cp311-cp311-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch2.0.0-cp310-cp310-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch2.0.0-cp39-cp39-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch2.0.0-cp38-cp38-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/2.0.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/2.0.1.rst new file mode 100644 index 000000000..6782af21a --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/2.0.1.rst @@ -0,0 +1,8 @@ +torch 2.0.1 +=========== + + +- `k2-1.24.3.dev20230720+cpu.torch2.0.1-cp311-cp311-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch2.0.1-cp310-cp310-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch2.0.1-cp39-cp39-win_amd64.whl `_ +- `k2-1.24.3.dev20230720+cpu.torch2.0.1-cp38-cp38-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/index.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/index.rst new file mode 100644 index 000000000..8f5563fb2 --- /dev/null +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/index.rst @@ -0,0 +1,26 @@ +Pre-compiled CPU wheels (Windows) +================================= + +This page describes pre-compiled ``CPU`` wheels for `k2`_ on Windows. + +.. toctree:: + :maxdepth: 2 + + ./2.0.1.rst + ./2.0.0.rst + ./1.13.1.rst + ./1.13.0.rst + ./1.12.1.rst + ./1.12.0.rst + ./1.11.0.rst + ./1.10.2.rst + ./1.10.1.rst + ./1.10.0.rst + ./1.9.1.rst + ./1.9.0.rst + ./1.8.1.rst + ./1.8.0.rst + ./1.7.1.rst + ./1.7.0.rst + ./1.6.0.rst + \ No newline at end of file From c5b15d4475350df0039cc94fe58f886a3645328e Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Sun, 23 Jul 2023 21:42:50 +0800 Subject: [PATCH 4/6] typo fixes for installation doc (#1231) --- docs/source/installation/from_wheels.rst | 28 +++++++++++++++++++----- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/docs/source/installation/from_wheels.rst b/docs/source/installation/from_wheels.rst index 2555c0774..f5ddded8f 100644 --- a/docs/source/installation/from_wheels.rst +++ b/docs/source/installation/from_wheels.rst @@ -31,16 +31,20 @@ we can use one of the following methods: # method 1 pip install torch==2.0.1+cpu -f https://download.pytorch.org/whl/torch_stable.html - pip install k2==1.24.3.dev20230719+cpu.torch2.0.1 -f https://k2-fsa.github.io/k2/cuda.html + 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 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 pip install ./k2-1.24.3.dev20230719+cpu.torch2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl +.. hint:: + + You can visit ``_ to see avaiable versions of `k2`_. + macOS (CPU) example -^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^ Suppose we want to use the following wheel: @@ -54,15 +58,19 @@ we can use the following methods: # method 1 pip install torch==2.0.1 - pip install k2==1.24.3.dev20230720+cpu.torch2.0.1 + pip install k2==1.24.3.dev20230720+cpu.torch2.0.1 -f https://k2-fsa.github.io/k2/cpu.html # method 2 pip install torch==2.0.1 wget https://huggingface.co/csukuangfj/k2/resolve/main/macos/k2-1.24.3.dev20230720+cpu.torch2.0.1-cp38-cp38-macosx_10_9_x86_64.whl pip install ./k2-1.24.3.dev20230720+cpu.torch2.0.1-cp38-cp38-macosx_10_9_x86_64.whl +.. hint:: + + You can visit ``_ to see avaiable versions of `k2`_. + Windows (CPU) example -^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^ Suppose we want to install the following wheel @@ -76,7 +84,7 @@ we can use the one of the following methods: # method 1 pip install torch==2.0.1+cpu -f https://download.pytorch.org/whl/torch_stable.html - pip install k2==1.24.3.dev20230720+cpu.torch2.0.1 + pip install k2==1.24.3.dev20230720+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 @@ -88,6 +96,10 @@ we can use the one of the following methods: If you want to build `k2`_ with CUDA support on Windows, please consider compiling `k2`_ from source. +.. hint:: + + You can visit ``_ to see avaiable versions of `k2`_. + Linux (CUDA) example ^^^^^^^^^^^^^^^^^^^^ @@ -103,9 +115,13 @@ we can use the following methods: # method 1 pip install torch==2.0.1+cu117 -f https://download.pytorch.org/whl/torch_stable.html - pip install k2==1.24.3.dev20230718+cuda11.7.torch2.0.1 + 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 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 pip install ./k2-1.24.3.dev20230718+cuda11.7.torch2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + +.. hint:: + + You can visit ``_ to see avaiable versions of `k2`_. From 3f3e7baafc53d3a601dd3fea364c01909f0af0a6 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Wed, 26 Jul 2023 09:51:59 +0800 Subject: [PATCH 5/6] Add more pre-compiled wheels (#1234) --- docs/source/cpu.html | 114 ++++++++++++++++++ docs/source/cuda.html | 56 +++++++++ docs/source/installation/from_wheels.rst | 3 + .../pre-compiled-cpu-wheels-linux/1.10.0.rst | 3 + .../pre-compiled-cpu-wheels-linux/1.10.1.rst | 3 + .../pre-compiled-cpu-wheels-linux/1.10.2.rst | 3 + .../pre-compiled-cpu-wheels-linux/1.11.0.rst | 4 + .../pre-compiled-cpu-wheels-linux/1.12.0.rst | 4 + .../pre-compiled-cpu-wheels-linux/1.12.1.rst | 4 + .../pre-compiled-cpu-wheels-linux/1.13.0.rst | 5 + .../pre-compiled-cpu-wheels-linux/1.13.1.rst | 5 + .../pre-compiled-cpu-wheels-linux/1.6.0.rst | 2 + .../pre-compiled-cpu-wheels-linux/1.7.0.rst | 2 + .../pre-compiled-cpu-wheels-linux/1.7.1.rst | 3 + .../pre-compiled-cpu-wheels-linux/1.8.0.rst | 3 + .../pre-compiled-cpu-wheels-linux/1.8.1.rst | 3 + .../pre-compiled-cpu-wheels-linux/1.9.0.rst | 3 + .../pre-compiled-cpu-wheels-linux/1.9.1.rst | 3 + .../pre-compiled-cpu-wheels-linux/2.0.0.rst | 4 + .../pre-compiled-cpu-wheels-linux/2.0.1.rst | 4 + .../1.10.0.rst | 3 + .../1.10.1.rst | 3 + .../1.10.2.rst | 3 + .../1.11.0.rst | 4 + .../1.12.0.rst | 4 + .../1.12.1.rst | 4 + .../1.13.0.rst | 4 + .../1.13.1.rst | 4 + .../pre-compiled-cpu-wheels-windows/1.6.0.rst | 2 + .../pre-compiled-cpu-wheels-windows/1.7.0.rst | 2 + .../pre-compiled-cpu-wheels-windows/1.7.1.rst | 3 + .../pre-compiled-cpu-wheels-windows/1.8.0.rst | 3 + .../pre-compiled-cpu-wheels-windows/1.8.1.rst | 3 + .../pre-compiled-cpu-wheels-windows/1.9.0.rst | 3 + .../pre-compiled-cpu-wheels-windows/1.9.1.rst | 3 + .../pre-compiled-cpu-wheels-windows/2.0.0.rst | 4 + .../pre-compiled-cpu-wheels-windows/2.0.1.rst | 4 + 37 files changed, 287 insertions(+) diff --git a/docs/source/cpu.html b/docs/source/cpu.html index 540e16b46..381065c58 100644 --- a/docs/source/cpu.html +++ b/docs/source/cpu.html @@ -1,3 +1,117 @@ +k2-1.24.3.dev20230725+cpu.torch2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch2.0.1-cp311-cp311-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch2.0.1-cp310-cp310-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch2.0.1-cp39-cp39-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch2.0.1-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch2.0.0-cp311-cp311-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch2.0.0-cp310-cp310-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch2.0.0-cp39-cp39-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch2.0.0-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.13.1-cp310-cp310-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.13.1-cp39-cp39-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.13.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.13.1-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.13.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.13.1-cp37-cp37m-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.13.0-cp310-cp310-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.13.0-cp39-cp39-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.13.0-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.13.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.13.0-cp37-cp37m-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.12.1-cp310-cp310-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.12.1-cp39-cp39-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.12.1-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.12.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.12.1-cp37-cp37m-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.12.0-cp310-cp310-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.12.0-cp39-cp39-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.12.0-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.12.0-cp37-cp37m-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.11.0-cp310-cp310-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.11.0-cp39-cp39-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.11.0-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.11.0-cp37-cp37m-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.10.2-cp39-cp39-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.10.2-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.10.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.10.2-cp37-cp37m-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.10.1-cp39-cp39-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.10.1-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.10.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.10.1-cp37-cp37m-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.10.0-cp39-cp39-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.10.0-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.10.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.10.0-cp37-cp37m-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.9.1-cp39-cp39-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.9.1-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.9.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.9.1-cp37-cp37m-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.9.0-cp39-cp39-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.9.0-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.9.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.9.0-cp37-cp37m-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.8.1-cp39-cp39-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.8.1-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.8.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.8.1-cp37-cp37m-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.8.0-cp39-cp39-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.8.0-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.8.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.8.0-cp37-cp37m-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.7.1-cp39-cp39-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.7.1-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.7.1-cp37-cp37m-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.7.0-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.7.0-cp37-cp37m-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.6.0-cp38-cp38-win_amd64.whl
+k2-1.24.3.dev20230725+cpu.torch1.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cpu.torch1.6.0-cp37-cp37m-win_amd64.whl
k2-1.24.3.dev20230720+cpu.torch2.0.1-cp311-cp311-win_amd64.whl
k2-1.24.3.dev20230720+cpu.torch2.0.1-cp311-cp311-macosx_10_9_x86_64.whl
k2-1.24.3.dev20230720+cpu.torch2.0.1-cp310-cp310-win_amd64.whl
diff --git a/docs/source/cuda.html b/docs/source/cuda.html index 316e0f9ce..01862e2b2 100644 --- a/docs/source/cuda.html +++ b/docs/source/cuda.html @@ -1,3 +1,59 @@ +k2-1.24.3.dev20230726+cuda10.2.torch1.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230726+cuda10.2.torch1.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230726+cuda10.2.torch1.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.7.torch1.13.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.7.torch1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.7.torch1.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.7.torch1.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.7.torch1.13.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.6.torch1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.6.torch1.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.6.torch1.13.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.6.torch1.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.6.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.6.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.6.torch1.12.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.3.torch1.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.3.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.3.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.3.torch1.12.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda10.2.torch1.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda10.2.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda10.2.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda10.2.torch1.12.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.6.torch1.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.6.torch1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.6.torch1.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.6.torch1.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.3.torch1.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.3.torch1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.3.torch1.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.3.torch1.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda10.2.torch1.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda10.2.torch1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda10.2.torch1.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda10.2.torch1.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.5.torch1.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.5.torch1.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.5.torch1.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.5.torch1.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.3.torch1.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.3.torch1.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.3.torch1.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda11.3.torch1.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda10.2.torch1.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda10.2.torch1.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda10.2.torch1.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda10.2.torch1.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda10.2.torch1.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda10.2.torch1.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda10.2.torch1.10.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda10.2.torch1.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda10.2.torch1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda10.2.torch1.10.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda10.2.torch1.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda10.2.torch1.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+k2-1.24.3.dev20230725+cuda10.2.torch1.10.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
k2-1.24.3.dev20230718+cuda11.8.torch2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
k2-1.24.3.dev20230718+cuda11.8.torch2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
k2-1.24.3.dev20230718+cuda11.8.torch2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
diff --git a/docs/source/installation/from_wheels.rst b/docs/source/installation/from_wheels.rst index f5ddded8f..8e7e0e6d0 100644 --- a/docs/source/installation/from_wheels.rst +++ b/docs/source/installation/from_wheels.rst @@ -14,6 +14,9 @@ We provide pre-compiled wheels for the following platforms: We recommend that you use this approach to install `k2`_. +Installation examples +--------------------- + We provide several examples below to show you how to install `k2`_ Linux (CPU) example diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.0.rst index 86d2809d8..0bb203a57 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.0.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.0.rst @@ -2,6 +2,9 @@ torch 1.10.0 ============ +- `k2-1.24.3.dev20230725+cpu.torch1.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.10.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.10.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230524+cpu.torch1.10.0-cp39-cp39-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.1.rst index c27c9be1d..f8ae37c53 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.1.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.1.rst @@ -2,6 +2,9 @@ torch 1.10.1 ============ +- `k2-1.24.3.dev20230725+cpu.torch1.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.10.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.10.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.2.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.2.rst index ce1fb56c5..72b0956c2 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.2.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.2.rst @@ -2,6 +2,9 @@ torch 1.10.2 ============ +- `k2-1.24.3.dev20230725+cpu.torch1.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.10.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.10.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.11.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.11.0.rst index 295e63059..199f1888f 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.11.0.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.11.0.rst @@ -2,6 +2,10 @@ torch 1.11.0 ============ +- `k2-1.24.3.dev20230725+cpu.torch1.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.12.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.12.0.rst index 6b6e6e707..1d0485f23 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.12.0.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.12.0.rst @@ -2,6 +2,10 @@ torch 1.12.0 ============ +- `k2-1.24.3.dev20230725+cpu.torch1.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.12.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.12.1.rst index 296467dbf..b8764325a 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.12.1.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.12.1.rst @@ -2,6 +2,10 @@ torch 1.12.1 ============ +- `k2-1.24.3.dev20230725+cpu.torch1.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.12.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.13.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.13.0.rst index 977b132e4..ae2d2ed2a 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.13.0.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.13.0.rst @@ -2,6 +2,11 @@ torch 1.13.0 ============ +- `k2-1.24.3.dev20230725+cpu.torch1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.13.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.13.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.13.1.rst index 803564ece..5ea9eb0e8 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.13.1.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.13.1.rst @@ -2,6 +2,11 @@ torch 1.13.1 ============ +- `k2-1.24.3.dev20230725+cpu.torch1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.13.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.13.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.6.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.6.0.rst index dc6369898..aac2c2df9 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.6.0.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.6.0.rst @@ -2,6 +2,8 @@ torch 1.6.0 =========== +- `k2-1.24.3.dev20230725+cpu.torch1.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.6.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.7.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.7.0.rst index 390f8eb82..9bd5190ea 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.7.0.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.7.0.rst @@ -2,6 +2,8 @@ torch 1.7.0 =========== +- `k2-1.24.3.dev20230725+cpu.torch1.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230508+cpu.torch1.7.0-cp38-cp38-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.7.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.7.1.rst index d6b0f6791..cfca17eff 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.7.1.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.7.1.rst @@ -2,6 +2,9 @@ torch 1.7.1 =========== +- `k2-1.24.3.dev20230725+cpu.torch1.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.8.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.8.0.rst index 896c35a7a..ef37aa5e7 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.8.0.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.8.0.rst @@ -2,6 +2,9 @@ torch 1.8.0 =========== +- `k2-1.24.3.dev20230725+cpu.torch1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.8.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.8.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.8.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.8.1.rst index 7a318a926..fc3e57933 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.8.1.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.8.1.rst @@ -2,6 +2,9 @@ torch 1.8.1 =========== +- `k2-1.24.3.dev20230725+cpu.torch1.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.8.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.8.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.9.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.9.0.rst index a19620035..8c2300f6e 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.9.0.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.9.0.rst @@ -2,6 +2,9 @@ torch 1.9.0 =========== +- `k2-1.24.3.dev20230725+cpu.torch1.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.9.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.9.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.9.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.9.1.rst index 203d5b00d..523d0c2cf 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.9.1.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.9.1.rst @@ -2,6 +2,9 @@ torch 1.9.1 =========== +- `k2-1.24.3.dev20230725+cpu.torch1.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.9.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch1.9.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/2.0.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/2.0.0.rst index 718b08329..d1a9c6e01 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/2.0.0.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/2.0.0.rst @@ -2,6 +2,10 @@ torch 2.0.0 =========== +- `k2-1.24.3.dev20230725+cpu.torch2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/2.0.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/2.0.1.rst index 23ad9d17e..787431903 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/2.0.1.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-linux/2.0.1.rst @@ -2,6 +2,10 @@ torch 2.0.1 =========== +- `k2-1.24.3.dev20230725+cpu.torch2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ - `k2-1.24.3.dev20230719+cpu.torch2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.0.rst index 7acb53ce7..031dc9804 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.0.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.0.rst @@ -2,6 +2,9 @@ torch 1.10.0 ============ +- `k2-1.24.3.dev20230725+cpu.torch1.10.0-cp39-cp39-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.10.0-cp38-cp38-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.10.0-cp37-cp37m-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.10.0-cp39-cp39-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.10.0-cp38-cp38-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.10.0-cp37-cp37m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.1.rst index ae13e1a17..31a429841 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.1.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.1.rst @@ -2,6 +2,9 @@ torch 1.10.1 ============ +- `k2-1.24.3.dev20230725+cpu.torch1.10.1-cp39-cp39-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.10.1-cp38-cp38-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.10.1-cp37-cp37m-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.10.1-cp39-cp39-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.10.1-cp38-cp38-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.10.1-cp37-cp37m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.2.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.2.rst index eebd6ba14..786e86d49 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.2.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.2.rst @@ -2,6 +2,9 @@ torch 1.10.2 ============ +- `k2-1.24.3.dev20230725+cpu.torch1.10.2-cp39-cp39-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.10.2-cp38-cp38-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.10.2-cp37-cp37m-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.10.2-cp39-cp39-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.10.2-cp38-cp38-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.10.2-cp37-cp37m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.11.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.11.0.rst index 75a0f865f..86923c40b 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.11.0.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.11.0.rst @@ -2,6 +2,10 @@ torch 1.11.0 ============ +- `k2-1.24.3.dev20230725+cpu.torch1.11.0-cp310-cp310-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.11.0-cp39-cp39-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.11.0-cp38-cp38-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.11.0-cp37-cp37m-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.11.0-cp310-cp310-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.11.0-cp39-cp39-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.11.0-cp38-cp38-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.12.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.12.0.rst index 9024aa153..a9f73a78d 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.12.0.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.12.0.rst @@ -2,6 +2,10 @@ torch 1.12.0 ============ +- `k2-1.24.3.dev20230725+cpu.torch1.12.0-cp310-cp310-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.12.0-cp39-cp39-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.12.0-cp38-cp38-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.12.0-cp37-cp37m-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.12.0-cp310-cp310-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.12.0-cp39-cp39-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.12.0-cp38-cp38-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.12.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.12.1.rst index 62b09301d..237f61446 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.12.1.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.12.1.rst @@ -2,6 +2,10 @@ torch 1.12.1 ============ +- `k2-1.24.3.dev20230725+cpu.torch1.12.1-cp310-cp310-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.12.1-cp39-cp39-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.12.1-cp38-cp38-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.12.1-cp37-cp37m-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.12.1-cp310-cp310-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.12.1-cp39-cp39-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.12.1-cp38-cp38-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.13.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.13.0.rst index 57a1e5ebe..13602005e 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.13.0.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.13.0.rst @@ -2,6 +2,10 @@ torch 1.13.0 ============ +- `k2-1.24.3.dev20230725+cpu.torch1.13.0-cp310-cp310-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.13.0-cp39-cp39-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.13.0-cp38-cp38-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.13.0-cp37-cp37m-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.13.0-cp310-cp310-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.13.0-cp39-cp39-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.13.0-cp38-cp38-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.13.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.13.1.rst index b3b6bfb1d..eacb7b530 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.13.1.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.13.1.rst @@ -2,6 +2,10 @@ torch 1.13.1 ============ +- `k2-1.24.3.dev20230725+cpu.torch1.13.1-cp310-cp310-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.13.1-cp39-cp39-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.13.1-cp38-cp38-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.13.1-cp37-cp37m-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.13.1-cp310-cp310-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.13.1-cp39-cp39-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.13.1-cp38-cp38-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.6.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.6.0.rst index b0e355f13..4528eec54 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.6.0.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.6.0.rst @@ -2,6 +2,8 @@ torch 1.6.0 =========== +- `k2-1.24.3.dev20230725+cpu.torch1.6.0-cp38-cp38-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.6.0-cp37-cp37m-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.6.0-cp38-cp38-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.6.0-cp37-cp37m-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.6.0-cp36-cp36m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.7.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.7.0.rst index 21c1a5bab..0a625b5a9 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.7.0.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.7.0.rst @@ -2,6 +2,8 @@ torch 1.7.0 =========== +- `k2-1.24.3.dev20230725+cpu.torch1.7.0-cp38-cp38-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.7.0-cp37-cp37m-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.7.0-cp38-cp38-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.7.0-cp37-cp37m-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.7.0-cp36-cp36m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.7.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.7.1.rst index f4c54d503..ce5ae6a2e 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.7.1.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.7.1.rst @@ -2,6 +2,9 @@ torch 1.7.1 =========== +- `k2-1.24.3.dev20230725+cpu.torch1.7.1-cp39-cp39-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.7.1-cp38-cp38-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.7.1-cp37-cp37m-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.7.1-cp39-cp39-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.7.1-cp38-cp38-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.7.1-cp37-cp37m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.8.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.8.0.rst index 4c226f708..965d79467 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.8.0.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.8.0.rst @@ -2,6 +2,9 @@ torch 1.8.0 =========== +- `k2-1.24.3.dev20230725+cpu.torch1.8.0-cp39-cp39-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.8.0-cp38-cp38-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.8.0-cp37-cp37m-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.8.0-cp39-cp39-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.8.0-cp38-cp38-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.8.0-cp37-cp37m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.8.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.8.1.rst index 6756e97c5..5a62e9032 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.8.1.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.8.1.rst @@ -2,6 +2,9 @@ torch 1.8.1 =========== +- `k2-1.24.3.dev20230725+cpu.torch1.8.1-cp39-cp39-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.8.1-cp38-cp38-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.8.1-cp37-cp37m-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.8.1-cp39-cp39-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.8.1-cp38-cp38-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.8.1-cp37-cp37m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.9.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.9.0.rst index a257f1dea..0c699041c 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.9.0.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.9.0.rst @@ -2,6 +2,9 @@ torch 1.9.0 =========== +- `k2-1.24.3.dev20230725+cpu.torch1.9.0-cp39-cp39-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.9.0-cp38-cp38-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.9.0-cp37-cp37m-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.9.0-cp39-cp39-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.9.0-cp38-cp38-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.9.0-cp37-cp37m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.9.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.9.1.rst index fee16707f..4650f675f 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.9.1.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.9.1.rst @@ -2,6 +2,9 @@ torch 1.9.1 =========== +- `k2-1.24.3.dev20230725+cpu.torch1.9.1-cp39-cp39-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.9.1-cp38-cp38-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch1.9.1-cp37-cp37m-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.9.1-cp39-cp39-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.9.1-cp38-cp38-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch1.9.1-cp37-cp37m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/2.0.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/2.0.0.rst index aede6d8e4..7814bf922 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/2.0.0.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/2.0.0.rst @@ -2,6 +2,10 @@ torch 2.0.0 =========== +- `k2-1.24.3.dev20230725+cpu.torch2.0.0-cp311-cp311-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch2.0.0-cp310-cp310-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch2.0.0-cp39-cp39-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch2.0.0-cp38-cp38-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch2.0.0-cp311-cp311-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch2.0.0-cp310-cp310-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch2.0.0-cp39-cp39-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/2.0.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/2.0.1.rst index 6782af21a..f5740c95f 100644 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/2.0.1.rst +++ b/docs/source/installation/pre-compiled-cpu-wheels-windows/2.0.1.rst @@ -2,6 +2,10 @@ torch 2.0.1 =========== +- `k2-1.24.3.dev20230725+cpu.torch2.0.1-cp311-cp311-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch2.0.1-cp310-cp310-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch2.0.1-cp39-cp39-win_amd64.whl `_ +- `k2-1.24.3.dev20230725+cpu.torch2.0.1-cp38-cp38-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch2.0.1-cp311-cp311-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch2.0.1-cp310-cp310-win_amd64.whl `_ - `k2-1.24.3.dev20230720+cpu.torch2.0.1-cp39-cp39-win_amd64.whl `_ From b835546b6005d243865e0acc3d29bd9c51670b1e Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Wed, 26 Jul 2023 19:29:59 +0800 Subject: [PATCH 6/6] Add scripts for building manylinux wheels (#1236) --- .flake8 | 1 + .github/workflows/build-conda-cpu-macos.yml | 121 ---- .github/workflows/build-conda-cpu-ubuntu.yml | 121 ---- .github/workflows/build-conda-cpu-windows.yml | 116 ---- .github/workflows/build-conda-cuda-ubuntu.yml | 145 ----- .github/workflows/build-cpu-macos.yml | 4 +- .github/workflows/build-cpu-ubuntu.yml | 10 +- .github/workflows/build-cpu-windows.yml | 2 +- .github/workflows/build-cuda-ubuntu.yml | 11 +- .github/workflows/build-doc.yml | 18 + .github/workflows/macos-cpu-wheels.yml | 93 +++ .github/workflows/nightly-cpu-macos.yml | 143 ----- .github/workflows/nightly-cpu-ubuntu.yml | 148 ----- .github/workflows/nightly-cpu-windows.yml | 171 ----- .github/workflows/nightly-cuda-ubuntu.yml | 140 ----- .../test-k2-as-third-party-lib-cpu-macos.yml | 2 +- .../test-k2-as-third-party-lib-cpu-ubuntu.yml | 2 +- ...test-k2-as-third-party-lib-cpu-windows.yml | 2 +- ...test-k2-as-third-party-lib-cuda-ubuntu.yml | 2 +- .github/workflows/ubuntu-cpu-wheels.yml | 100 +++ .github/workflows/ubuntu-cuda-wheels.yml | 118 ++++ .github/workflows/wheel-cpu-macos.yml | 72 --- .github/workflows/wheel-cpu-windows.yml | 76 --- .github/workflows/wheel-cuda-ubuntu.yml | 105 ---- .github/workflows/windows-x64-cpu-wheels.yml | 94 +++ CMakeLists.txt | 5 +- docs/source/cpu.html | 594 ------------------ docs/source/cuda.html | 467 -------------- docs/source/installation/from_wheels.rst | 12 +- .../pre-compiled-cpu-wheels-linux/.gitignore | 0 .../pre-compiled-cpu-wheels-linux/1.10.0.rst | 29 - .../pre-compiled-cpu-wheels-linux/1.10.1.rst | 30 - .../pre-compiled-cpu-wheels-linux/1.10.2.rst | 29 - .../pre-compiled-cpu-wheels-linux/1.11.0.rst | 35 -- .../pre-compiled-cpu-wheels-linux/1.12.0.rst | 36 -- .../pre-compiled-cpu-wheels-linux/1.12.1.rst | 36 -- .../pre-compiled-cpu-wheels-linux/1.13.0.rst | 44 -- .../pre-compiled-cpu-wheels-linux/1.13.1.rst | 38 -- .../pre-compiled-cpu-wheels-linux/1.6.0.rst | 18 - .../pre-compiled-cpu-wheels-linux/1.7.0.rst | 17 - .../pre-compiled-cpu-wheels-linux/1.7.1.rst | 23 - .../pre-compiled-cpu-wheels-linux/1.8.0.rst | 23 - .../pre-compiled-cpu-wheels-linux/1.8.1.rst | 23 - .../pre-compiled-cpu-wheels-linux/1.9.0.rst | 23 - .../pre-compiled-cpu-wheels-linux/1.9.1.rst | 23 - .../pre-compiled-cpu-wheels-linux/2.0.0.rst | 31 - .../pre-compiled-cpu-wheels-linux/2.0.1.rst | 16 - .../pre-compiled-cpu-wheels-linux/index.rst | 26 - .../pre-compiled-cpu-wheels-macos/.gitignore | 0 .../pre-compiled-cpu-wheels-macos/1.10.0.rst | 8 - .../pre-compiled-cpu-wheels-macos/1.10.1.rst | 8 - .../pre-compiled-cpu-wheels-macos/1.10.2.rst | 8 - .../pre-compiled-cpu-wheels-macos/1.11.0.rst | 8 - .../pre-compiled-cpu-wheels-macos/1.12.0.rst | 8 - .../pre-compiled-cpu-wheels-macos/1.12.1.rst | 8 - .../pre-compiled-cpu-wheels-macos/1.13.0.rst | 8 - .../pre-compiled-cpu-wheels-macos/1.13.1.rst | 8 - .../pre-compiled-cpu-wheels-macos/1.6.0.rst | 7 - .../pre-compiled-cpu-wheels-macos/1.7.0.rst | 7 - .../pre-compiled-cpu-wheels-macos/1.7.1.rst | 8 - .../pre-compiled-cpu-wheels-macos/1.8.0.rst | 8 - .../pre-compiled-cpu-wheels-macos/1.8.1.rst | 8 - .../pre-compiled-cpu-wheels-macos/1.9.0.rst | 8 - .../pre-compiled-cpu-wheels-macos/1.9.1.rst | 8 - .../pre-compiled-cpu-wheels-macos/2.0.0.rst | 8 - .../pre-compiled-cpu-wheels-macos/2.0.1.rst | 8 - .../pre-compiled-cpu-wheels-macos/index.rst | 26 - .../.gitignore | 0 .../1.10.0.rst | 11 - .../1.10.1.rst | 11 - .../1.10.2.rst | 11 - .../1.11.0.rst | 12 - .../1.12.0.rst | 12 - .../1.12.1.rst | 12 - .../1.13.0.rst | 12 - .../1.13.1.rst | 12 - .../pre-compiled-cpu-wheels-windows/1.6.0.rst | 9 - .../pre-compiled-cpu-wheels-windows/1.7.0.rst | 9 - .../pre-compiled-cpu-wheels-windows/1.7.1.rst | 11 - .../pre-compiled-cpu-wheels-windows/1.8.0.rst | 11 - .../pre-compiled-cpu-wheels-windows/1.8.1.rst | 11 - .../pre-compiled-cpu-wheels-windows/1.9.0.rst | 11 - .../pre-compiled-cpu-wheels-windows/1.9.1.rst | 11 - .../pre-compiled-cpu-wheels-windows/2.0.0.rst | 12 - .../pre-compiled-cpu-wheels-windows/2.0.1.rst | 12 - .../pre-compiled-cpu-wheels-windows/index.rst | 26 - .../pre-compiled-cuda-wheels-linux/.gitignore | 0 .../pre-compiled-cuda-wheels-linux/1.10.0.rst | 15 - .../pre-compiled-cuda-wheels-linux/1.10.1.rst | 16 - .../pre-compiled-cuda-wheels-linux/1.10.2.rst | 16 - .../pre-compiled-cuda-wheels-linux/1.11.0.rst | 32 - .../pre-compiled-cuda-wheels-linux/1.12.0.rst | 52 -- .../pre-compiled-cuda-wheels-linux/1.12.1.rst | 52 -- .../pre-compiled-cuda-wheels-linux/1.13.0.rst | 72 --- .../pre-compiled-cuda-wheels-linux/1.13.1.rst | 59 -- .../pre-compiled-cuda-wheels-linux/1.6.0.rst | 15 - .../pre-compiled-cuda-wheels-linux/1.7.0.rst | 18 - .../pre-compiled-cuda-wheels-linux/1.7.1.rst | 20 - .../pre-compiled-cuda-wheels-linux/1.8.0.rst | 15 - .../pre-compiled-cuda-wheels-linux/1.8.1.rst | 13 - .../pre-compiled-cuda-wheels-linux/1.9.0.rst | 7 - .../pre-compiled-cuda-wheels-linux/1.9.1.rst | 6 - .../pre-compiled-cuda-wheels-linux/2.0.0.rst | 51 -- .../pre-compiled-cuda-wheels-linux/2.0.1.rst | 20 - .../pre-compiled-cuda-wheels-linux/index.rst | 26 - k2/csrc/CMakeLists.txt | 6 + k2/csrc/dtype.cu | 4 + k2/csrc/dtype.h | 7 +- k2/csrc/host/CMakeLists.txt | 6 + scripts/github_actions/build-ubuntu-cpu.sh | 131 ++++ scripts/github_actions/build-ubuntu-cuda.sh | 100 +++ .../github_actions/generate_build_matrix.py | 137 +++- scripts/github_actions/install_torch.sh | 16 + 113 files changed, 819 insertions(+), 3864 deletions(-) delete mode 100644 .github/workflows/build-conda-cpu-macos.yml delete mode 100644 .github/workflows/build-conda-cpu-ubuntu.yml delete mode 100644 .github/workflows/build-conda-cpu-windows.yml delete mode 100644 .github/workflows/build-conda-cuda-ubuntu.yml create mode 100644 .github/workflows/macos-cpu-wheels.yml delete mode 100644 .github/workflows/nightly-cpu-macos.yml delete mode 100644 .github/workflows/nightly-cpu-ubuntu.yml delete mode 100644 .github/workflows/nightly-cpu-windows.yml delete mode 100644 .github/workflows/nightly-cuda-ubuntu.yml create mode 100644 .github/workflows/ubuntu-cpu-wheels.yml create mode 100644 .github/workflows/ubuntu-cuda-wheels.yml delete mode 100644 .github/workflows/wheel-cpu-macos.yml delete mode 100644 .github/workflows/wheel-cpu-windows.yml delete mode 100644 .github/workflows/wheel-cuda-ubuntu.yml create mode 100644 .github/workflows/windows-x64-cpu-wheels.yml delete mode 100644 docs/source/cpu.html delete mode 100644 docs/source/cuda.html create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-linux/.gitignore delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.0.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.1.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.2.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-linux/1.11.0.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-linux/1.12.0.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-linux/1.12.1.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-linux/1.13.0.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-linux/1.13.1.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-linux/1.6.0.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-linux/1.7.0.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-linux/1.7.1.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-linux/1.8.0.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-linux/1.8.1.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-linux/1.9.0.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-linux/1.9.1.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-linux/2.0.0.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-linux/2.0.1.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-linux/index.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/.gitignore delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/1.10.0.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/1.10.1.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/1.10.2.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/1.11.0.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/1.12.0.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/1.12.1.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/1.13.0.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/1.13.1.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/1.6.0.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/1.7.0.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/1.7.1.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/1.8.0.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/1.8.1.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/1.9.0.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/1.9.1.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/2.0.0.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/2.0.1.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-macos/index.rst create mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/.gitignore delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.0.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.1.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.2.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/1.11.0.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/1.12.0.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/1.12.1.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/1.13.0.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/1.13.1.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/1.6.0.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/1.7.0.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/1.7.1.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/1.8.0.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/1.8.1.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/1.9.0.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/1.9.1.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/2.0.0.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/2.0.1.rst delete mode 100644 docs/source/installation/pre-compiled-cpu-wheels-windows/index.rst create mode 100644 docs/source/installation/pre-compiled-cuda-wheels-linux/.gitignore delete mode 100644 docs/source/installation/pre-compiled-cuda-wheels-linux/1.10.0.rst delete mode 100644 docs/source/installation/pre-compiled-cuda-wheels-linux/1.10.1.rst delete mode 100644 docs/source/installation/pre-compiled-cuda-wheels-linux/1.10.2.rst delete mode 100644 docs/source/installation/pre-compiled-cuda-wheels-linux/1.11.0.rst delete mode 100644 docs/source/installation/pre-compiled-cuda-wheels-linux/1.12.0.rst delete mode 100644 docs/source/installation/pre-compiled-cuda-wheels-linux/1.12.1.rst delete mode 100644 docs/source/installation/pre-compiled-cuda-wheels-linux/1.13.0.rst delete mode 100644 docs/source/installation/pre-compiled-cuda-wheels-linux/1.13.1.rst delete mode 100644 docs/source/installation/pre-compiled-cuda-wheels-linux/1.6.0.rst delete mode 100644 docs/source/installation/pre-compiled-cuda-wheels-linux/1.7.0.rst delete mode 100644 docs/source/installation/pre-compiled-cuda-wheels-linux/1.7.1.rst delete mode 100644 docs/source/installation/pre-compiled-cuda-wheels-linux/1.8.0.rst delete mode 100644 docs/source/installation/pre-compiled-cuda-wheels-linux/1.8.1.rst delete mode 100644 docs/source/installation/pre-compiled-cuda-wheels-linux/1.9.0.rst delete mode 100644 docs/source/installation/pre-compiled-cuda-wheels-linux/1.9.1.rst delete mode 100644 docs/source/installation/pre-compiled-cuda-wheels-linux/2.0.0.rst delete mode 100644 docs/source/installation/pre-compiled-cuda-wheels-linux/2.0.1.rst delete mode 100644 docs/source/installation/pre-compiled-cuda-wheels-linux/index.rst create mode 100755 scripts/github_actions/build-ubuntu-cpu.sh create mode 100755 scripts/github_actions/build-ubuntu-cuda.sh diff --git a/.flake8 b/.flake8 index 1c225303b..0a0166404 100644 --- a/.flake8 +++ b/.flake8 @@ -17,6 +17,7 @@ exclude = k2/python/host, k2/python/k2/__init__.py, k2/python/k2/ctc_loss.py, + scripts/github_actions/generate_build_matrix.py, docs ignore = diff --git a/.github/workflows/build-conda-cpu-macos.yml b/.github/workflows/build-conda-cpu-macos.yml deleted file mode 100644 index 580903a0a..000000000 --- a/.github/workflows/build-conda-cpu-macos.yml +++ /dev/null @@ -1,121 +0,0 @@ -# Copyright 2021 Xiaomi Corp. (author: Fangjun Kuang) - -# See ../../LICENSE for clarification regarding multiple authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# refer to https://github.com/actions/starter-workflows/pull/47/files - - -# Note, we have to set -# -# export DYLD_LIBRARY_PATH=$CONDA_PREFIX/lib/python3.8/site-packages:$DYLD_LIBRARY_PATH -# -# before running `python3 -m k2.version` -# -# See https://github.com/openPMD/openPMD-api/issues/593#issuecomment-552690470 - - -name: build_conda_cpu_macos - -on: - push: - tags: - - '*' - -concurrency: - group: build_conda_cpu_macos-${{ github.ref }} - cancel-in-progress: true - -env: - K2_BUILD_TYPE: Release - -jobs: - generate_build_matrix: - # see https://github.com/pytorch/pytorch/pull/50633 - runs-on: ubuntu-latest - outputs: - matrix: ${{ steps.set-matrix.outputs.matrix }} - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - name: Generating build matrix - id: set-matrix - run: | - # outputting for debugging purposes - python scripts/github_actions/generate_build_matrix.py - MATRIX=$(python scripts/github_actions/generate_build_matrix.py) - echo "::set-output name=matrix::${MATRIX}" - - build_conda_cpu_macos: - needs: generate_build_matrix - runs-on: macos-10.15 - strategy: - fail-fast: false - matrix: - ${{ fromJson(needs.generate_build_matrix.outputs.matrix) }} - - steps: - # refer to https://github.com/actions/checkout - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - - uses: conda-incubator/setup-miniconda@v2 - with: - auto-update-conda: true - python-version: ${{ matrix.python-version }} - activate-environment: k2 - - - name: Display Python version - shell: bash -l {0} - run: | - python3 -c "import sys; print(sys.version)" - which python3 - - - name: Install conda dependencies - shell: bash -l {0} - run: | - conda install -y -q anaconda-client - conda install -y -q conda-build - conda install -y -q -c pytorch pytorch=${{ matrix.torch }} cpuonly - - - name: Display conda info - shell: bash -l {0} - run: | - which conda - conda env list - conda info - - - name: Build k2 - shell: bash -l {0} - env: - K2_PYTHON_VERSION: ${{ matrix.python-version}} - K2_TORCH_VERSION: ${{ matrix.torch }} - K2_CONDA_TOKEN: ${{ secrets.K2_CONDA_TOKEN}} - K2_IS_GITHUB_ACTIONS: 1 - K2_IS_FOR_CONDA: 1 - run: | - export K2_BUILD_TYPE=$K2_BUILD_TYPE - ./scripts/build_conda_cpu.sh - - - name: Display generated files - run: | - ls -lh /usr/local/miniconda/envs/k2/conda-bld/osx-64 - - - name: Upload generated files - uses: actions/upload-artifact@v2 - with: - name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-macos-10.15 - path: /usr/local/miniconda/envs/k2/conda-bld/osx-64/*.tar.bz2 diff --git a/.github/workflows/build-conda-cpu-ubuntu.yml b/.github/workflows/build-conda-cpu-ubuntu.yml deleted file mode 100644 index 9f5d68fbe..000000000 --- a/.github/workflows/build-conda-cpu-ubuntu.yml +++ /dev/null @@ -1,121 +0,0 @@ -# Copyright 2021 Xiaomi Corp. (author: Fangjun Kuang) - -# See ../../LICENSE for clarification regarding multiple authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# refer to https://github.com/actions/starter-workflows/pull/47/files - - -# Note, we have to set -# -# export DYLD_LIBRARY_PATH=$CONDA_PREFIX/lib/python3.8/site-packages:$DYLD_LIBRARY_PATH -# -# before running `python3 -m k2.version` -# -# See https://github.com/openPMD/openPMD-api/issues/593#issuecomment-552690470 - - -name: build_conda_cpu_ubuntu - -on: - push: - tags: - - '*' - -concurrency: - group: build_conda_cpu_ubuntu-${{ github.ref }} - cancel-in-progress: true - -env: - K2_BUILD_TYPE: Release - -jobs: - generate_build_matrix: - # see https://github.com/pytorch/pytorch/pull/50633 - runs-on: ubuntu-latest - outputs: - matrix: ${{ steps.set-matrix.outputs.matrix }} - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - name: Generating build matrix - id: set-matrix - run: | - # outputting for debugging purposes - python scripts/github_actions/generate_build_matrix.py - MATRIX=$(python scripts/github_actions/generate_build_matrix.py) - echo "::set-output name=matrix::${MATRIX}" - - build_conda_cpu_ubuntu: - needs: generate_build_matrix - runs-on: ubuntu-18.04 - strategy: - fail-fast: false - matrix: - ${{ fromJson(needs.generate_build_matrix.outputs.matrix) }} - - steps: - # refer to https://github.com/actions/checkout - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - - uses: conda-incubator/setup-miniconda@v2 - with: - auto-update-conda: true - python-version: ${{ matrix.python-version }} - activate-environment: k2 - - - name: Display Python version - shell: bash -l {0} - run: | - python3 -c "import sys; print(sys.version)" - which python3 - - - name: Install conda dependencies - shell: bash -l {0} - run: | - conda install -y -q anaconda-client - conda install -y -q conda-build - conda install -y -q -c pytorch pytorch=${{ matrix.torch }} cpuonly - - - name: Display conda info - shell: bash -l {0} - run: | - which conda - conda env list - conda info - - - name: Build k2 - shell: bash -l {0} - env: - K2_PYTHON_VERSION: ${{ matrix.python-version}} - K2_TORCH_VERSION: ${{ matrix.torch }} - K2_CONDA_TOKEN: ${{ secrets.K2_CONDA_TOKEN}} - K2_IS_GITHUB_ACTIONS: 1 - K2_IS_FOR_CONDA: 1 - run: | - export K2_BUILD_TYPE=$K2_BUILD_TYPE - ./scripts/build_conda_cpu.sh - - - name: Display generated files - run: | - ls -lh /usr/share/miniconda/envs/k2/conda-bld/linux-64 - - - name: Upload generated files - uses: actions/upload-artifact@v2 - with: - name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04 - path: /usr/share/miniconda/envs/k2/conda-bld/linux-64/*.tar.bz2 diff --git a/.github/workflows/build-conda-cpu-windows.yml b/.github/workflows/build-conda-cpu-windows.yml deleted file mode 100644 index 61e670a7c..000000000 --- a/.github/workflows/build-conda-cpu-windows.yml +++ /dev/null @@ -1,116 +0,0 @@ -# Copyright 2021 Fangjun Kuang (csukuangfj@gmail.com) - -# See ../../LICENSE for clarification regarding multiple authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - - -name: build_conda_cpu_windows - -on: - push: - tags: - - '*' - -concurrency: - group: build_conda_cpu_windows-${{ github.ref }} - cancel-in-progress: true - -env: - BUILD_TYPE: Release - -jobs: - generate_build_matrix: - # see https://github.com/pytorch/pytorch/pull/50633 - runs-on: ubuntu-latest - outputs: - matrix: ${{ steps.set-matrix.outputs.matrix }} - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - name: Generating build matrix - id: set-matrix - run: | - # outputting for debugging purposes - python scripts/github_actions/generate_build_matrix.py - MATRIX=$(python scripts/github_actions/generate_build_matrix.py) - echo "::set-output name=matrix::${MATRIX}" - - build_conda_cpu_windows: - # see https://github.com/actions/virtual-environments/blob/win19/20210525.0/images/win/Windows2019-Readme.md - needs: generate_build_matrix - runs-on: windows-2019 - strategy: - fail-fast: false - matrix: - ${{ fromJson(needs.generate_build_matrix.outputs.matrix) }} - - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - - uses: conda-incubator/setup-miniconda@v2 - with: - auto-update-conda: true - python-version: ${{ matrix.python-version }} - activate-environment: k2 - - - name: Install conda dependencies - shell: bash -l {0} - run: | - conda install -y -q anaconda-client - conda install -y -q conda-build - conda install -y -q -c pytorch pytorch=${{ matrix.torch }} cpuonly - - - name: Display Python version - shell: bash -l {0} - run: | - python -c "import sys; print(sys.version)" - which python - - - name: Display conda info - shell: bash -l {0} - run: | - conda env list - conda info - which conda - python --version - which python - python -m torch.utils.collect_env - - - name: Build k2 - shell: bash -l {0} - env: - K2_PYTHON_VERSION: ${{ matrix.python-version}} - K2_TORCH_VERSION: ${{ matrix.torch }} - K2_CONDA_TOKEN: ${{ secrets.K2_CONDA_TOKEN}} - K2_IS_GITHUB_ACTIONS: 1 - K2_IS_FOR_CONDA: 1 - run: | - export K2_BUILD_TYPE=Release - ./scripts/build_conda_cpu.sh - - - name: Display generate results - shell: bash -l {0} - run: | - ls -lh /c/Miniconda/envs/k2/conda-bld - ls -lh /c/Miniconda/envs/k2/conda-bld/*/* - ls -lh /c/Miniconda/envs/k2/conda-bld/win-64/* - - - name: Upload Wheel - uses: actions/upload-artifact@v2 - with: - name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-windows-2019-cpu - path: c:/Miniconda/envs/k2/conda-bld/win-64/*.tar.bz2 diff --git a/.github/workflows/build-conda-cuda-ubuntu.yml b/.github/workflows/build-conda-cuda-ubuntu.yml deleted file mode 100644 index 90823a8eb..000000000 --- a/.github/workflows/build-conda-cuda-ubuntu.yml +++ /dev/null @@ -1,145 +0,0 @@ -# Copyright 2021 Xiaomi Corp. (author: Fangjun Kuang) - -# See ../../LICENSE for clarification regarding multiple authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# refer to https://github.com/actions/starter-workflows/pull/47/files - -name: build_conda_cuda_ubuntu - -on: - push: - tags: - - '*' - -concurrency: - group: build_conda_cuda_ubuntu-${{ github.ref }} - cancel-in-progress: true - -env: - K2_BUILD_TYPE: Release - -jobs: - generate_build_matrix: - # see https://github.com/pytorch/pytorch/pull/50633 - runs-on: ubuntu-latest - outputs: - matrix: ${{ steps.set-matrix.outputs.matrix }} - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - name: Generating build matrix - id: set-matrix - run: | - # outputting for debugging purposes - python scripts/github_actions/generate_build_matrix.py - MATRIX=$(python scripts/github_actions/generate_build_matrix.py --enable-cuda) - echo "::set-output name=matrix::${MATRIX}" - - build_conda_cuda_ubuntu: - needs: generate_build_matrix - runs-on: ubuntu-18.04 - strategy: - fail-fast: false - matrix: - ${{ fromJson(needs.generate_build_matrix.outputs.matrix) }} - - steps: - # refer to https://github.com/actions/checkout - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - - name: Install CUDA Toolkit ${{ matrix.cuda }} - shell: bash -l {0} - env: - cuda: ${{ matrix.cuda }} - run: | - source ./scripts/github_actions/install_cuda.sh - echo "CUDA_HOME=${CUDA_HOME}" >> $GITHUB_ENV - echo "${CUDA_HOME}/bin" >> $GITHUB_PATH - echo "LD_LIBRARY_PATH=${CUDA_HOME}/lib:${CUDA_HOME}/lib64:${LD_LIBRARY_PATH}" >> $GITHUB_ENV - - - name: Display NVCC version - shell: bash -l {0} - run: | - which nvcc - nvcc --version - - - uses: conda-incubator/setup-miniconda@v2 - with: - auto-update-conda: true - python-version: ${{ matrix.python-version }} - activate-environment: k2 - - - name: Display Python version - shell: bash -l {0} - run: | - python3 -c "import sys; print(sys.version)" - which python3 - - - name: Install conda dependencies - shell: bash -l {0} - run: | - conda install -y -q anaconda-client - conda install -y -q conda-build - conda install -y -q bs4 requests tqdm - if [[ ${{ matrix.torch }} == "1.13.0" || ${{ matrix.torch }} == "1.13.1" ]]; then - conda install -y -q -c pytorch -c nvidia pytorch=${{ matrix.torch }} pytorch-cuda=${{ matrix.cuda }} - else - conda install -y -q -c pytorch -c conda-forge pytorch=${{ matrix.torch }} cudatoolkit=${{ matrix.cuda }} - fi - - - name: Display conda info - shell: bash -l {0} - run: | - which conda - conda env list - conda info - nproc - - - name: Install git lfs - run: | - sudo apt-get install -y git-lfs - - - name: Download cudnn 8.0 - shell: bash -l {0} - env: - cuda: ${{ matrix.cuda }} - run: | - ./scripts/github_actions/install_cudnn.sh - - - name: Build k2 - shell: bash -l {0} - env: - K2_CUDA_VERSION: ${{ matrix.cuda }} - K2_PYTHON_VERSION: ${{ matrix.python-version}} - K2_TORCH_VERSION: ${{ matrix.torch }} - K2_CONDA_TOKEN: ${{ secrets.K2_CONDA_TOKEN}} - K2_IS_GITHUB_ACTIONS: 1 - K2_IS_FOR_CONDA: 1 - run: | - export K2_BUILD_TYPE=$K2_BUILD_TYPE - ./scripts/build_conda.sh - - - name: Display generated files - run: | - ls -lh /usr/share/miniconda/envs/k2/conda-bld/linux-64 - - - name: Upload generated files - uses: actions/upload-artifact@v2 - with: - name: torch-${{ matrix.torch }}-cuda-${{ matrix.cuda }}-python-${{ matrix.python-version }}-ubuntu-18.04 - path: /usr/share/miniconda/envs/k2/conda-bld/linux-64/*.tar.bz2 diff --git a/.github/workflows/build-cpu-macos.yml b/.github/workflows/build-cpu-macos.yml index 5706c8168..fe3e999ba 100644 --- a/.github/workflows/build-cpu-macos.yml +++ b/.github/workflows/build-cpu-macos.yml @@ -65,7 +65,7 @@ jobs: build-cpu-macos: if: github.event.label.name == 'ready' || github.event_name == 'push' needs: generate_build_matrix - runs-on: macos-10.15 + runs-on: macos-latest strategy: fail-fast: false matrix: @@ -117,7 +117,7 @@ jobs: - name: Upload Wheel uses: actions/upload-artifact@v2 with: - name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-macos-10.15-cpu + name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-macos-latest-cpu path: dist/*.whl - name: Build k2 diff --git a/.github/workflows/build-cpu-ubuntu.yml b/.github/workflows/build-cpu-ubuntu.yml index fe55d01a9..5e14d130d 100644 --- a/.github/workflows/build-cpu-ubuntu.yml +++ b/.github/workflows/build-cpu-ubuntu.yml @@ -65,7 +65,7 @@ jobs: build-cpu-ubuntu: if: github.event.label.name == 'ready' || github.event_name == 'push' needs: generate_build_matrix - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest strategy: fail-fast: false matrix: @@ -84,12 +84,6 @@ jobs: - name: Display date and time run: date - - name: Install GCC 7 - run: | - sudo apt-get install -y gcc-7 g++-7 - echo "CC=/usr/bin/gcc-7" >> $GITHUB_ENV - echo "CXX=/usr/bin/g++-7" >> $GITHUB_ENV - - name: Setup Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: @@ -119,7 +113,7 @@ jobs: - name: Upload Wheel uses: actions/upload-artifact@v2 with: - name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu + name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu path: dist/*.whl - name: Build k2 diff --git a/.github/workflows/build-cpu-windows.yml b/.github/workflows/build-cpu-windows.yml index 93ec5d372..779de1940 100644 --- a/.github/workflows/build-cpu-windows.yml +++ b/.github/workflows/build-cpu-windows.yml @@ -65,7 +65,7 @@ jobs: # see https://github.com/actions/virtual-environments/blob/win19/20210525.0/images/win/Windows2019-Readme.md if: github.event.label.name == 'ready' || github.event_name == 'push' needs: generate_build_matrix - runs-on: windows-2019 + runs-on: windows-latest strategy: fail-fast: false matrix: diff --git a/.github/workflows/build-cuda-ubuntu.yml b/.github/workflows/build-cuda-ubuntu.yml index a8ab9ee7f..a76685763 100644 --- a/.github/workflows/build-cuda-ubuntu.yml +++ b/.github/workflows/build-cuda-ubuntu.yml @@ -65,7 +65,7 @@ jobs: build-cuda-ubuntu: if: github.event.label.name == 'ready' || github.event_name == 'push' needs: generate_build_matrix - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest strategy: fail-fast: false matrix: @@ -99,13 +99,6 @@ jobs: which nvcc nvcc --version - - name: Install GCC 7 - run: | - sudo apt-get install -y gcc-7 g++-7 - echo "CC=/usr/bin/gcc-7" >> $GITHUB_ENV - echo "CXX=/usr/bin/g++-7" >> $GITHUB_ENV - echo "CUDAHOSTCXX=/usr/bin/g++-7" >> $GITHUB_ENV - - name: Install git lfs run: | sudo apt-get install -y git-lfs @@ -162,5 +155,5 @@ jobs: - name: Upload Wheel uses: actions/upload-artifact@v2 with: - name: gcc-7-cuda-${{ matrix.cuda }}-torch-${{ matrix.torch }}-python-${{ matrix.python-version }} + name: cuda-${{ matrix.cuda }}-torch-${{ matrix.torch }}-python-${{ matrix.python-version }} path: dist/*.whl diff --git a/.github/workflows/build-doc.yml b/.github/workflows/build-doc.yml index 37d30d57e..fedca3281 100644 --- a/.github/workflows/build-doc.yml +++ b/.github/workflows/build-doc.yml @@ -24,6 +24,7 @@ on: - master - doc - doc-test + - wheels paths: - '.github/workflows/build-doc.yml' - 'k2/csrc/**' @@ -40,6 +41,7 @@ env: jobs: build-doc: + if: github.repository_owner == 'csukuangfj' || github.repository_owner == 'k2-fsa' runs-on: ${{ matrix.os }} strategy: fail-fast: false @@ -90,12 +92,28 @@ jobs: pwd ls -lh lib + - name: Update wheels + shell: bash + run: | + export K2_DIR=$PWD + ls -lh $K2_DIR + + export GIT_LFS_SKIP_SMUDGE=1 + git clone https://huggingface.co/csukuangfj/k2 huggingface + cd huggingface + + ./run.sh + + cd .. + rm -rf huggingface + - name: Build doc shell: bash run: | python3 -m pip install numpy export PYTHONPATH=$PWD/k2/python:$PWD/build/lib:$PYTHONPATH echo "PYTHONPATH: $PYTHONPATH" + git status cd docs python3 -m pip install -r ./requirements.txt make html diff --git a/.github/workflows/macos-cpu-wheels.yml b/.github/workflows/macos-cpu-wheels.yml new file mode 100644 index 000000000..f4fd94847 --- /dev/null +++ b/.github/workflows/macos-cpu-wheels.yml @@ -0,0 +1,93 @@ +name: build-wheels-cpu-macos + +on: + push: + tags: + - '*' + workflow_dispatch: + +concurrency: + group: build-wheels-cpu-macos-${{ github.ref }} + cancel-in-progress: true + +jobs: + generate_build_matrix: + if: github.repository_owner == 'csukuangfj' || github.repository_owner == 'k2-fsa' + # see https://github.com/pytorch/pytorch/pull/50633 + runs-on: ubuntu-latest + outputs: + matrix: ${{ steps.set-matrix.outputs.matrix }} + steps: + - uses: actions/checkout@v2 + with: + fetch-depth: 0 + - name: Generating build matrix + id: set-matrix + run: | + # outputting for debugging purposes + python ./scripts/github_actions/generate_build_matrix.py --for-macos + MATRIX=$(python ./scripts/github_actions/generate_build_matrix.py --for-macos) + echo "::set-output name=matrix::${MATRIX}" + + build_wheels_macos_cpu: + needs: generate_build_matrix + name: ${{ matrix.torch }} ${{ matrix.python-version }} + runs-on: macos-latest + strategy: + fail-fast: false + matrix: + ${{ fromJson(needs.generate_build_matrix.outputs.matrix) }} + + steps: + - uses: actions/checkout@v2 + with: + fetch-depth: 0 + + # see https://cibuildwheel.readthedocs.io/en/stable/changelog/ + # for a list of versions + - name: Build wheels + uses: pypa/cibuildwheel@v2.11.4 + env: + CIBW_BEFORE_BUILD: pip install torch==${{ matrix.torch}} cmake numpy + CIBW_BUILD: ${{ matrix.python-version }}-* + CIBW_REPAIR_WHEEL_COMMAND_MACOS: "" + CIBW_BUILD_VERBOSITY: 3 + + - name: Display wheels + shell: bash + run: | + ls -lh ./wheelhouse/ + + - name: Upload Wheel + uses: actions/upload-artifact@v2 + with: + name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-macos-latest-cpu + path: wheelhouse/*.whl + + # https://huggingface.co/docs/hub/spaces-github-actions + - name: Publish to huggingface + env: + HF_TOKEN: ${{ secrets.HF_TOKEN }} + uses: nick-fields/retry@v2 + with: + max_attempts: 20 + timeout_seconds: 200 + shell: bash + command: | + git config --global user.email "csukuangfj@gmail.com" + git config --global user.name "Fangjun Kuang" + + rm -rf huggingface + export GIT_LFS_SKIP_SMUDGE=1 + + git clone https://huggingface.co/csukuangfj/k2 huggingface + cd huggingface + git pull + + mkdir -p macos + cp -v ../wheelhouse/*.whl ./macos + git status + git lfs track "*.whl" + git add . + git commit -m "upload macos wheel for torch ${{ matrix.torch }} python ${{ matrix.python-version }}" + git push https://csukuangfj:$HF_TOKEN@huggingface.co/csukuangfj/k2 main diff --git a/.github/workflows/nightly-cpu-macos.yml b/.github/workflows/nightly-cpu-macos.yml deleted file mode 100644 index 7ffff1216..000000000 --- a/.github/workflows/nightly-cpu-macos.yml +++ /dev/null @@ -1,143 +0,0 @@ -# Copyright 2021 Fangjun Kuang (csukuangfj@gmail.com) - -# See ../../LICENSE for clarification regarding multiple authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -name: nightly_cpu_macos - -on: - push: - branches: - - nightly - paths: - - '.github/workflows/nightly-cpu-macos.yml' - - 'CMakeLists.txt' - - 'cmake/**' - - 'k2/csrc/**' - - 'k2/python/**' - schedule: - # minute (0-59) - # hour (0-23) - # day of the month (1-31) - # month (1-12) - # day of the week (0-6) - # nightly build at 23:50 UTC time every day - - cron: "50 23 * * *" - -concurrency: - group: nightly_cpu_macos-${{ github.ref }} - cancel-in-progress: true - -env: - BUILD_TYPE: Release - -jobs: - enable_nightly_build: - if: github.repository == 'k2-fsa/k2' - runs-on: ubuntu-latest - outputs: - enabled: ${{ steps.set-enabled.outputs.enabled }} - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - name: Set enabled - id: set-enabled - run: | - enabled=$(python scripts/github_actions/run-nightly-build.py) - echo "enabled: $enabled" - echo "::set-output name=enabled::${enabled}" - - generate_build_matrix: - needs: enable_nightly_build - if: needs.enable_nightly_build.outputs.enabled == 'true' || github.event_name == 'push' - # see https://github.com/pytorch/pytorch/pull/50633 - runs-on: ubuntu-latest - outputs: - matrix: ${{ steps.set-matrix.outputs.matrix }} - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - name: Generating build matrix - id: set-matrix - run: | - # outputting for debugging purposes - python scripts/github_actions/generate_build_matrix.py - MATRIX=$(python scripts/github_actions/generate_build_matrix.py) - echo "::set-output name=matrix::${MATRIX}" - - nightly_cpu_macos: - needs: generate_build_matrix - runs-on: macos-10.15 - strategy: - fail-fast: false - matrix: - ${{ fromJson(needs.generate_build_matrix.outputs.matrix) }} - - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - - name: Display date and time - run: date - - - name: Setup Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 - with: - python-version: ${{ matrix.python-version }} - - - name: Display Python version - run: python -c "import sys; print(sys.version)" - - - name: Display GCC version - run: | - gcc --version - - - name: Display clang version - run: | - clang --version - - - name: Install PyTorch ${{ matrix.torch }} - shell: bash - run: | - python3 -m pip install -qq --upgrade pip - python3 -m pip install -qq wheel twine - python3 -m pip install -qq torch==${{ matrix.torch }} - python3 -m pip install --upgrade numpy - - - name: Build pip packages - shell: bash - run: | - export K2_CMAKE_ARGS="-DCMAKE_BUILD_TYPE=$BUILD_TYPE -DK2_WITH_CUDA=OFF" - export K2_MAKE_ARGS="-j2" - python3 setup.py bdist_wheel - ls -lh dist/ - - - name: Upload Wheel - uses: actions/upload-artifact@v2 - with: - name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-macos-10.15 - path: dist/*.whl - - - name: Copy wheels to k2-fsa.org - if: ${{ github.repository_owner == 'k2-fsa' }} - run: | - user=${{ secrets.K2_USERNAME }} - server=${{ secrets.K2_HOST }} - port=${{ secrets.K2_PORT }} - echo "${{ secrets.K2_KEY }}" > id_rsa && chmod 600 id_rsa - scp -P $port -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i id_rsa dist/*.whl $user@$server:~/nightly/whl - rm id_rsa diff --git a/.github/workflows/nightly-cpu-ubuntu.yml b/.github/workflows/nightly-cpu-ubuntu.yml deleted file mode 100644 index 91c393d55..000000000 --- a/.github/workflows/nightly-cpu-ubuntu.yml +++ /dev/null @@ -1,148 +0,0 @@ -# Copyright 2021 Fangjun Kuang (csukuangfj@gmail.com) - -# See ../../LICENSE for clarification regarding multiple authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -name: nightly_cpu_ubuntu - -on: - push: - branches: - - nightly - paths: - - '.github/workflows/nightly-cpu-ubuntu.yml' - - 'CMakeLists.txt' - - 'cmake/**' - - 'k2/csrc/**' - - 'k2/python/**' - schedule: - # minute (0-59) - # hour (0-23) - # day of the month (1-31) - # month (1-12) - # day of the week (0-6) - # nightly build at 23:50 UTC time every day - - cron: "50 23 * * *" - -concurrency: - group: nightly_cpu_ubuntu-${{ github.ref }} - cancel-in-progress: true - -env: - BUILD_TYPE: Release - -jobs: - enable_nightly_build: - if: github.repository == 'k2-fsa/k2' - runs-on: ubuntu-latest - outputs: - enabled: ${{ steps.set-enabled.outputs.enabled }} - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - name: Set enabled - id: set-enabled - run: | - enabled=$(python scripts/github_actions/run-nightly-build.py) - echo "enabled: $enabled" - echo "::set-output name=enabled::${enabled}" - - generate_build_matrix: - needs: enable_nightly_build - if: needs.enable_nightly_build.outputs.enabled == 'true' || github.event_name == 'push' - # see https://github.com/pytorch/pytorch/pull/50633 - runs-on: ubuntu-latest - outputs: - matrix: ${{ steps.set-matrix.outputs.matrix }} - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - name: Generating build matrix - id: set-matrix - run: | - # outputting for debugging purposes - python scripts/github_actions/generate_build_matrix.py - MATRIX=$(python scripts/github_actions/generate_build_matrix.py) - echo "::set-output name=matrix::${MATRIX}" - - nightly_cpu_ubuntu: - needs: generate_build_matrix - runs-on: ubuntu-20.04 - strategy: - fail-fast: false - matrix: - ${{ fromJson(needs.generate_build_matrix.outputs.matrix) }} - - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - - name: Display date and time - run: date - - - name: Setup Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 - with: - python-version: ${{ matrix.python-version }} - - - name: Display Python version - run: python -c "import sys; print(sys.version)" - - - name: Install GCC 7 - if: startsWith(matrix.os, 'ubuntu') - run: | - sudo apt-get install -y gcc-7 g++-7 - echo "CC=/usr/bin/gcc-7" >> $GITHUB_ENV - echo "CXX=/usr/bin/g++-7" >> $GITHUB_ENV - - - name: Display GCC version - run: | - gcc --version - - - name: Install PyTorch ${{ matrix.torch }} - shell: bash - run: | - python3 -m pip install -qq --upgrade pip - python3 -m pip install -qq wheel twine typing_extensions - python3 -m pip install torch==${{ matrix.torch }}+cpu -f https://download.pytorch.org/whl/torch_stable.html - python3 -m pip install --upgrade numpy - - python3 -c "import torch; print('torch version:', torch.__version__)" - - - name: Build pip packages - shell: bash - run: | - export K2_CMAKE_ARGS="-DCMAKE_BUILD_TYPE=$BUILD_TYPE -DK2_WITH_CUDA=OFF" - export K2_MAKE_ARGS="-j2" - python3 setup.py bdist_wheel - ls -lh dist/ - - - name: Upload Wheel - uses: actions/upload-artifact@v2 - with: - name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-20.04 - path: dist/*.whl - - - name: Copy wheels to k2-fsa.org - if: ${{ github.repository_owner == 'k2-fsa' }} - run: | - user=${{ secrets.K2_USERNAME }} - server=${{ secrets.K2_HOST }} - port=${{ secrets.K2_PORT }} - echo "${{ secrets.K2_KEY }}" > id_rsa && chmod 600 id_rsa - scp -P $port -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i id_rsa dist/*.whl $user@$server:~/nightly/whl - rm id_rsa diff --git a/.github/workflows/nightly-cpu-windows.yml b/.github/workflows/nightly-cpu-windows.yml deleted file mode 100644 index 0f502b1ff..000000000 --- a/.github/workflows/nightly-cpu-windows.yml +++ /dev/null @@ -1,171 +0,0 @@ -# Copyright 2021 Fangjun Kuang (csukuangfj@gmail.com) - -# See ../../LICENSE for clarification regarding multiple authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -name: nightly_cpu_windows - -on: - push: - branches: - - nightly - paths: - - '.github/workflows/nightly-cpu-windows.yml' - - 'CMakeLists.txt' - - 'cmake/**' - - 'k2/csrc/**' - - 'k2/python/**' - schedule: - # minute (0-59) - # hour (0-23) - # day of the month (1-31) - # month (1-12) - # day of the week (0-6) - # nightly build at 23:50 UTC time every day - - cron: "50 23 * * *" - -concurrency: - group: nightly_cpu_windows-${{ github.ref }} - cancel-in-progress: true - -env: - BUILD_TYPE: Release - -jobs: - enable_nightly_build: - if: github.repository == 'k2-fsa/k2' - runs-on: ubuntu-latest - outputs: - enabled: ${{ steps.set-enabled.outputs.enabled }} - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - name: Set enabled - id: set-enabled - run: | - enabled=$(python scripts/github_actions/run-nightly-build.py) - echo "enabled: $enabled" - echo "::set-output name=enabled::${enabled}" - - generate_build_matrix: - needs: enable_nightly_build - if: needs.enable_nightly_build.outputs.enabled == 'true' || github.event_name == 'push' - runs-on: ubuntu-latest - outputs: - matrix: ${{ steps.set-matrix.outputs.matrix }} - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - name: Generating build matrix - id: set-matrix - run: | - # outputting for debugging purposes - python scripts/github_actions/generate_build_matrix.py - MATRIX=$(python scripts/github_actions/generate_build_matrix.py) - echo "::set-output name=matrix::${MATRIX}" - - nightly_cpu_windows: - needs: generate_build_matrix - runs-on: windows-2019 - strategy: - fail-fast: false - matrix: - ${{ fromJson(needs.generate_build_matrix.outputs.matrix) }} - - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - # see https://github.com/microsoft/setup-msbuild - - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.0.2 - - - name: Setup Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 - with: - python-version: ${{ matrix.python-version }} - - - name: Display Python version - run: python -c "import sys; print(sys.version)" - - - name: Install PyTorch ${{ matrix.torch }} - run: | - pip3 install -qq torch==${{ matrix.torch }}+cpu -f https://download.pytorch.org/whl/torch_stable.html numpy - pip3 install -qq wheel twine dataclasses typing_extensions - - python3 -m torch.utils.collect_env - - - name: Display CMake version - run: | - cmake --version - cmake --help - - - name: Build wheel - shell: bash - run: | - export K2_CMAKE_ARGS="-DK2_WITH_CUDA=OFF -DCMAKE_BUILD_TYPE=Release" - python3 setup.py bdist_wheel - ls -lh dist/ - pip install ./dist/*.whl - - - name: Upload Wheel - uses: actions/upload-artifact@v2 - with: - name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-windows-cpu - path: dist/*.whl - - - name: Copy wheels to k2-fsa.org - if: ${{ github.repository_owner == 'k2-fsa' }} - shell: bash - run: | - user=${{ secrets.K2_USERNAME }} - server=${{ secrets.K2_HOST }} - port=${{ secrets.K2_PORT }} - echo "${{ secrets.K2_KEY }}" > id_rsa && chmod 600 id_rsa - scp -P $port -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i id_rsa dist/*.whl $user@$server:~/nightly/whl - rm id_rsa - - - name: Configure CMake - shell: bash - run: | - mkdir build_release - cd build_release - cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DK2_WITH_CUDA=OFF .. - ls -lh - cat k2/csrc/version.h - cat CMakeCache.txt - - - name: Build k2 - shell: bash - run: | - cd build_release - cmake --build . --target _k2 --config Release -- -m - cmake --build . --target ALL_BUILD --config Release - - - name: Display generated files - shell: bash - run: | - cd build_release - ls -lh lib/*/* - ls -lh bin/*/* - - - name: Run tests - shell: bash - run: | - cd build_release - # disable python tests for k2host - ctest -C Release --output-on-failure -E host diff --git a/.github/workflows/nightly-cuda-ubuntu.yml b/.github/workflows/nightly-cuda-ubuntu.yml deleted file mode 100644 index 8651c898c..000000000 --- a/.github/workflows/nightly-cuda-ubuntu.yml +++ /dev/null @@ -1,140 +0,0 @@ -name: nightly-cuda-ubuntu - -on: - push: - branches: - - nightly - paths: - - '.github/workflows/nightly-cuda-ubuntu.yml' - - 'CMakeLists.txt' - - 'cmake/**' - - 'k2/csrc/**' - - 'k2/python/**' - schedule: - # minute (0-59) - # hour (0-23) - # day of the month (1-31) - # month (1-12) - # day of the week (0-6) - # nightly build at 23:50 UTC time every day - - cron: "50 23 * * *" - -concurrency: - group: nightly-${{ github.ref }} - cancel-in-progress: true - -env: - BUILD_TYPE: Release - -jobs: - enable_nightly_build: - if: github.repository == 'k2-fsa/k2' - runs-on: ubuntu-latest - outputs: - enabled: ${{ steps.set-enabled.outputs.enabled }} - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - name: Set enabled - id: set-enabled - run: | - enabled=$(python scripts/github_actions/run-nightly-build.py) - echo "enabled: $enabled" - echo "::set-output name=enabled::${enabled}" - - nightly: - needs: enable_nightly_build - if: needs.enable_nightly_build.outputs.enabled == 'true' || github.event_name == 'push' - runs-on: ubuntu-20.04 - strategy: - fail-fast: false - matrix: - cuda: ["11.6", "11.7"] - gcc: ["7"] - torch: ["1.13.1"] - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] - - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - - uses: szenius/set-timezone@v1.0 - with: - timezoneLinux: "Asia/Shanghai" - - - name: Display date and time - run: date - - - name: Setup Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 - with: - python-version: ${{ matrix.python-version }} - - - name: Display Python version - run: python -c "import sys; print(sys.version)" - - - name: Install CUDA Toolkit ${{ matrix.cuda }} - env: - cuda: ${{ matrix.cuda }} - run: | - source ./scripts/github_actions/install_cuda.sh - echo "CUDA_HOME=${CUDA_HOME}" >> $GITHUB_ENV - echo "${CUDA_HOME}/bin" >> $GITHUB_PATH - echo "LD_LIBRARY_PATH=${CUDA_HOME}/lib:${CUDA_HOME}/lib64:${LD_LIBRARY_PATH}" >> $GITHUB_ENV - shell: bash - - - name: Display NVCC version - run: | - which nvcc - nvcc --version - - - name: Install GCC ${{ matrix.gcc }} - run: | - sudo apt-get install -y gcc-${{ matrix.gcc }} g++-${{ matrix.gcc }} - echo "CC=/usr/bin/gcc-${{ matrix.gcc }}" >> $GITHUB_ENV - echo "CXX=/usr/bin/g++-${{ matrix.gcc }}" >> $GITHUB_ENV - echo "CUDAHOSTCXX=/usr/bin/g++-${{ matrix.gcc }}" >> $GITHUB_ENV - - - name: Install PyTorch ${{ matrix.torch }} - env: - cuda: ${{ matrix.cuda }} - torch: ${{ matrix.torch }} - shell: bash - run: | - python3 -m pip install --upgrade pip - python3 -m pip install wheel twine typing_extensions - python3 -m pip install bs4 requests tqdm - - ./scripts/github_actions/install_torch.sh - python3 -c "import torch; print('torch version:', torch.__version__)" - - - name: Install git lfs - run: | - sudo apt-get install -y git-lfs - - - name: Download cudnn 8.0 - env: - cuda: ${{ matrix.cuda }} - run: | - ./scripts/github_actions/install_cudnn.sh - - - name: Build pip packages - shell: bash - run: | - export K2_CMAKE_ARGS="-DCMAKE_BUILD_TYPE=$BUILD_TYPE" - export K2_MAKE_ARGS="-j2" - python3 setup.py bdist_wheel - ls -lh dist/ - - - name: Copy wheels to k2-fsa.org - if: ${{ github.repository_owner == 'k2-fsa' }} - uses: horochx/deploy-via-scp@v1.0.1 - with: - host: ${{ secrets.K2_HOST }} - user: ${{ secrets.K2_USERNAME }} - key: ${{ secrets.K2_KEY }} - port: ${{ secrets.K2_PORT }} - local: dist/*.whl - remote: nightly/whl diff --git a/.github/workflows/test-k2-as-third-party-lib-cpu-macos.yml b/.github/workflows/test-k2-as-third-party-lib-cpu-macos.yml index 0ae3b2584..2019ef695 100644 --- a/.github/workflows/test-k2-as-third-party-lib-cpu-macos.yml +++ b/.github/workflows/test-k2-as-third-party-lib-cpu-macos.yml @@ -67,7 +67,7 @@ jobs: test-k2-as-third-party-lib-cpu-macos: if: github.event.label.name == 'ready' || github.event_name == 'push' needs: generate_build_matrix - runs-on: macos-10.15 + runs-on: macos-latest strategy: fail-fast: false matrix: diff --git a/.github/workflows/test-k2-as-third-party-lib-cpu-ubuntu.yml b/.github/workflows/test-k2-as-third-party-lib-cpu-ubuntu.yml index b6737bfe4..d45e757db 100644 --- a/.github/workflows/test-k2-as-third-party-lib-cpu-ubuntu.yml +++ b/.github/workflows/test-k2-as-third-party-lib-cpu-ubuntu.yml @@ -67,7 +67,7 @@ jobs: test-k2-as-third-party-lib-cpu-ubuntu: if: github.event.label.name == 'ready' || github.event_name == 'push' needs: generate_build_matrix - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest strategy: fail-fast: false matrix: diff --git a/.github/workflows/test-k2-as-third-party-lib-cpu-windows.yml b/.github/workflows/test-k2-as-third-party-lib-cpu-windows.yml index c142d0beb..bee01d455 100644 --- a/.github/workflows/test-k2-as-third-party-lib-cpu-windows.yml +++ b/.github/workflows/test-k2-as-third-party-lib-cpu-windows.yml @@ -67,7 +67,7 @@ jobs: test-k2-as-third-party-lib-cpu-windows: if: github.event.label.name == 'ready' || github.event_name == 'push' needs: generate_build_matrix - runs-on: windows-2019 + runs-on: windows-latest strategy: fail-fast: false matrix: diff --git a/.github/workflows/test-k2-as-third-party-lib-cuda-ubuntu.yml b/.github/workflows/test-k2-as-third-party-lib-cuda-ubuntu.yml index 2ebe61b95..439de7d53 100644 --- a/.github/workflows/test-k2-as-third-party-lib-cuda-ubuntu.yml +++ b/.github/workflows/test-k2-as-third-party-lib-cuda-ubuntu.yml @@ -67,7 +67,7 @@ jobs: test-k2-as-third-party-lib-cuda-ubuntu: if: github.event.label.name == 'ready' || github.event_name == 'push' needs: generate_build_matrix - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest strategy: fail-fast: false matrix: diff --git a/.github/workflows/ubuntu-cpu-wheels.yml b/.github/workflows/ubuntu-cpu-wheels.yml new file mode 100644 index 000000000..0a2da29b2 --- /dev/null +++ b/.github/workflows/ubuntu-cpu-wheels.yml @@ -0,0 +1,100 @@ +name: build-wheels-cpu-ubuntu + +on: + push: + tags: + - '*' + workflow_dispatch: + +concurrency: + group: build-wheels-cpu-ubuntu-${{ github.ref }} + cancel-in-progress: true + +jobs: + generate_build_matrix: + if: github.repository_owner == 'csukuangfj' || github.repository_owner == 'k2-fsa' + # see https://github.com/pytorch/pytorch/pull/50633 + runs-on: ubuntu-latest + outputs: + matrix: ${{ steps.set-matrix.outputs.matrix }} + steps: + - uses: actions/checkout@v2 + with: + fetch-depth: 0 + - name: Generating build matrix + id: set-matrix + run: | + # outputting for debugging purposes + python ./scripts/github_actions/generate_build_matrix.py + MATRIX=$(python ./scripts/github_actions/generate_build_matrix.py) + echo "::set-output name=matrix::${MATRIX}" + + build-manylinux-wheels: + needs: generate_build_matrix + name: ${{ matrix.torch }} ${{ matrix.python-version }} + runs-on: ubuntu-latest + strategy: + fail-fast: false + matrix: + ${{ fromJson(needs.generate_build_matrix.outputs.matrix) }} + + steps: + - uses: actions/checkout@v2 + with: + fetch-depth: 0 + + # see https://github.com/pytorch/test-infra/blob/9e3d392690719fac85bad0c9b67f530e48375ca1/tools/scripts/generate_binary_build_matrix.py + # https://github.com/pytorch/builder/tree/main/manywheel + # https://github.com/pytorch/builder/pull/476 + # https://github.com/k2-fsa/k2/issues/733 + # https://github.com/pytorch/pytorch/pull/50633 (generate build matrix) + - name: Run the build process with Docker + uses: addnab/docker-run-action@v3 + with: + image: ${{ matrix.image }} + options: -v ${{ github.workspace }}:/var/www -e PYTHON_VERSION=${{ matrix.python-version }} -e TORCH_VERSION=${{ matrix.torch }} + run: | + echo "pwd: $PWD" + uname -a + id + cat /etc/*release + gcc --version + python3 --version + which python3 + + /var/www/scripts/github_actions/build-ubuntu-cpu.sh + + - name: Upload Wheel + uses: actions/upload-artifact@v2 + with: + name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu + path: wheelhouse/*.whl + + # https://huggingface.co/docs/hub/spaces-github-actions + - name: Publish to huggingface + # if: github.repository_owner == 'csukuangfj' || github.repository_owner == 'k2-fsa' + env: + HF_TOKEN: ${{ secrets.HF_TOKEN }} + uses: nick-fields/retry@v2 + with: + max_attempts: 20 + timeout_seconds: 200 + shell: bash + command: | + git config --global user.email "csukuangfj@gmail.com" + git config --global user.name "Fangjun Kuang" + + rm -rf huggingface + export GIT_LFS_SKIP_SMUDGE=1 + + git clone https://huggingface.co/csukuangfj/k2 huggingface + cd huggingface + git pull + + mkdir -p cpu + cp -v ../wheelhouse/*.whl ./cpu + git status + git lfs track "*.whl" + git add . + git commit -m "upload ubuntu-cpu wheel for torch ${{ matrix.torch }} python ${{ matrix.python-version }}" + git push https://csukuangfj:$HF_TOKEN@huggingface.co/csukuangfj/k2 main diff --git a/.github/workflows/ubuntu-cuda-wheels.yml b/.github/workflows/ubuntu-cuda-wheels.yml new file mode 100644 index 000000000..d0ed2e4a8 --- /dev/null +++ b/.github/workflows/ubuntu-cuda-wheels.yml @@ -0,0 +1,118 @@ +name: build-wheels-cuda-ubuntu + +on: + push: + tags: + - '*' + workflow_dispatch: + +concurrency: + group: build-wheels-cuda-ubuntu-${{ github.ref }} + cancel-in-progress: true + +jobs: + generate_build_matrix: + if: github.repository_owner == 'csukuangfj' || github.repository_owner == 'k2-fsa' + # see https://github.com/pytorch/pytorch/pull/50633 + runs-on: ubuntu-latest + outputs: + matrix: ${{ steps.set-matrix.outputs.matrix }} + steps: + - uses: actions/checkout@v2 + with: + fetch-depth: 0 + - name: Generating build matrix + id: set-matrix + run: | + # outputting for debugging purposes + python ./scripts/github_actions/generate_build_matrix.py --enable-cuda + MATRIX=$(python ./scripts/github_actions/generate_build_matrix.py --enable-cuda) + echo "::set-output name=matrix::${MATRIX}" + + build-manylinux-wheels: + needs: generate_build_matrix + name: ${{ matrix.torch }} ${{ matrix.python-version }} cuda${{ matrix.cuda }} + runs-on: ubuntu-latest + strategy: + fail-fast: false + matrix: + ${{ fromJson(needs.generate_build_matrix.outputs.matrix) }} + + steps: + - uses: actions/checkout@v2 + with: + fetch-depth: 0 + + - name: display + shell: bash + run: | + # see https://github.com/pytorch/test-infra/blob/9e3d392690719fac85bad0c9b67f530e48375ca1/tools/scripts/generate_binary_build_matrix.py + # https://github.com/pytorch/builder/tree/main/manywheel + # https://github.com/pytorch/builder/pull/476 + # https://github.com/k2-fsa/k2/issues/733 + # https://github.com/pytorch/pytorch/pull/50633 (generate build matrix) + - name: Run the build process with Docker + uses: addnab/docker-run-action@v3 + with: + image: ${{ matrix.image }} + options: -v ${{ github.workspace }}:/var/www -e PYTHON_VERSION=${{ matrix.python-version }} -e TORCH_VERSION=${{ matrix.torch }} -e CUDA_VERSION=${{ matrix.cuda }} + run: | + echo "pwd: $PWD" + uname -a + id + cat /etc/*release + gcc --version + python3 --version + which python3 + + pushd /usr/local + rm cuda + ln -s cuda-$CUDA_VERSION cuda + popd + which nvcc + nvcc --version + + cp /var/www/scripts/github_actions/install_torch.sh . + chmod +x install_torch.sh + + /var/www/scripts/github_actions/build-ubuntu-cuda.sh + + - name: Display wheels + shell: bash + run: | + ls -lh ./wheelhouse/ + + - name: Upload Wheel + uses: actions/upload-artifact@v2 + with: + name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cuda + path: wheelhouse/*.whl + + # https://huggingface.co/docs/hub/spaces-github-actions + - name: Publish to huggingface + if: github.repository_owner == 'csukuangfj' + env: + HF_TOKEN: ${{ secrets.HF_TOKEN }} + uses: nick-fields/retry@v2 + with: + max_attempts: 20 + timeout_seconds: 200 + shell: bash + command: | + git config --global user.email "csukuangfj@gmail.com" + git config --global user.name "Fangjun Kuang" + + rm -rf huggingface + export GIT_LFS_SKIP_SMUDGE=1 + + git clone https://huggingface.co/csukuangfj/k2 huggingface + cd huggingface + git pull + + mkdir -p ubuntu-cuda + cp -v ../wheelhouse/*.whl ./ubuntu-cuda + git status + git lfs track "*.whl" + git add . + git commit -m "upload ubuntu-cuda wheel for torch ${{ matrix.torch }} python ${{ matrix.python-version }}" + git push https://csukuangfj:$HF_TOKEN@huggingface.co/csukuangfj/k2 main diff --git a/.github/workflows/wheel-cpu-macos.yml b/.github/workflows/wheel-cpu-macos.yml deleted file mode 100644 index 3fac82fa7..000000000 --- a/.github/workflows/wheel-cpu-macos.yml +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright (c) 2021 Xiaomi Corporation (authors: Fangjun Kuang) - -name: Publish to PyPI - macOS CPU - -on: - push: - tags: - - '*' - -concurrency: - group: PyPI-macos-cpu-${{ github.ref }} - cancel-in-progress: true - -env: - BUILD_TYPE: Release - -jobs: - PyPI-macos-cpu: - runs-on: ${{ matrix.os }} - strategy: - fail-fast: false - matrix: - os: [macos-10.15] - torch: ["1.13.1"] - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] - - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - - name: Setup Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 - with: - python-version: ${{ matrix.python-version }} - - - name: Display Python version - run: python -c "import sys; print(sys.version)" - - - name: Install PyTorch ${{ matrix.torch }} - shell: bash - run: | - python3 -m pip install -qq --upgrade pip - python3 -m pip install -q wheel twine typing_extensions - python3 -m pip install -qq torch==${{ matrix.torch }} - - - - name: Build pip packages - shell: bash - env: - K2_IS_FOR_PYPI: 1 - K2_IS_STABLE: 1 - run: | - tag=$(python3 -c "import sys; print('.'.join(sys.version.split('.')[:2]))") - export K2_CMAKE_ARGS="-DCMAKE_BUILD_TYPE=$BUILD_TYPE" - export K2_MAKE_ARGS="-j2" - python3 setup.py bdist_wheel --python-tag=py${tag} - ls -lh dist/ - - - name: Upload Wheel - uses: actions/upload-artifact@v2 - with: - name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-${{ matrix.os }}-cpu - path: dist/*.whl - - - name: Publish wheels to PyPI - if: ${{ github.repository_owner == 'k2-fsa' }} - env: - TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} - TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} - run: | - twine upload dist/k2-*.whl diff --git a/.github/workflows/wheel-cpu-windows.yml b/.github/workflows/wheel-cpu-windows.yml deleted file mode 100644 index 4864e2755..000000000 --- a/.github/workflows/wheel-cpu-windows.yml +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright (c) 2021 Xiaomi Corporation (authors: Fangjun Kuang) - -name: Publish to PyPI - Windows CPU - -on: - push: - tags: - - '*' - -concurrency: - group: PyPI-windows-cpu-${{ github.ref }} - cancel-in-progress: true - -env: - BUILD_TYPE: Release - -jobs: - PyPI-windows-cpu: - if: ${{ false }} # Disable it at present. Users can install it from https://k2-fsa.org/nightly/index.html - runs-on: ${{ matrix.os }} - strategy: - fail-fast: false - matrix: - os: [windows-2019] - torch: ["1.13.1"] - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] - - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - # see https://github.com/microsoft/setup-msbuild - - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.0.2 - - - name: Setup Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 - with: - python-version: ${{ matrix.python-version }} - - - name: Display Python version - run: python -c "import sys; print(sys.version)" - - - name: Install PyTorch ${{ matrix.torch }} - run: | - pip3 install -qq torch==${{ matrix.torch }}+cpu -f https://download.pytorch.org/whl/torch_stable.html numpy - pip3 install -qq wheel twine dataclasses typing_extensions - - python3 -m torch.utils.collect_env - - - - name: Build pip packages - shell: bash - env: - K2_IS_FOR_PYPI: 1 - K2_IS_STABLE: 1 - run: | - tag=$(python3 -c "import sys; print('.'.join(sys.version.split('.')[:2]))") - export K2_CMAKE_ARGS="-DK2_WITH_CUDA=OFF -DCMAKE_BUILD_TYPE=$BUILD_TYPE" - python3 setup.py bdist_wheel --python-tag=py${tag} - ls -lh dist/ - - - name: Upload Wheel - uses: actions/upload-artifact@v2 - with: - name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-windows-cpu - path: dist/*.whl - - - name: Publish wheels to PyPI - if: ${{ github.repository_owner == 'k2-fsa' }} - env: - TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} - TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} - run: | - twine upload dist/k2-*.whl diff --git a/.github/workflows/wheel-cuda-ubuntu.yml b/.github/workflows/wheel-cuda-ubuntu.yml deleted file mode 100644 index b090dd249..000000000 --- a/.github/workflows/wheel-cuda-ubuntu.yml +++ /dev/null @@ -1,105 +0,0 @@ -# Copyright (c) 2021 Xiaomi Corporation (authors: Fangjun Kuang) - -name: Publish to PyPI - Ubuntu CUDA - -on: - push: - tags: - - '*' - -concurrency: - group: PyPI_CUDA_Ubuntu-${{ github.ref }} - cancel-in-progress: true - -env: - BUILD_TYPE: Release - -jobs: - PyPI_CUDA_Ubuntu: - runs-on: ${{ matrix.os }} - strategy: - fail-fast: false - matrix: - os: [ubuntu-20.04] - cuda: ["11.7"] - gcc: ["7"] - torch: ["1.13.1"] - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] - - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - - name: Setup Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 - with: - python-version: ${{ matrix.python-version }} - - - name: Display Python version - run: python -c "import sys; print(sys.version)" - - - name: Install CUDA Toolkit ${{ matrix.cuda }} - env: - cuda: ${{ matrix.cuda }} - run: | - source ./scripts/github_actions/install_cuda.sh - echo "CUDA_HOME=${CUDA_HOME}" >> $GITHUB_ENV - echo "${CUDA_HOME}/bin" >> $GITHUB_PATH - echo "LD_LIBRARY_PATH=${CUDA_HOME}/lib:${CUDA_HOME}/lib64:${LD_LIBRARY_PATH}" >> $GITHUB_ENV - shell: bash - - - name: Display NVCC version - run: | - which nvcc - nvcc --version - - - name: Install GCC ${{ matrix.gcc }} - run: | - sudo apt-get install -y gcc-${{ matrix.gcc }} g++-${{ matrix.gcc }} - echo "CC=/usr/bin/gcc-${{ matrix.gcc }}" >> $GITHUB_ENV - echo "CXX=/usr/bin/g++-${{ matrix.gcc }}" >> $GITHUB_ENV - echo "CUDAHOSTCXX=/usr/bin/g++-${{ matrix.gcc }}" >> $GITHUB_ENV - - - name: Install PyTorch ${{ matrix.torch }} - env: - cuda: ${{ matrix.cuda }} - torch: ${{ matrix.torch }} - shell: bash - run: | - python3 -m pip install --upgrade pip - python3 -m pip install wheel twine typing_extensions - python3 -m pip install bs4 requests tqdm - - ./scripts/github_actions/install_torch.sh - python3 -c "import torch; print('torch version:', torch.__version__)" - - - name: Install git lfs - run: | - sudo apt-get install -y git-lfs - - - name: Download cudnn 8.0 - env: - cuda: ${{ matrix.cuda }} - run: | - ./scripts/github_actions/install_cudnn.sh - - - name: Build pip packages - shell: bash - env: - K2_IS_FOR_PYPI: 1 - K2_IS_STABLE: 1 - run: | - tag=$(python3 -c "import sys; print('.'.join(sys.version.split('.')[:2]))") - export K2_CMAKE_ARGS="-DCMAKE_BUILD_TYPE=$BUILD_TYPE" - export K2_MAKE_ARGS="-j2" - python3 setup.py bdist_wheel --python-tag=py${tag} - ls -lh dist/ - - - name: Publish wheels to PyPI - if: ${{ github.repository_owner == 'k2-fsa' }} - env: - TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} - TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} - run: | - twine upload dist/k2-*.whl diff --git a/.github/workflows/windows-x64-cpu-wheels.yml b/.github/workflows/windows-x64-cpu-wheels.yml new file mode 100644 index 000000000..a400befca --- /dev/null +++ b/.github/workflows/windows-x64-cpu-wheels.yml @@ -0,0 +1,94 @@ +name: build-wheels-cpu-win64 + +on: + push: + tags: + - '*' + workflow_dispatch: + +concurrency: + group: build-wheels-cpu-win64-${{ github.ref }} + cancel-in-progress: true + +jobs: + generate_build_matrix: + if: github.repository_owner == 'csukuangfj' || github.repository_owner == 'k2-fsa' + # see https://github.com/pytorch/pytorch/pull/50633 + runs-on: ubuntu-latest + outputs: + matrix: ${{ steps.set-matrix.outputs.matrix }} + steps: + - uses: actions/checkout@v2 + with: + fetch-depth: 0 + - name: Generating build matrix + id: set-matrix + run: | + # outputting for debugging purposes + python ./scripts/github_actions/generate_build_matrix.py --for-windows + MATRIX=$(python ./scripts/github_actions/generate_build_matrix.py --for-windows) + echo "::set-output name=matrix::${MATRIX}" + + build_wheels_win64_cpu: + needs: generate_build_matrix + name: ${{ matrix.torch }} ${{ matrix.python-version }} + runs-on: windows-latest + strategy: + fail-fast: false + matrix: + ${{ fromJson(needs.generate_build_matrix.outputs.matrix) }} + + steps: + - uses: actions/checkout@v2 + with: + fetch-depth: 0 + + # see https://cibuildwheel.readthedocs.io/en/stable/changelog/ + # for a list of versions + - name: Build wheels + uses: pypa/cibuildwheel@v2.11.4 + env: + CIBW_BEFORE_BUILD: pip install torch==${{ matrix.torch}}+cpu cmake numpy -f https://download.pytorch.org/whl/torch_stable.html + CIBW_BUILD: ${{ matrix.python-version }}-win_amd64 + CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "" + CIBW_BUILD_VERBOSITY: 3 + + - name: Display wheels + shell: bash + run: | + ls -lh ./wheelhouse/ + + - name: Upload Wheel + uses: actions/upload-artifact@v2 + with: + name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-windows-latest-cpu + path: wheelhouse/*.whl + + # https://huggingface.co/docs/hub/spaces-github-actions + - name: Publish to huggingface + # if: github.repository_owner == 'k2-fsa' + env: + HF_TOKEN: ${{ secrets.HF_TOKEN }} + uses: nick-fields/retry@v2 + with: + max_attempts: 20 + timeout_seconds: 200 + shell: bash + command: | + git config --global user.email "csukuangfj@gmail.com" + git config --global user.name "Fangjun Kuang" + + rm -rf huggingface + export GIT_LFS_SKIP_SMUDGE=1 + + git clone https://huggingface.co/csukuangfj/k2 huggingface + cd huggingface + git pull + + mkdir -p windows-cpu + cp -v ../wheelhouse/*.whl ./windows-cpu + git status + git lfs track "*.whl" + git add . + git commit -m "upload windows-cpu wheel for torch ${{ matrix.torch }} python ${{ matrix.python-version }}" + git push https://csukuangfj:$HF_TOKEN@huggingface.co/csukuangfj/k2 main diff --git a/CMakeLists.txt b/CMakeLists.txt index bf2926170..2ae275397 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,9 +103,8 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib") set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib") set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin") -if(WIN32 AND BUILD_SHARED_LIBS) - message(STATUS "Set BUILD_SHARED_LIBS to OFF for Windows") - set(BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE) +if(BUILD_SHARED_LIBS AND MSVC) + set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON) endif() set(CMAKE_SKIP_BUILD_RPATH FALSE) diff --git a/docs/source/cpu.html b/docs/source/cpu.html deleted file mode 100644 index 381065c58..000000000 --- a/docs/source/cpu.html +++ /dev/null @@ -1,594 +0,0 @@ -k2-1.24.3.dev20230725+cpu.torch2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch2.0.1-cp311-cp311-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch2.0.1-cp310-cp310-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch2.0.1-cp39-cp39-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch2.0.1-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch2.0.0-cp311-cp311-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch2.0.0-cp310-cp310-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch2.0.0-cp39-cp39-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch2.0.0-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.13.1-cp310-cp310-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.13.1-cp39-cp39-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.13.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.13.1-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.13.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.13.1-cp37-cp37m-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.13.0-cp310-cp310-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.13.0-cp39-cp39-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.13.0-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.13.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.13.0-cp37-cp37m-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.12.1-cp310-cp310-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.12.1-cp39-cp39-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.12.1-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.12.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.12.1-cp37-cp37m-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.12.0-cp310-cp310-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.12.0-cp39-cp39-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.12.0-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.12.0-cp37-cp37m-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.11.0-cp310-cp310-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.11.0-cp39-cp39-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.11.0-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.11.0-cp37-cp37m-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.10.2-cp39-cp39-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.10.2-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.10.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.10.2-cp37-cp37m-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.10.1-cp39-cp39-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.10.1-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.10.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.10.1-cp37-cp37m-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.10.0-cp39-cp39-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.10.0-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.10.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.10.0-cp37-cp37m-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.9.1-cp39-cp39-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.9.1-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.9.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.9.1-cp37-cp37m-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.9.0-cp39-cp39-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.9.0-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.9.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.9.0-cp37-cp37m-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.8.1-cp39-cp39-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.8.1-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.8.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.8.1-cp37-cp37m-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.8.0-cp39-cp39-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.8.0-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.8.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.8.0-cp37-cp37m-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.7.1-cp39-cp39-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.7.1-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.7.1-cp37-cp37m-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.7.0-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.7.0-cp37-cp37m-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.6.0-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230725+cpu.torch1.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cpu.torch1.6.0-cp37-cp37m-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch2.0.1-cp311-cp311-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch2.0.1-cp311-cp311-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch2.0.1-cp310-cp310-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch2.0.1-cp310-cp310-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch2.0.1-cp39-cp39-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch2.0.1-cp39-cp39-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch2.0.1-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch2.0.1-cp38-cp38-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch2.0.0-cp311-cp311-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch2.0.0-cp311-cp311-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch2.0.0-cp310-cp310-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch2.0.0-cp310-cp310-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch2.0.0-cp39-cp39-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch2.0.0-cp39-cp39-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch2.0.0-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch2.0.0-cp38-cp38-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.13.1-cp310-cp310-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.13.1-cp310-cp310-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.13.1-cp39-cp39-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.13.1-cp39-cp39-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.13.1-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.13.1-cp38-cp38-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.13.1-cp37-cp37m-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.13.1-cp37-cp37m-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.13.0-cp310-cp310-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.13.0-cp310-cp310-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.13.0-cp39-cp39-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.13.0-cp39-cp39-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.13.0-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.13.0-cp38-cp38-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.13.0-cp37-cp37m-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.13.0-cp37-cp37m-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.12.1-cp310-cp310-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.12.1-cp310-cp310-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.12.1-cp39-cp39-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.12.1-cp39-cp39-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.12.1-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.12.1-cp38-cp38-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.12.1-cp37-cp37m-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.12.1-cp37-cp37m-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.12.0-cp310-cp310-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.12.0-cp310-cp310-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.12.0-cp39-cp39-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.12.0-cp39-cp39-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.12.0-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.12.0-cp38-cp38-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.12.0-cp37-cp37m-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.12.0-cp37-cp37m-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.11.0-cp310-cp310-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.11.0-cp310-cp310-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.11.0-cp39-cp39-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.11.0-cp39-cp39-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.11.0-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.11.0-cp38-cp38-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.11.0-cp37-cp37m-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.11.0-cp37-cp37m-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.10.2-cp39-cp39-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.10.2-cp39-cp39-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.10.2-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.10.2-cp38-cp38-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.10.2-cp37-cp37m-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.10.2-cp37-cp37m-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.10.2-cp36-cp36m-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.10.2-cp36-cp36m-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.10.1-cp39-cp39-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.10.1-cp39-cp39-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.10.1-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.10.1-cp38-cp38-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.10.1-cp37-cp37m-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.10.1-cp37-cp37m-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.10.1-cp36-cp36m-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.10.1-cp36-cp36m-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.10.0-cp39-cp39-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.10.0-cp39-cp39-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.10.0-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.10.0-cp38-cp38-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.10.0-cp37-cp37m-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.10.0-cp37-cp37m-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.10.0-cp36-cp36m-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.10.0-cp36-cp36m-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.9.1-cp39-cp39-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.9.1-cp39-cp39-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.9.1-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.9.1-cp38-cp38-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.9.1-cp37-cp37m-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.9.1-cp37-cp37m-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.9.1-cp36-cp36m-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.9.1-cp36-cp36m-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.9.0-cp39-cp39-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.9.0-cp39-cp39-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.9.0-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.9.0-cp38-cp38-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.9.0-cp37-cp37m-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.9.0-cp37-cp37m-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.9.0-cp36-cp36m-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.9.0-cp36-cp36m-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.8.1-cp39-cp39-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.8.1-cp39-cp39-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.8.1-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.8.1-cp38-cp38-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.8.1-cp37-cp37m-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.8.1-cp37-cp37m-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.8.1-cp36-cp36m-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.8.1-cp36-cp36m-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.8.0-cp39-cp39-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.8.0-cp39-cp39-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.8.0-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.8.0-cp38-cp38-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.8.0-cp37-cp37m-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.8.0-cp37-cp37m-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.8.0-cp36-cp36m-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.8.0-cp36-cp36m-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.7.1-cp39-cp39-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.7.1-cp39-cp39-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.7.1-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.7.1-cp38-cp38-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.7.1-cp37-cp37m-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.7.1-cp37-cp37m-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.7.1-cp36-cp36m-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.7.1-cp36-cp36m-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.7.0-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.7.0-cp38-cp38-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.7.0-cp37-cp37m-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.7.0-cp37-cp37m-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.7.0-cp36-cp36m-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.7.0-cp36-cp36m-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.6.0-cp38-cp38-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.6.0-cp38-cp38-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.6.0-cp37-cp37m-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.6.0-cp37-cp37m-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230720+cpu.torch1.6.0-cp36-cp36m-win_amd64.whl
-k2-1.24.3.dev20230720+cpu.torch1.6.0-cp36-cp36m-macosx_10_9_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.13.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.13.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.13.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.12.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.10.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.10.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.10.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.9.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.9.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.8.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.8.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230719+cpu.torch1.6.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch2.0.1-cp311-cp311-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch2.0.1-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch2.0.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch2.0.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch2.0.0-cp311-cp311-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch2.0.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch2.0.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch2.0.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.13.1-cp311-cp311-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.13.1-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.13.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.13.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.13.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.13.0-cp311-cp311-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.13.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.13.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.13.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.13.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.12.1-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.12.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.12.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.12.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.12.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.12.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.12.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.12.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.11.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.11.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.11.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.11.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.10.2-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.10.2-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.10.2-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.10.2-cp36-cp36m-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.10.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.10.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.10.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.10.1-cp36-cp36m-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.10.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.10.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.10.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230524+cpu.torch1.10.0-cp36-cp36m-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch2.0.0-cp311-cp311-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch2.0.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch2.0.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch2.0.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.13.1-cp311-cp311-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.13.1-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.13.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.13.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.13.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.13.0-cp311-cp311-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.13.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.13.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.13.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.13.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.12.1-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.12.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.12.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.12.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.12.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.12.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.12.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.12.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.11.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.11.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.11.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.10.2-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.10.2-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.10.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.10.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.10.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.10.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.10.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.10.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.9.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.9.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.9.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.9.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.9.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.9.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.8.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.8.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.8.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.8.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.8.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.8.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.7.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.7.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.7.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.7.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.7.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.6.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230508+cpu.torch1.6.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.2.dev20230508+cpu.torch1.13.0-cp311-cp311-linux_x86_64.whl
-k2-1.24.2.dev20230508+cpu.torch1.13.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.2.dev20230508+cpu.torch1.13.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.2.dev20230508+cpu.torch1.13.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.2.dev20230508+cpu.torch1.13.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.2.dev20230508+cpu.torch1.12.1-cp310-cp310-linux_x86_64.whl
-k2-1.24.2.dev20230508+cpu.torch1.12.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.2.dev20230508+cpu.torch1.12.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.2.dev20230508+cpu.torch1.12.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.2.dev20230508+cpu.torch1.12.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.2.dev20230508+cpu.torch1.12.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.2.dev20230508+cpu.torch1.12.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.2.dev20230508+cpu.torch1.12.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.2.dev20230508+cpu.torch1.11.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.2.dev20230508+cpu.torch1.11.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.2.dev20230508+cpu.torch1.11.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.2.dev20230508+cpu.torch1.11.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.2.dev20230508+cpu.torch1.10.2-cp39-cp39-linux_x86_64.whl
-k2-1.24.2.dev20230508+cpu.torch1.10.2-cp38-cp38-linux_x86_64.whl
-k2-1.24.2.dev20230508+cpu.torch1.10.2-cp37-cp37m-linux_x86_64.whl
-k2-1.24.2.dev20230508+cpu.torch1.10.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.2.dev20230508+cpu.torch1.10.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.2.dev20230508+cpu.torch1.10.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.2.dev20230508+cpu.torch1.10.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.2.dev20230508+cpu.torch1.10.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.2.dev20230508+cpu.torch1.10.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch2.0.0-cp311-cp311-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch2.0.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch2.0.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch2.0.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.13.1-cp311-cp311-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.13.1-cp310-cp310-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.13.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.13.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.13.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.13.0-cp311-cp311-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.13.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.13.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.13.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.13.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.12.1-cp310-cp310-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.12.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.12.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.12.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.12.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.12.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.12.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.12.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.11.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.11.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.11.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.11.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.10.2-cp39-cp39-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.10.2-cp38-cp38-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.10.2-cp37-cp37m-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.10.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.10.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.10.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.10.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.10.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.10.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.9.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.9.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.9.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.9.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.9.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.9.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.8.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.8.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.8.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.8.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.8.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.8.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.7.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.7.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.7.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.7.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.7.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.6.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.1.dev20230430+cpu.torch1.6.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch2.0.0-cp311-cp311-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch2.0.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch2.0.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.13.1-cp311-cp311-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.13.1-cp310-cp310-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.13.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.13.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.13.0-cp311-cp311-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.13.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.13.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.13.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.13.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.12.1-cp310-cp310-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.12.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.12.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.12.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.12.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.12.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.12.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.12.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.11.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.11.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.11.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.11.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.10.2-cp39-cp39-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.10.2-cp38-cp38-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.10.2-cp37-cp37m-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.10.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.10.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.10.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.10.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.10.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.10.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.9.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.9.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.9.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.9.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.9.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.9.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.8.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.8.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.8.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.8.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.8.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.8.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.7.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.7.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.7.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.7.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.7.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.6.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.0.dev20230427+cpu.torch1.6.0-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230318+cpu.torch2.0.0-cp311-cp311-linux_x86_64.whl
-k2-1.23.4.dev20230318+cpu.torch2.0.0-cp310-cp310-linux_x86_64.whl
-k2-1.23.4.dev20230318+cpu.torch2.0.0-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230318+cpu.torch2.0.0-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.13.1-cp311-cp311-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.13.1-cp310-cp310-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.13.1-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.13.1-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.13.1-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.13.0-cp311-cp311-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.13.0-cp310-cp310-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.13.0-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.13.0-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.13.0-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.12.1-cp310-cp310-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.12.1-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.12.1-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.12.1-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.12.0-cp310-cp310-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.12.0-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.12.0-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.12.0-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.11.0-cp310-cp310-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.11.0-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.11.0-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.11.0-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.10.2-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.10.2-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.10.2-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.10.2-cp36-cp36m-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.10.1-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.10.1-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.10.1-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.10.1-cp36-cp36m-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.10.0-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.10.0-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.10.0-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.10.0-cp36-cp36m-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.9.1-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.9.1-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.9.1-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.9.1-cp36-cp36m-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.9.0-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.9.0-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.9.0-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.9.0-cp36-cp36m-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.8.1-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.8.1-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.8.1-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.8.1-cp36-cp36m-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.8.0-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.8.0-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.8.0-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.8.0-cp36-cp36m-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.7.1-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.7.1-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.7.1-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.7.1-cp36-cp36m-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.7.0-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.7.0-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.7.0-cp36-cp36m-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.6.0-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.6.0-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230223+cpu.torch1.6.0-cp36-cp36m-linux_x86_64.whl
diff --git a/docs/source/cuda.html b/docs/source/cuda.html deleted file mode 100644 index 01862e2b2..000000000 --- a/docs/source/cuda.html +++ /dev/null @@ -1,467 +0,0 @@ -k2-1.24.3.dev20230726+cuda10.2.torch1.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230726+cuda10.2.torch1.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230726+cuda10.2.torch1.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.7.torch1.13.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.7.torch1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.7.torch1.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.7.torch1.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.7.torch1.13.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.6.torch1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.6.torch1.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.6.torch1.13.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.6.torch1.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.6.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.6.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.6.torch1.12.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.3.torch1.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.3.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.3.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.3.torch1.12.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda10.2.torch1.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda10.2.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda10.2.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda10.2.torch1.12.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.6.torch1.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.6.torch1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.6.torch1.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.6.torch1.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.3.torch1.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.3.torch1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.3.torch1.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.3.torch1.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda10.2.torch1.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda10.2.torch1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda10.2.torch1.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda10.2.torch1.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.5.torch1.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.5.torch1.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.5.torch1.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.5.torch1.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.3.torch1.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.3.torch1.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.3.torch1.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda11.3.torch1.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda10.2.torch1.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda10.2.torch1.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda10.2.torch1.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda10.2.torch1.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda10.2.torch1.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda10.2.torch1.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda10.2.torch1.10.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda10.2.torch1.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda10.2.torch1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda10.2.torch1.10.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda10.2.torch1.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda10.2.torch1.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230725+cuda10.2.torch1.10.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.8.torch2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.8.torch2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.8.torch2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.8.torch2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.7.torch2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.7.torch2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.7.torch2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.7.torch2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.8.torch2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.8.torch2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.8.torch2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.8.torch2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.7.torch2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.7.torch2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.7.torch2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.7.torch2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.7.torch1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.7.torch1.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.7.torch1.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.7.torch1.13.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.7.torch1.13.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.6.torch1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.6.torch1.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.6.torch1.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.6.torch1.13.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.6.torch1.13.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.7.torch1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.7.torch1.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.7.torch1.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.7.torch1.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.7.torch1.13.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.6.torch1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.6.torch1.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.6.torch1.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.6.torch1.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.6.torch1.13.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.6.torch1.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.6.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.6.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.6.torch1.12.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda10.2.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda10.2.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.6.torch1.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.6.torch1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.6.torch1.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda11.6.torch1.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda10.2.torch1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda10.2.torch1.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda10.2.torch1.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda10.2.torch1.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda10.2.torch1.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda10.2.torch1.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda10.2.torch1.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda10.2.torch1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda10.2.torch1.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda10.2.torch1.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda10.2.torch1.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda10.2.torch1.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda10.2.torch1.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda10.2.torch1.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda10.2.torch1.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda10.2.torch1.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda10.2.torch1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda10.2.torch1.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda10.2.torch1.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda10.2.torch1.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda10.2.torch1.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230718+cuda10.2.torch1.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.12.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.12.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.12.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.12.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.12.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.12.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.12.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.11.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.11.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.11.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.10.2-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.10.2-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.10.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.10.2-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.10.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.10.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.10.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.10.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.10.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.10.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.8.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.8.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.8.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.7.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.7.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.7.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.7.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.7.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.6.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230717+cuda10.2.torch1.6.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230715+cuda10.2.torch1.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.8.torch2.0.1-cp311-cp311-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.8.torch2.0.1-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.8.torch2.0.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.8.torch2.0.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.7.torch2.0.1-cp311-cp311-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.7.torch2.0.1-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.7.torch2.0.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.7.torch2.0.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.8.torch2.0.0-cp311-cp311-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.8.torch2.0.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.8.torch2.0.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.7.torch2.0.0-cp311-cp311-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.7.torch2.0.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.7.torch2.0.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.7.torch2.0.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.7.torch1.13.1-cp311-cp311-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.7.torch1.13.1-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.7.torch1.13.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.7.torch1.13.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.7.torch1.13.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.6.torch1.13.1-cp311-cp311-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.6.torch1.13.1-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.6.torch1.13.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.6.torch1.13.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.6.torch1.13.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.7.torch1.13.0-cp311-cp311-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.7.torch1.13.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.7.torch1.13.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.7.torch1.13.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.7.torch1.13.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.6.torch1.13.0-cp311-cp311-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.6.torch1.13.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.6.torch1.13.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.6.torch1.13.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.6.torch1.13.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.6.torch1.12.1-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.6.torch1.12.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.6.torch1.12.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.6.torch1.12.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.3.torch1.12.1-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.3.torch1.12.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.3.torch1.12.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.3.torch1.12.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.6.torch1.12.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.6.torch1.12.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.6.torch1.12.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.6.torch1.12.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.3.torch1.12.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.3.torch1.12.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.3.torch1.12.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.3.torch1.12.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.5.torch1.11.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.5.torch1.11.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.5.torch1.11.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.5.torch1.11.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.3.torch1.11.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.3.torch1.11.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.3.torch1.11.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230524+cuda11.3.torch1.11.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.8.torch2.0.0-cp311-cp311-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.8.torch2.0.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.8.torch2.0.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.8.torch2.0.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.7.torch2.0.0-cp311-cp311-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.7.torch2.0.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.7.torch2.0.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.7.torch2.0.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.7.torch1.13.1-cp311-cp311-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.7.torch1.13.1-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.7.torch1.13.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.7.torch1.13.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.7.torch1.13.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.6.torch1.13.1-cp311-cp311-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.6.torch1.13.1-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.6.torch1.13.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.6.torch1.13.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.6.torch1.13.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.7.torch1.13.0-cp311-cp311-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.7.torch1.13.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.7.torch1.13.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.7.torch1.13.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.7.torch1.13.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.6.torch1.13.0-cp311-cp311-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.6.torch1.13.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.6.torch1.13.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.6.torch1.13.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.6.torch1.13.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.6.torch1.12.1-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.6.torch1.12.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.6.torch1.12.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.6.torch1.12.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.6.torch1.12.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.6.torch1.12.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.6.torch1.12.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.3.dev20230508+cuda11.6.torch1.12.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.2.dev20230508+cuda11.7.torch1.13.1-cp310-cp310-linux_x86_64.whl
-k2-1.24.2.dev20230508+cuda11.6.torch1.13.1-cp310-cp310-linux_x86_64.whl
-k2-1.24.2.dev20230508+cuda11.7.torch1.13.0-cp311-cp311-linux_x86_64.whl
-k2-1.24.2.dev20230508+cuda11.7.torch1.13.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.2.dev20230508+cuda11.7.torch1.13.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.2.dev20230508+cuda11.7.torch1.13.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.2.dev20230508+cuda11.7.torch1.13.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.2.dev20230508+cuda11.6.torch1.13.0-cp311-cp311-linux_x86_64.whl
-k2-1.24.2.dev20230508+cuda11.6.torch1.13.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.2.dev20230508+cuda11.6.torch1.13.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.2.dev20230508+cuda11.6.torch1.13.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.2.dev20230508+cuda11.6.torch1.12.1-cp310-cp310-linux_x86_64.whl
-k2-1.24.2.dev20230508+cuda11.6.torch1.12.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.2.dev20230508+cuda11.6.torch1.12.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.2.dev20230508+cuda11.6.torch1.12.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.2.dev20230508+cuda11.6.torch1.12.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.2.dev20230508+cuda11.6.torch1.12.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.2.dev20230508+cuda11.6.torch1.12.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.2.dev20230508+cuda11.6.torch1.12.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.8.torch2.0.0-cp311-cp311-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.8.torch2.0.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.8.torch2.0.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.8.torch2.0.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.7.torch2.0.0-cp311-cp311-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.7.torch2.0.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.7.torch2.0.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.7.torch2.0.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.7.torch1.13.1-cp311-cp311-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.7.torch1.13.1-cp310-cp310-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.7.torch1.13.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.7.torch1.13.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.7.torch1.13.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.6.torch1.13.1-cp311-cp311-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.6.torch1.13.1-cp310-cp310-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.6.torch1.13.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.6.torch1.13.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.6.torch1.13.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.7.torch1.13.0-cp311-cp311-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.7.torch1.13.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.7.torch1.13.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.7.torch1.13.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.7.torch1.13.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.6.torch1.13.0-cp311-cp311-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.6.torch1.13.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.6.torch1.13.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.6.torch1.13.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.6.torch1.13.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.6.torch1.12.1-cp310-cp310-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.6.torch1.12.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.6.torch1.12.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.6.torch1.12.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.6.torch1.12.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.6.torch1.12.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.6.torch1.12.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.1.dev20230430+cuda11.6.torch1.12.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.8.torch2.0.0-cp311-cp311-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.8.torch2.0.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.8.torch2.0.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.8.torch2.0.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.7.torch2.0.0-cp311-cp311-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.7.torch2.0.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.7.torch2.0.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.7.torch2.0.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.7.torch1.13.1-cp311-cp311-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.7.torch1.13.1-cp310-cp310-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.7.torch1.13.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.7.torch1.13.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.7.torch1.13.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.6.torch1.13.1-cp311-cp311-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.6.torch1.13.1-cp310-cp310-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.6.torch1.13.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.6.torch1.13.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.6.torch1.13.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.7.torch1.13.0-cp311-cp311-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.7.torch1.13.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.7.torch1.13.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.7.torch1.13.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.7.torch1.13.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.6.torch1.13.0-cp311-cp311-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.6.torch1.13.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.6.torch1.13.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.6.torch1.13.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.6.torch1.13.0-cp37-cp37m-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.6.torch1.12.1-cp310-cp310-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.6.torch1.12.1-cp39-cp39-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.6.torch1.12.1-cp38-cp38-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.6.torch1.12.1-cp37-cp37m-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.6.torch1.12.0-cp310-cp310-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.6.torch1.12.0-cp39-cp39-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.6.torch1.12.0-cp38-cp38-linux_x86_64.whl
-k2-1.24.0.dev20230427+cuda11.6.torch1.12.0-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230318+cuda11.8.torch2.0.0-cp311-cp311-linux_x86_64.whl
-k2-1.23.4.dev20230318+cuda11.8.torch2.0.0-cp310-cp310-linux_x86_64.whl
-k2-1.23.4.dev20230318+cuda11.8.torch2.0.0-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230318+cuda11.8.torch2.0.0-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230318+cuda11.7.torch2.0.0-cp311-cp311-linux_x86_64.whl
-k2-1.23.4.dev20230318+cuda11.7.torch2.0.0-cp310-cp310-linux_x86_64.whl
-k2-1.23.4.dev20230318+cuda11.7.torch2.0.0-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230318+cuda11.7.torch2.0.0-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.7.torch1.13.1-cp310-cp310-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.7.torch1.13.1-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.6.torch1.13.1-cp310-cp310-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.7.torch1.13.0-cp310-cp310-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.7.torch1.13.0-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.7.torch1.13.0-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.7.torch1.13.0-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.6.torch1.13.0-cp311-cp311-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.6.torch1.13.0-cp310-cp310-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.6.torch1.13.0-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.6.torch1.13.0-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.6.torch1.13.0-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.6.torch1.12.1-cp310-cp310-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.6.torch1.12.1-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.6.torch1.12.1-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.6.torch1.12.1-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.3.torch1.12.1-cp310-cp310-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.3.torch1.12.1-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.3.torch1.12.1-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.3.torch1.12.1-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.12.1-cp310-cp310-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.12.1-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.12.1-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.12.1-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.6.torch1.12.0-cp310-cp310-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.6.torch1.12.0-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.6.torch1.12.0-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.6.torch1.12.0-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.3.torch1.12.0-cp310-cp310-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.3.torch1.12.0-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.3.torch1.12.0-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.3.torch1.12.0-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.12.0-cp310-cp310-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.12.0-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.12.0-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.12.0-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.5.torch1.11.0-cp310-cp310-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.5.torch1.11.0-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.5.torch1.11.0-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.5.torch1.11.0-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.3.torch1.11.0-cp310-cp310-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.3.torch1.11.0-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.3.torch1.11.0-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.3.torch1.11.0-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.11.0-cp310-cp310-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.11.0-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.11.0-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.11.0-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.10.2-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.10.2-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.10.2-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.10.2-cp36-cp36m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.10.1-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.10.1-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.10.1-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.10.1-cp36-cp36m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.10.0-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.10.0-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.10.0-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.10.0-cp36-cp36m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.9.0-cp36-cp36m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.8.1-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.8.1-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.8.1-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.8.1-cp36-cp36m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.1.torch1.8.1-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.8.0-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.8.0-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.8.0-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.8.0-cp36-cp36m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.1.torch1.8.0-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.1.torch1.8.0-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.1.torch1.8.0-cp36-cp36m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.7.1-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.7.1-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.7.1-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.7.1-cp36-cp36m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.1.torch1.7.1-cp39-cp39-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.1.torch1.7.1-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.1.torch1.7.1-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.1.torch1.7.1-cp36-cp36m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.0.torch1.7.0-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.0.torch1.7.0-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda11.0.torch1.7.0-cp36-cp36m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.7.0-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.7.0-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.7.0-cp36-cp36m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.1.torch1.7.0-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.1.torch1.7.0-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.1.torch1.7.0-cp36-cp36m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.6.0-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.6.0-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.2.torch1.6.0-cp36-cp36m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.1.torch1.6.0-cp38-cp38-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.1.torch1.6.0-cp37-cp37m-linux_x86_64.whl
-k2-1.23.4.dev20230224+cuda10.1.torch1.6.0-cp36-cp36m-linux_x86_64.whl
diff --git a/docs/source/installation/from_wheels.rst b/docs/source/installation/from_wheels.rst index 8e7e0e6d0..ba256b97a 100644 --- a/docs/source/installation/from_wheels.rst +++ b/docs/source/installation/from_wheels.rst @@ -14,6 +14,10 @@ We provide pre-compiled wheels for the following platforms: We recommend that you use this approach to install `k2`_. +.. hint:: + + Please always install the latest version of `k2`_. + Installation examples --------------------- @@ -79,7 +83,7 @@ Suppose we want to install the following wheel .. code-block:: - https://huggingface.co/csukuangfj/k2/resolve/main/windows-cpu/k2-1.24.3.dev20230720+cpu.torch2.0.1-cp38-cp38-win_amd64.whl + https://huggingface.co/csukuangfj/k2/resolve/main/windows-cpu/k2-1.24.3.dev20230726+cpu.torch2.0.1-cp38-cp38-win_amd64.whl we can use the one of the following methods: @@ -87,12 +91,12 @@ we can use the one of the following methods: # method 1 pip install torch==2.0.1+cpu -f https://download.pytorch.org/whl/torch_stable.html - pip install k2==1.24.3.dev20230720+cpu.torch2.0.1 -f https://k2-fsa.github.io/k2/cpu.html + 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 - wget https://huggingface.co/csukuangfj/k2/resolve/main/windows-cpu/k2-1.24.3.dev20230720+cpu.torch2.0.1-cp38-cp38-win_amd64.whl - pip install k2-1.24.3.dev20230720+cpu.torch2.0.1-cp38-cp38-win_amd64.whl + wget https://huggingface.co/csukuangfj/k2/resolve/main/windows-cpu/k2-1.24.3.dev20230726+cpu.torch2.0.1-cp38-cp38-win_amd64.whl + pip install k2-1.24.3.dev20230726+cpu.torch2.0.1-cp38-cp38-win_amd64.whl .. hint:: diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/.gitignore b/docs/source/installation/pre-compiled-cpu-wheels-linux/.gitignore new file mode 100644 index 000000000..e69de29bb diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.0.rst deleted file mode 100644 index 0bb203a57..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.0.rst +++ /dev/null @@ -1,29 +0,0 @@ -torch 1.10.0 -============ - - -- `k2-1.24.3.dev20230725+cpu.torch1.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.10.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.10.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.10.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.10.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.10.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.10.0-cp36-cp36m-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.10.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.10.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.10.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cpu.torch1.10.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cpu.torch1.10.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cpu.torch1.10.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.10.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.10.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.10.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.10.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.10.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.10.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.10.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.10.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.10.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.10.0-cp36-cp36m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.1.rst deleted file mode 100644 index f8ae37c53..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.1.rst +++ /dev/null @@ -1,30 +0,0 @@ -torch 1.10.1 -============ - - -- `k2-1.24.3.dev20230725+cpu.torch1.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.10.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.10.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.10.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.10.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.10.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.10.1-cp36-cp36m-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.10.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.10.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.10.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cpu.torch1.10.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cpu.torch1.10.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cpu.torch1.10.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.10.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.10.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.10.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.10.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.10.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.10.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.10.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.10.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.10.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.10.1-cp36-cp36m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.2.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.2.rst deleted file mode 100644 index 72b0956c2..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.10.2.rst +++ /dev/null @@ -1,29 +0,0 @@ -torch 1.10.2 -============ - - -- `k2-1.24.3.dev20230725+cpu.torch1.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.10.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.10.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.10.2-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.10.2-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.10.2-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.10.2-cp36-cp36m-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.10.2-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.10.2-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cpu.torch1.10.2-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cpu.torch1.10.2-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cpu.torch1.10.2-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.10.2-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.10.2-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.10.2-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.10.2-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.10.2-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.10.2-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.10.2-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.10.2-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.10.2-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.10.2-cp36-cp36m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.11.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.11.0.rst deleted file mode 100644 index 199f1888f..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.11.0.rst +++ /dev/null @@ -1,35 +0,0 @@ -torch 1.11.0 -============ - - -- `k2-1.24.3.dev20230725+cpu.torch1.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.11.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.11.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.11.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.11.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.11.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.11.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.11.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cpu.torch1.11.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cpu.torch1.11.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cpu.torch1.11.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cpu.torch1.11.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.11.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.11.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.11.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.11.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.11.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.11.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.11.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.11.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.11.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.11.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.11.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.11.0-cp37-cp37m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.12.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.12.0.rst deleted file mode 100644 index 1d0485f23..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.12.0.rst +++ /dev/null @@ -1,36 +0,0 @@ -torch 1.12.0 -============ - - -- `k2-1.24.3.dev20230725+cpu.torch1.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.12.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.12.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.12.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.12.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.12.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.12.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.12.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.12.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cpu.torch1.12.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cpu.torch1.12.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cpu.torch1.12.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cpu.torch1.12.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.12.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.12.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.12.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.12.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.12.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.12.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.12.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.12.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.12.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.12.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.12.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.12.0-cp37-cp37m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.12.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.12.1.rst deleted file mode 100644 index b8764325a..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.12.1.rst +++ /dev/null @@ -1,36 +0,0 @@ -torch 1.12.1 -============ - - -- `k2-1.24.3.dev20230725+cpu.torch1.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.12.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.12.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.12.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.12.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.12.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.12.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.12.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.12.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.12.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.12.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cpu.torch1.12.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cpu.torch1.12.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cpu.torch1.12.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cpu.torch1.12.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.12.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.12.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.12.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.12.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.12.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.12.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.12.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.12.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.12.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.12.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.12.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.12.1-cp37-cp37m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.13.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.13.0.rst deleted file mode 100644 index ae2d2ed2a..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.13.0.rst +++ /dev/null @@ -1,44 +0,0 @@ -torch 1.13.0 -============ - - -- `k2-1.24.3.dev20230725+cpu.torch1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.13.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.13.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.13.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.13.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.13.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.13.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.13.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.13.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.13.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.13.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.13.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.13.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cpu.torch1.13.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cpu.torch1.13.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cpu.torch1.13.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cpu.torch1.13.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cpu.torch1.13.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.13.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.13.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.13.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.13.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.13.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.13.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.13.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.13.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.13.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.13.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.13.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.13.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.13.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.13.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.13.0-cp37-cp37m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.13.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.13.1.rst deleted file mode 100644 index 5ea9eb0e8..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.13.1.rst +++ /dev/null @@ -1,38 +0,0 @@ -torch 1.13.1 -============ - - -- `k2-1.24.3.dev20230725+cpu.torch1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.13.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.13.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.13.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.13.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.13.1-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.13.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.13.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.13.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch1.13.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.13.1-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.13.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.13.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.13.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.13.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.13.1-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.13.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.13.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.13.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.13.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.13.1-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.13.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.13.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.13.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.13.1-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.13.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.13.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.13.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.13.1-cp37-cp37m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.6.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.6.0.rst deleted file mode 100644 index aac2c2df9..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.6.0.rst +++ /dev/null @@ -1,18 +0,0 @@ -torch 1.6.0 -=========== - - -- `k2-1.24.3.dev20230725+cpu.torch1.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.6.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.6.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.6.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.6.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.6.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.6.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.6.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.6.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.6.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.6.0-cp36-cp36m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.7.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.7.0.rst deleted file mode 100644 index 9bd5190ea..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.7.0.rst +++ /dev/null @@ -1,17 +0,0 @@ -torch 1.7.0 -=========== - - -- `k2-1.24.3.dev20230725+cpu.torch1.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.7.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.7.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.7.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.7.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.7.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.7.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.7.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.7.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.7.0-cp36-cp36m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.7.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.7.1.rst deleted file mode 100644 index cfca17eff..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.7.1.rst +++ /dev/null @@ -1,23 +0,0 @@ -torch 1.7.1 -=========== - - -- `k2-1.24.3.dev20230725+cpu.torch1.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.7.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.7.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.7.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.7.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.7.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.7.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.7.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.7.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.7.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.7.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.7.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.7.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.7.1-cp36-cp36m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.8.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.8.0.rst deleted file mode 100644 index ef37aa5e7..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.8.0.rst +++ /dev/null @@ -1,23 +0,0 @@ -torch 1.8.0 -=========== - - -- `k2-1.24.3.dev20230725+cpu.torch1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.8.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.8.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.8.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.8.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.8.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.8.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.8.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.8.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.8.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.8.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.8.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.8.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.8.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.8.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.8.0-cp36-cp36m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.8.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.8.1.rst deleted file mode 100644 index fc3e57933..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.8.1.rst +++ /dev/null @@ -1,23 +0,0 @@ -torch 1.8.1 -=========== - - -- `k2-1.24.3.dev20230725+cpu.torch1.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.8.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.8.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.8.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.8.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.8.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.8.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.8.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.8.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.8.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.8.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.8.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.8.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.8.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.8.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.8.1-cp36-cp36m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.9.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.9.0.rst deleted file mode 100644 index 8c2300f6e..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.9.0.rst +++ /dev/null @@ -1,23 +0,0 @@ -torch 1.9.0 -=========== - - -- `k2-1.24.3.dev20230725+cpu.torch1.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.9.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.9.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.9.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.9.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.9.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.9.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.9.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.9.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.9.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.9.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.9.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.9.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.9.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.9.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.9.0-cp36-cp36m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.9.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/1.9.1.rst deleted file mode 100644 index 523d0c2cf..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/1.9.1.rst +++ /dev/null @@ -1,23 +0,0 @@ -torch 1.9.1 -=========== - - -- `k2-1.24.3.dev20230725+cpu.torch1.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.9.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch1.9.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.9.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.9.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch1.9.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.9.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.9.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch1.9.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.9.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.9.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch1.9.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.9.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.9.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.9.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230223+cpu.torch1.9.1-cp36-cp36m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/2.0.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/2.0.0.rst deleted file mode 100644 index d1a9c6e01..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/2.0.0.rst +++ /dev/null @@ -1,31 +0,0 @@ -torch 2.0.0 -=========== - - -- `k2-1.24.3.dev20230725+cpu.torch2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch2.0.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch2.0.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch2.0.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch2.0.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch2.0.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch2.0.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch2.0.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cpu.torch2.0.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch2.0.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch2.0.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch2.0.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cpu.torch2.0.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch2.0.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch2.0.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cpu.torch2.0.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230318+cpu.torch2.0.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230318+cpu.torch2.0.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230318+cpu.torch2.0.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230318+cpu.torch2.0.0-cp38-cp38-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/2.0.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/2.0.1.rst deleted file mode 100644 index 787431903..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/2.0.1.rst +++ /dev/null @@ -1,16 +0,0 @@ -torch 2.0.1 -=========== - - -- `k2-1.24.3.dev20230725+cpu.torch2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230719+cpu.torch2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch2.0.1-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch2.0.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch2.0.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cpu.torch2.0.1-cp38-cp38-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-linux/index.rst b/docs/source/installation/pre-compiled-cpu-wheels-linux/index.rst deleted file mode 100644 index f54fbe1d4..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-linux/index.rst +++ /dev/null @@ -1,26 +0,0 @@ -Pre-compiled CPU wheels (Linux) -=============================== - -This page describes pre-compiled ``CPU`` wheels for `k2`_ on Linux. - -.. toctree:: - :maxdepth: 2 - - ./2.0.1.rst - ./2.0.0.rst - ./1.13.1.rst - ./1.13.0.rst - ./1.12.1.rst - ./1.12.0.rst - ./1.11.0.rst - ./1.10.2.rst - ./1.10.1.rst - ./1.10.0.rst - ./1.9.1.rst - ./1.9.0.rst - ./1.8.1.rst - ./1.8.0.rst - ./1.7.1.rst - ./1.7.0.rst - ./1.6.0.rst - \ No newline at end of file diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/.gitignore b/docs/source/installation/pre-compiled-cpu-wheels-macos/.gitignore new file mode 100644 index 000000000..e69de29bb diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.10.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.10.0.rst deleted file mode 100644 index 0e3f5bad9..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.10.0.rst +++ /dev/null @@ -1,8 +0,0 @@ -torch 1.10.0 -============ - - -- `k2-1.24.3.dev20230720+cpu.torch1.10.0-cp39-cp39-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.10.0-cp38-cp38-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.10.0-cp37-cp37m-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.10.0-cp36-cp36m-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.10.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.10.1.rst deleted file mode 100644 index 787989c1d..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.10.1.rst +++ /dev/null @@ -1,8 +0,0 @@ -torch 1.10.1 -============ - - -- `k2-1.24.3.dev20230720+cpu.torch1.10.1-cp39-cp39-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.10.1-cp38-cp38-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.10.1-cp37-cp37m-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.10.1-cp36-cp36m-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.10.2.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.10.2.rst deleted file mode 100644 index 2d398ff95..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.10.2.rst +++ /dev/null @@ -1,8 +0,0 @@ -torch 1.10.2 -============ - - -- `k2-1.24.3.dev20230720+cpu.torch1.10.2-cp39-cp39-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.10.2-cp38-cp38-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.10.2-cp37-cp37m-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.10.2-cp36-cp36m-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.11.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.11.0.rst deleted file mode 100644 index 45250f74a..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.11.0.rst +++ /dev/null @@ -1,8 +0,0 @@ -torch 1.11.0 -============ - - -- `k2-1.24.3.dev20230720+cpu.torch1.11.0-cp310-cp310-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.11.0-cp39-cp39-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.11.0-cp38-cp38-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.11.0-cp37-cp37m-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.12.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.12.0.rst deleted file mode 100644 index 8c9d039c7..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.12.0.rst +++ /dev/null @@ -1,8 +0,0 @@ -torch 1.12.0 -============ - - -- `k2-1.24.3.dev20230720+cpu.torch1.12.0-cp310-cp310-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.12.0-cp39-cp39-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.12.0-cp38-cp38-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.12.0-cp37-cp37m-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.12.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.12.1.rst deleted file mode 100644 index 9d36286b0..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.12.1.rst +++ /dev/null @@ -1,8 +0,0 @@ -torch 1.12.1 -============ - - -- `k2-1.24.3.dev20230720+cpu.torch1.12.1-cp310-cp310-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.12.1-cp39-cp39-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.12.1-cp38-cp38-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.12.1-cp37-cp37m-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.13.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.13.0.rst deleted file mode 100644 index 5108380df..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.13.0.rst +++ /dev/null @@ -1,8 +0,0 @@ -torch 1.13.0 -============ - - -- `k2-1.24.3.dev20230720+cpu.torch1.13.0-cp310-cp310-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.13.0-cp39-cp39-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.13.0-cp38-cp38-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.13.0-cp37-cp37m-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.13.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.13.1.rst deleted file mode 100644 index a975ee35a..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.13.1.rst +++ /dev/null @@ -1,8 +0,0 @@ -torch 1.13.1 -============ - - -- `k2-1.24.3.dev20230720+cpu.torch1.13.1-cp310-cp310-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.13.1-cp39-cp39-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.13.1-cp38-cp38-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.13.1-cp37-cp37m-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.6.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.6.0.rst deleted file mode 100644 index 1b6557818..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.6.0.rst +++ /dev/null @@ -1,7 +0,0 @@ -torch 1.6.0 -=========== - - -- `k2-1.24.3.dev20230720+cpu.torch1.6.0-cp38-cp38-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.6.0-cp37-cp37m-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.6.0-cp36-cp36m-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.7.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.7.0.rst deleted file mode 100644 index 745b6ca21..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.7.0.rst +++ /dev/null @@ -1,7 +0,0 @@ -torch 1.7.0 -=========== - - -- `k2-1.24.3.dev20230720+cpu.torch1.7.0-cp38-cp38-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.7.0-cp37-cp37m-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.7.0-cp36-cp36m-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.7.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.7.1.rst deleted file mode 100644 index 36c9bb861..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.7.1.rst +++ /dev/null @@ -1,8 +0,0 @@ -torch 1.7.1 -=========== - - -- `k2-1.24.3.dev20230720+cpu.torch1.7.1-cp39-cp39-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.7.1-cp38-cp38-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.7.1-cp37-cp37m-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.7.1-cp36-cp36m-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.8.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.8.0.rst deleted file mode 100644 index ffa6b9be1..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.8.0.rst +++ /dev/null @@ -1,8 +0,0 @@ -torch 1.8.0 -=========== - - -- `k2-1.24.3.dev20230720+cpu.torch1.8.0-cp39-cp39-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.8.0-cp38-cp38-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.8.0-cp37-cp37m-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.8.0-cp36-cp36m-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.8.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.8.1.rst deleted file mode 100644 index bdab170fc..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.8.1.rst +++ /dev/null @@ -1,8 +0,0 @@ -torch 1.8.1 -=========== - - -- `k2-1.24.3.dev20230720+cpu.torch1.8.1-cp39-cp39-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.8.1-cp38-cp38-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.8.1-cp37-cp37m-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.8.1-cp36-cp36m-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.9.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.9.0.rst deleted file mode 100644 index 58618dcb3..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.9.0.rst +++ /dev/null @@ -1,8 +0,0 @@ -torch 1.9.0 -=========== - - -- `k2-1.24.3.dev20230720+cpu.torch1.9.0-cp39-cp39-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.9.0-cp38-cp38-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.9.0-cp37-cp37m-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.9.0-cp36-cp36m-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.9.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/1.9.1.rst deleted file mode 100644 index 0becdecac..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-macos/1.9.1.rst +++ /dev/null @@ -1,8 +0,0 @@ -torch 1.9.1 -=========== - - -- `k2-1.24.3.dev20230720+cpu.torch1.9.1-cp39-cp39-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.9.1-cp38-cp38-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.9.1-cp37-cp37m-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.9.1-cp36-cp36m-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/2.0.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/2.0.0.rst deleted file mode 100644 index 6fba7862f..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-macos/2.0.0.rst +++ /dev/null @@ -1,8 +0,0 @@ -torch 2.0.0 -=========== - - -- `k2-1.24.3.dev20230720+cpu.torch2.0.0-cp311-cp311-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch2.0.0-cp310-cp310-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch2.0.0-cp39-cp39-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch2.0.0-cp38-cp38-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/2.0.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/2.0.1.rst deleted file mode 100644 index 6f36ae920..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-macos/2.0.1.rst +++ /dev/null @@ -1,8 +0,0 @@ -torch 2.0.1 -=========== - - -- `k2-1.24.3.dev20230720+cpu.torch2.0.1-cp311-cp311-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch2.0.1-cp310-cp310-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch2.0.1-cp39-cp39-macosx_10_9_x86_64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch2.0.1-cp38-cp38-macosx_10_9_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-macos/index.rst b/docs/source/installation/pre-compiled-cpu-wheels-macos/index.rst deleted file mode 100644 index 9e708d71d..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-macos/index.rst +++ /dev/null @@ -1,26 +0,0 @@ -Pre-compiled CPU wheels (macOS) -=============================== - -This page describes pre-compiled ``CPU`` wheels for `k2`_ on macOS. - -.. toctree:: - :maxdepth: 2 - - ./2.0.1.rst - ./2.0.0.rst - ./1.13.1.rst - ./1.13.0.rst - ./1.12.1.rst - ./1.12.0.rst - ./1.11.0.rst - ./1.10.2.rst - ./1.10.1.rst - ./1.10.0.rst - ./1.9.1.rst - ./1.9.0.rst - ./1.8.1.rst - ./1.8.0.rst - ./1.7.1.rst - ./1.7.0.rst - ./1.6.0.rst - \ No newline at end of file diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/.gitignore b/docs/source/installation/pre-compiled-cpu-wheels-windows/.gitignore new file mode 100644 index 000000000..e69de29bb diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.0.rst deleted file mode 100644 index 031dc9804..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.0.rst +++ /dev/null @@ -1,11 +0,0 @@ -torch 1.10.0 -============ - - -- `k2-1.24.3.dev20230725+cpu.torch1.10.0-cp39-cp39-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.10.0-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.10.0-cp37-cp37m-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.10.0-cp39-cp39-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.10.0-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.10.0-cp37-cp37m-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.10.0-cp36-cp36m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.1.rst deleted file mode 100644 index 31a429841..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.1.rst +++ /dev/null @@ -1,11 +0,0 @@ -torch 1.10.1 -============ - - -- `k2-1.24.3.dev20230725+cpu.torch1.10.1-cp39-cp39-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.10.1-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.10.1-cp37-cp37m-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.10.1-cp39-cp39-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.10.1-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.10.1-cp37-cp37m-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.10.1-cp36-cp36m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.2.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.2.rst deleted file mode 100644 index 786e86d49..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.10.2.rst +++ /dev/null @@ -1,11 +0,0 @@ -torch 1.10.2 -============ - - -- `k2-1.24.3.dev20230725+cpu.torch1.10.2-cp39-cp39-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.10.2-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.10.2-cp37-cp37m-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.10.2-cp39-cp39-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.10.2-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.10.2-cp37-cp37m-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.10.2-cp36-cp36m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.11.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.11.0.rst deleted file mode 100644 index 86923c40b..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.11.0.rst +++ /dev/null @@ -1,12 +0,0 @@ -torch 1.11.0 -============ - - -- `k2-1.24.3.dev20230725+cpu.torch1.11.0-cp310-cp310-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.11.0-cp39-cp39-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.11.0-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.11.0-cp37-cp37m-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.11.0-cp310-cp310-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.11.0-cp39-cp39-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.11.0-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.11.0-cp37-cp37m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.12.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.12.0.rst deleted file mode 100644 index a9f73a78d..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.12.0.rst +++ /dev/null @@ -1,12 +0,0 @@ -torch 1.12.0 -============ - - -- `k2-1.24.3.dev20230725+cpu.torch1.12.0-cp310-cp310-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.12.0-cp39-cp39-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.12.0-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.12.0-cp37-cp37m-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.12.0-cp310-cp310-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.12.0-cp39-cp39-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.12.0-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.12.0-cp37-cp37m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.12.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.12.1.rst deleted file mode 100644 index 237f61446..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.12.1.rst +++ /dev/null @@ -1,12 +0,0 @@ -torch 1.12.1 -============ - - -- `k2-1.24.3.dev20230725+cpu.torch1.12.1-cp310-cp310-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.12.1-cp39-cp39-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.12.1-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.12.1-cp37-cp37m-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.12.1-cp310-cp310-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.12.1-cp39-cp39-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.12.1-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.12.1-cp37-cp37m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.13.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.13.0.rst deleted file mode 100644 index 13602005e..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.13.0.rst +++ /dev/null @@ -1,12 +0,0 @@ -torch 1.13.0 -============ - - -- `k2-1.24.3.dev20230725+cpu.torch1.13.0-cp310-cp310-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.13.0-cp39-cp39-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.13.0-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.13.0-cp37-cp37m-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.13.0-cp310-cp310-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.13.0-cp39-cp39-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.13.0-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.13.0-cp37-cp37m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.13.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.13.1.rst deleted file mode 100644 index eacb7b530..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.13.1.rst +++ /dev/null @@ -1,12 +0,0 @@ -torch 1.13.1 -============ - - -- `k2-1.24.3.dev20230725+cpu.torch1.13.1-cp310-cp310-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.13.1-cp39-cp39-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.13.1-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.13.1-cp37-cp37m-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.13.1-cp310-cp310-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.13.1-cp39-cp39-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.13.1-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.13.1-cp37-cp37m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.6.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.6.0.rst deleted file mode 100644 index 4528eec54..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.6.0.rst +++ /dev/null @@ -1,9 +0,0 @@ -torch 1.6.0 -=========== - - -- `k2-1.24.3.dev20230725+cpu.torch1.6.0-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.6.0-cp37-cp37m-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.6.0-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.6.0-cp37-cp37m-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.6.0-cp36-cp36m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.7.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.7.0.rst deleted file mode 100644 index 0a625b5a9..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.7.0.rst +++ /dev/null @@ -1,9 +0,0 @@ -torch 1.7.0 -=========== - - -- `k2-1.24.3.dev20230725+cpu.torch1.7.0-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.7.0-cp37-cp37m-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.7.0-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.7.0-cp37-cp37m-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.7.0-cp36-cp36m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.7.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.7.1.rst deleted file mode 100644 index ce5ae6a2e..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.7.1.rst +++ /dev/null @@ -1,11 +0,0 @@ -torch 1.7.1 -=========== - - -- `k2-1.24.3.dev20230725+cpu.torch1.7.1-cp39-cp39-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.7.1-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.7.1-cp37-cp37m-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.7.1-cp39-cp39-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.7.1-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.7.1-cp37-cp37m-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.7.1-cp36-cp36m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.8.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.8.0.rst deleted file mode 100644 index 965d79467..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.8.0.rst +++ /dev/null @@ -1,11 +0,0 @@ -torch 1.8.0 -=========== - - -- `k2-1.24.3.dev20230725+cpu.torch1.8.0-cp39-cp39-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.8.0-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.8.0-cp37-cp37m-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.8.0-cp39-cp39-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.8.0-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.8.0-cp37-cp37m-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.8.0-cp36-cp36m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.8.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.8.1.rst deleted file mode 100644 index 5a62e9032..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.8.1.rst +++ /dev/null @@ -1,11 +0,0 @@ -torch 1.8.1 -=========== - - -- `k2-1.24.3.dev20230725+cpu.torch1.8.1-cp39-cp39-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.8.1-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.8.1-cp37-cp37m-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.8.1-cp39-cp39-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.8.1-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.8.1-cp37-cp37m-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.8.1-cp36-cp36m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.9.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.9.0.rst deleted file mode 100644 index 0c699041c..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.9.0.rst +++ /dev/null @@ -1,11 +0,0 @@ -torch 1.9.0 -=========== - - -- `k2-1.24.3.dev20230725+cpu.torch1.9.0-cp39-cp39-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.9.0-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.9.0-cp37-cp37m-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.9.0-cp39-cp39-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.9.0-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.9.0-cp37-cp37m-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.9.0-cp36-cp36m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.9.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/1.9.1.rst deleted file mode 100644 index 4650f675f..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/1.9.1.rst +++ /dev/null @@ -1,11 +0,0 @@ -torch 1.9.1 -=========== - - -- `k2-1.24.3.dev20230725+cpu.torch1.9.1-cp39-cp39-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.9.1-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch1.9.1-cp37-cp37m-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.9.1-cp39-cp39-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.9.1-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.9.1-cp37-cp37m-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch1.9.1-cp36-cp36m-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/2.0.0.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/2.0.0.rst deleted file mode 100644 index 7814bf922..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/2.0.0.rst +++ /dev/null @@ -1,12 +0,0 @@ -torch 2.0.0 -=========== - - -- `k2-1.24.3.dev20230725+cpu.torch2.0.0-cp311-cp311-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch2.0.0-cp310-cp310-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch2.0.0-cp39-cp39-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch2.0.0-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch2.0.0-cp311-cp311-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch2.0.0-cp310-cp310-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch2.0.0-cp39-cp39-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch2.0.0-cp38-cp38-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/2.0.1.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/2.0.1.rst deleted file mode 100644 index f5740c95f..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/2.0.1.rst +++ /dev/null @@ -1,12 +0,0 @@ -torch 2.0.1 -=========== - - -- `k2-1.24.3.dev20230725+cpu.torch2.0.1-cp311-cp311-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch2.0.1-cp310-cp310-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch2.0.1-cp39-cp39-win_amd64.whl `_ -- `k2-1.24.3.dev20230725+cpu.torch2.0.1-cp38-cp38-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch2.0.1-cp311-cp311-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch2.0.1-cp310-cp310-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch2.0.1-cp39-cp39-win_amd64.whl `_ -- `k2-1.24.3.dev20230720+cpu.torch2.0.1-cp38-cp38-win_amd64.whl `_ diff --git a/docs/source/installation/pre-compiled-cpu-wheels-windows/index.rst b/docs/source/installation/pre-compiled-cpu-wheels-windows/index.rst deleted file mode 100644 index 8f5563fb2..000000000 --- a/docs/source/installation/pre-compiled-cpu-wheels-windows/index.rst +++ /dev/null @@ -1,26 +0,0 @@ -Pre-compiled CPU wheels (Windows) -================================= - -This page describes pre-compiled ``CPU`` wheels for `k2`_ on Windows. - -.. toctree:: - :maxdepth: 2 - - ./2.0.1.rst - ./2.0.0.rst - ./1.13.1.rst - ./1.13.0.rst - ./1.12.1.rst - ./1.12.0.rst - ./1.11.0.rst - ./1.10.2.rst - ./1.10.1.rst - ./1.10.0.rst - ./1.9.1.rst - ./1.9.0.rst - ./1.8.1.rst - ./1.8.0.rst - ./1.7.1.rst - ./1.7.0.rst - ./1.6.0.rst - \ No newline at end of file diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/.gitignore b/docs/source/installation/pre-compiled-cuda-wheels-linux/.gitignore new file mode 100644 index 000000000..e69de29bb diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.10.0.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.10.0.rst deleted file mode 100644 index 6e2ba9c9c..000000000 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.10.0.rst +++ /dev/null @@ -1,15 +0,0 @@ -torch 1.10.0 -============ - - -- `k2-1.24.3.dev20230718+cuda10.2.torch1.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda10.2.torch1.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230715+cuda10.2.torch1.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.10.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.10.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.10.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.10.0-cp36-cp36m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.10.1.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.10.1.rst deleted file mode 100644 index 16e82afbf..000000000 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.10.1.rst +++ /dev/null @@ -1,16 +0,0 @@ -torch 1.10.1 -============ - - -- `k2-1.24.3.dev20230718+cuda10.2.torch1.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda10.2.torch1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.10.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.10.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.10.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.10.1-cp36-cp36m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.10.2.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.10.2.rst deleted file mode 100644 index cd8bde756..000000000 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.10.2.rst +++ /dev/null @@ -1,16 +0,0 @@ -torch 1.10.2 -============ - - -- `k2-1.24.3.dev20230718+cuda10.2.torch1.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda10.2.torch1.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.2-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.2-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.10.2-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.10.2-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.10.2-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.10.2-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.10.2-cp36-cp36m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.11.0.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.11.0.rst deleted file mode 100644 index ea9052619..000000000 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.11.0.rst +++ /dev/null @@ -1,32 +0,0 @@ -torch 1.11.0 -============ - - -- `k2-1.24.3.dev20230718+cuda10.2.torch1.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda10.2.torch1.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.11.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.11.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.11.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.5.torch1.11.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.5.torch1.11.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.5.torch1.11.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.5.torch1.11.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.3.torch1.11.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.3.torch1.11.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.3.torch1.11.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.3.torch1.11.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.5.torch1.11.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.5.torch1.11.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.5.torch1.11.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.5.torch1.11.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.3.torch1.11.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.3.torch1.11.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.3.torch1.11.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.3.torch1.11.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.11.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.11.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.11.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.11.0-cp37-cp37m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.12.0.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.12.0.rst deleted file mode 100644 index 87e9b390c..000000000 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.12.0.rst +++ /dev/null @@ -1,52 +0,0 @@ -torch 1.12.0 -============ - - -- `k2-1.24.3.dev20230718+cuda11.6.torch1.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.6.torch1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.6.torch1.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.6.torch1.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda10.2.torch1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda10.2.torch1.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.12.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.12.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.12.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.6.torch1.12.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.6.torch1.12.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.6.torch1.12.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.6.torch1.12.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.3.torch1.12.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.3.torch1.12.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.3.torch1.12.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.3.torch1.12.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.6.torch1.12.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.6.torch1.12.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.6.torch1.12.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.6.torch1.12.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cuda11.6.torch1.12.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cuda11.6.torch1.12.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cuda11.6.torch1.12.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cuda11.6.torch1.12.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.6.torch1.12.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.6.torch1.12.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.6.torch1.12.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.6.torch1.12.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.6.torch1.12.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.6.torch1.12.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.6.torch1.12.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.6.torch1.12.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.6.torch1.12.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.6.torch1.12.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.6.torch1.12.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.6.torch1.12.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.3.torch1.12.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.3.torch1.12.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.3.torch1.12.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.3.torch1.12.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.12.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.12.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.12.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.12.0-cp37-cp37m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.12.1.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.12.1.rst deleted file mode 100644 index 681179537..000000000 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.12.1.rst +++ /dev/null @@ -1,52 +0,0 @@ -torch 1.12.1 -============ - - -- `k2-1.24.3.dev20230718+cuda11.6.torch1.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.6.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.6.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.6.torch1.12.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda10.2.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda10.2.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.12.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.12.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.12.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.12.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.6.torch1.12.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.6.torch1.12.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.6.torch1.12.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.6.torch1.12.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.3.torch1.12.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.3.torch1.12.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.3.torch1.12.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.3.torch1.12.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.6.torch1.12.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.6.torch1.12.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.6.torch1.12.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.6.torch1.12.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cuda11.6.torch1.12.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cuda11.6.torch1.12.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cuda11.6.torch1.12.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cuda11.6.torch1.12.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.6.torch1.12.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.6.torch1.12.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.6.torch1.12.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.6.torch1.12.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.6.torch1.12.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.6.torch1.12.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.6.torch1.12.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.6.torch1.12.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.6.torch1.12.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.6.torch1.12.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.6.torch1.12.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.6.torch1.12.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.3.torch1.12.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.3.torch1.12.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.3.torch1.12.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.3.torch1.12.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.12.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.12.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.12.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.12.1-cp37-cp37m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.13.0.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.13.0.rst deleted file mode 100644 index 319c7417a..000000000 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.13.0.rst +++ /dev/null @@ -1,72 +0,0 @@ -torch 1.13.0 -============ - - -- `k2-1.24.3.dev20230718+cuda11.7.torch1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.7.torch1.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.7.torch1.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.7.torch1.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.7.torch1.13.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.6.torch1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.6.torch1.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.6.torch1.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.6.torch1.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.6.torch1.13.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.7.torch1.13.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.7.torch1.13.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.7.torch1.13.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.7.torch1.13.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.7.torch1.13.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.6.torch1.13.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.6.torch1.13.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.6.torch1.13.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.6.torch1.13.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.6.torch1.13.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.7.torch1.13.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.7.torch1.13.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.7.torch1.13.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.7.torch1.13.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.7.torch1.13.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.6.torch1.13.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.6.torch1.13.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.6.torch1.13.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.6.torch1.13.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.6.torch1.13.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cuda11.7.torch1.13.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cuda11.7.torch1.13.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cuda11.7.torch1.13.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cuda11.7.torch1.13.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cuda11.7.torch1.13.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cuda11.6.torch1.13.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cuda11.6.torch1.13.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cuda11.6.torch1.13.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cuda11.6.torch1.13.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.7.torch1.13.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.7.torch1.13.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.7.torch1.13.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.7.torch1.13.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.7.torch1.13.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.6.torch1.13.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.6.torch1.13.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.6.torch1.13.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.6.torch1.13.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.6.torch1.13.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.7.torch1.13.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.7.torch1.13.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.7.torch1.13.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.7.torch1.13.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.7.torch1.13.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.6.torch1.13.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.6.torch1.13.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.6.torch1.13.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.6.torch1.13.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.6.torch1.13.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.7.torch1.13.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.7.torch1.13.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.7.torch1.13.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.7.torch1.13.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.6.torch1.13.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.6.torch1.13.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.6.torch1.13.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.6.torch1.13.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.6.torch1.13.0-cp37-cp37m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.13.1.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.13.1.rst deleted file mode 100644 index 73f426da7..000000000 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.13.1.rst +++ /dev/null @@ -1,59 +0,0 @@ -torch 1.13.1 -============ - - -- `k2-1.24.3.dev20230718+cuda11.7.torch1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.7.torch1.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.7.torch1.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.7.torch1.13.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.7.torch1.13.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.6.torch1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.6.torch1.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.6.torch1.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.6.torch1.13.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.6.torch1.13.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.7.torch1.13.1-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.7.torch1.13.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.7.torch1.13.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.7.torch1.13.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.7.torch1.13.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.6.torch1.13.1-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.6.torch1.13.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.6.torch1.13.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.6.torch1.13.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.6.torch1.13.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.7.torch1.13.1-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.7.torch1.13.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.7.torch1.13.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.7.torch1.13.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.7.torch1.13.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.6.torch1.13.1-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.6.torch1.13.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.6.torch1.13.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.6.torch1.13.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.6.torch1.13.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cuda11.7.torch1.13.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.2.dev20230508+cuda11.6.torch1.13.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.7.torch1.13.1-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.7.torch1.13.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.7.torch1.13.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.7.torch1.13.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.7.torch1.13.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.6.torch1.13.1-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.6.torch1.13.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.6.torch1.13.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.6.torch1.13.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.6.torch1.13.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.7.torch1.13.1-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.7.torch1.13.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.7.torch1.13.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.7.torch1.13.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.7.torch1.13.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.6.torch1.13.1-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.6.torch1.13.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.6.torch1.13.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.6.torch1.13.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.6.torch1.13.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.7.torch1.13.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.7.torch1.13.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.6.torch1.13.1-cp310-cp310-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.6.0.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.6.0.rst deleted file mode 100644 index 4c2b06ecc..000000000 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.6.0.rst +++ /dev/null @@ -1,15 +0,0 @@ -torch 1.6.0 -=========== - - -- `k2-1.24.3.dev20230718+cuda10.2.torch1.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.6.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.6.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.6.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.6.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.6.0-cp36-cp36m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.1.torch1.6.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.1.torch1.6.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.1.torch1.6.0-cp36-cp36m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.7.0.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.7.0.rst deleted file mode 100644 index edc58f973..000000000 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.7.0.rst +++ /dev/null @@ -1,18 +0,0 @@ -torch 1.7.0 -=========== - - -- `k2-1.24.3.dev20230718+cuda10.2.torch1.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.7.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.7.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.0.torch1.7.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.0.torch1.7.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda11.0.torch1.7.0-cp36-cp36m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.7.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.7.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.7.0-cp36-cp36m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.1.torch1.7.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.1.torch1.7.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.1.torch1.7.0-cp36-cp36m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.7.1.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.7.1.rst deleted file mode 100644 index 0e97f53fd..000000000 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.7.1.rst +++ /dev/null @@ -1,20 +0,0 @@ -torch 1.7.1 -=========== - - -- `k2-1.24.3.dev20230718+cuda10.2.torch1.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda10.2.torch1.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.7.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.7.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.7.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.7.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.7.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.7.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.7.1-cp36-cp36m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.1.torch1.7.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.1.torch1.7.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.1.torch1.7.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.1.torch1.7.1-cp36-cp36m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.8.0.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.8.0.rst deleted file mode 100644 index 15a590025..000000000 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.8.0.rst +++ /dev/null @@ -1,15 +0,0 @@ -torch 1.8.0 -=========== - - -- `k2-1.24.3.dev20230718+cuda10.2.torch1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda10.2.torch1.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.8.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.8.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.8.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.8.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.8.0-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.8.0-cp36-cp36m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.1.torch1.8.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.1.torch1.8.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.1.torch1.8.0-cp36-cp36m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.8.1.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.8.1.rst deleted file mode 100644 index 6a3ac25f6..000000000 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.8.1.rst +++ /dev/null @@ -1,13 +0,0 @@ -torch 1.8.1 -=========== - - -- `k2-1.24.3.dev20230718+cuda10.2.torch1.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda10.2.torch1.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230717+cuda10.2.torch1.8.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.8.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.8.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.8.1-cp37-cp37m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.8.1-cp36-cp36m-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.1.torch1.8.1-cp37-cp37m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.9.0.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.9.0.rst deleted file mode 100644 index 795c96166..000000000 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.9.0.rst +++ /dev/null @@ -1,7 +0,0 @@ -torch 1.9.0 -=========== - - -- `k2-1.24.3.dev20230718+cuda10.2.torch1.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda10.2.torch1.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.23.4.dev20230224+cuda10.2.torch1.9.0-cp36-cp36m-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.9.1.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/1.9.1.rst deleted file mode 100644 index 2c0ed25f7..000000000 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/1.9.1.rst +++ /dev/null @@ -1,6 +0,0 @@ -torch 1.9.1 -=========== - - -- `k2-1.24.3.dev20230718+cuda10.2.torch1.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda10.2.torch1.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/2.0.0.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/2.0.0.rst deleted file mode 100644 index e1530ee89..000000000 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/2.0.0.rst +++ /dev/null @@ -1,51 +0,0 @@ -torch 2.0.0 -=========== - - -- `k2-1.24.3.dev20230718+cuda11.8.torch2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.8.torch2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.8.torch2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.8.torch2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.7.torch2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.7.torch2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.7.torch2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.7.torch2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.8.torch2.0.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.8.torch2.0.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.8.torch2.0.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.7.torch2.0.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.7.torch2.0.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.7.torch2.0.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.7.torch2.0.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.8.torch2.0.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.8.torch2.0.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.8.torch2.0.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.8.torch2.0.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.7.torch2.0.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.7.torch2.0.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.7.torch2.0.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230508+cuda11.7.torch2.0.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.8.torch2.0.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.8.torch2.0.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.8.torch2.0.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.8.torch2.0.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.7.torch2.0.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.7.torch2.0.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.7.torch2.0.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.1.dev20230430+cuda11.7.torch2.0.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.8.torch2.0.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.8.torch2.0.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.8.torch2.0.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.8.torch2.0.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.7.torch2.0.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.7.torch2.0.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.7.torch2.0.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.0.dev20230427+cuda11.7.torch2.0.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230318+cuda11.8.torch2.0.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230318+cuda11.8.torch2.0.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230318+cuda11.8.torch2.0.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230318+cuda11.8.torch2.0.0-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230318+cuda11.7.torch2.0.0-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230318+cuda11.7.torch2.0.0-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230318+cuda11.7.torch2.0.0-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.23.4.dev20230318+cuda11.7.torch2.0.0-cp38-cp38-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/2.0.1.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/2.0.1.rst deleted file mode 100644 index 50896d4e3..000000000 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/2.0.1.rst +++ /dev/null @@ -1,20 +0,0 @@ -torch 2.0.1 -=========== - - -- `k2-1.24.3.dev20230718+cuda11.8.torch2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.8.torch2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.8.torch2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.8.torch2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.7.torch2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.7.torch2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.7.torch2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230718+cuda11.7.torch2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.8.torch2.0.1-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.8.torch2.0.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.8.torch2.0.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.8.torch2.0.1-cp38-cp38-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.7.torch2.0.1-cp311-cp311-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.7.torch2.0.1-cp310-cp310-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.7.torch2.0.1-cp39-cp39-linux_x86_64.whl `_ -- `k2-1.24.3.dev20230524+cuda11.7.torch2.0.1-cp38-cp38-linux_x86_64.whl `_ diff --git a/docs/source/installation/pre-compiled-cuda-wheels-linux/index.rst b/docs/source/installation/pre-compiled-cuda-wheels-linux/index.rst deleted file mode 100644 index 8806f5d8f..000000000 --- a/docs/source/installation/pre-compiled-cuda-wheels-linux/index.rst +++ /dev/null @@ -1,26 +0,0 @@ -Pre-compiled CUDA wheels (Linux) -================================ - -This page describes pre-compiled ``CUDA`` wheels for `k2`_ on Linux. - -.. toctree:: - :maxdepth: 2 - - ./2.0.1.rst - ./2.0.0.rst - ./1.13.1.rst - ./1.13.0.rst - ./1.12.1.rst - ./1.12.0.rst - ./1.11.0.rst - ./1.10.2.rst - ./1.10.1.rst - ./1.10.0.rst - ./1.9.1.rst - ./1.9.0.rst - ./1.8.1.rst - ./1.8.0.rst - ./1.7.1.rst - ./1.7.0.rst - ./1.6.0.rst - \ No newline at end of file diff --git a/k2/csrc/CMakeLists.txt b/k2/csrc/CMakeLists.txt index 736668e9b..f191f720a 100644 --- a/k2/csrc/CMakeLists.txt +++ b/k2/csrc/CMakeLists.txt @@ -237,3 +237,9 @@ endif() install(TARGETS k2_log context DESTINATION ${CMAKE_INSTALL_LIBDIR} ) + +if(BUILD_SHARED_LIBS AND WIN32) + install(TARGETS k2_log context + DESTINATION ../ + ) +endif() diff --git a/k2/csrc/dtype.cu b/k2/csrc/dtype.cu index 671165f90..1e9b54d22 100644 --- a/k2/csrc/dtype.cu +++ b/k2/csrc/dtype.cu @@ -48,4 +48,8 @@ std::ostream &operator<<(std::ostream &os, Dtype dtype) { return os; } +DtypeTraits TraitsOf(Dtype dtype) { + return g_dtype_traits_array[static_cast(dtype)]; +} + } // namespace k2 diff --git a/k2/csrc/dtype.h b/k2/csrc/dtype.h index a36f75fcf..96206335e 100644 --- a/k2/csrc/dtype.h +++ b/k2/csrc/dtype.h @@ -68,9 +68,6 @@ class DtypeTraits { const char *name_; // name, e.g. "float", "int8", "int32" }; -// We initialize this in dtype.cu -extern const DtypeTraits g_dtype_traits_array[]; - // It's just an enum, we can use TraitsOf(dtype).NumBytes() and so on.. enum class Dtype { kAnyDtype, // for when dtype is unknown because it's a generic tensor @@ -111,9 +108,7 @@ constexpr Dtype kOtherDtype = Dtype::kOtherDtype; std::ostream &operator<<(std::ostream &os, Dtype dtype); -inline DtypeTraits TraitsOf(Dtype dtype) { - return g_dtype_traits_array[static_cast(dtype)]; -} +DtypeTraits TraitsOf(Dtype dtype); template struct DtypeOf; diff --git a/k2/csrc/host/CMakeLists.txt b/k2/csrc/host/CMakeLists.txt index a8639d553..fa81484ed 100644 --- a/k2/csrc/host/CMakeLists.txt +++ b/k2/csrc/host/CMakeLists.txt @@ -85,3 +85,9 @@ endif() install(TARGETS fsa DESTINATION ${CMAKE_INSTALL_LIBDIR} ) + +if(BUILD_SHARED_LIBS AND WIN32) + install(TARGETS fsa + DESTINATION ../ + ) +endif() diff --git a/scripts/github_actions/build-ubuntu-cpu.sh b/scripts/github_actions/build-ubuntu-cpu.sh new file mode 100755 index 000000000..68f92fbd2 --- /dev/null +++ b/scripts/github_actions/build-ubuntu-cpu.sh @@ -0,0 +1,131 @@ +#!/usr/bin/env bash +# +set -ex + +if [ -z $PYTHON_VERSION ]; then + echo "Please set the environment variable PYTHON_VERSION" + echo "Example: export PYTHON_VERSION=3.8" + # Valid values: 3.8, 3.9, 3.10, 3.11 + exit 1 +fi + +if [ -z $TORCH_VERSION ]; then + echo "Please set the environment variable TORCH_VERSION" + echo "Example: export TORCH_VERSION=1.10.0" + exit 1 +fi + +echo "Installing ${PYTHON_VERSION}.3" + +yum -y install openssl-devel bzip2-devel libffi-devel xz-devel wget redhat-lsb-core + +if true; then + echo "Installing ${PYTHON_VERSION}.3" + curl -O https://www.python.org/ftp/python/${PYTHON_VERSION}.3/Python-${PYTHON_VERSION}.3.tgz + tar xf Python-${PYTHON_VERSION}.3.tgz + pushd Python-${PYTHON_VERSION}.3 + + PYTHON_INSTALL_DIR=$PWD/py-${PYTHON_VERSION} + + if [[ $PYTHON_VERSION =~ 3.1. ]]; then + yum install -y openssl11-devel + sed -i 's/PKG_CONFIG openssl /PKG_CONFIG openssl11 /g' configure + fi + + ./configure --enable-shared --prefix=$PYTHON_INSTALL_DIR >/dev/null 2>&1 + make install >/dev/null 2>&1 + + popd + + export PATH=$PYTHON_INSTALL_DIR/bin:$PATH + export LD_LIBRARY_PATH=$PYTHON_INSTALL_DIR/lib:$LD_LIBRARY_PATH + ls -lh $PYTHON_INSTALL_DIR/lib/ + + python3 --version + which python3 +else + case ${PYTHON_VERSION} in + 3.7) + export PATH=/opt/python/cp37-cp37m/bin:$PATH + ;; + 3.8) + export PATH=/opt/python/cp38-cp38/bin:$PATH + ;; + 3.9) + export PATH=/opt/python/cp39-cp39/bin:$PATH + ;; + 3.10) + export PATH=/opt/python/cp310-cp310/bin:$PATH + ;; + 3.11) + export PATH=/opt/python/cp311-cp311/bin:$PATH + ;; + esac +fi + + +nvcc --version || true +rm -rf /usr/local/cuda* +nvcc --version || true + +python3 --version +which python3 + +if [[ $PYTHON_VERSION != 3.6 ]]; then + curl -O https://bootstrap.pypa.io/get-pip.py + python3 get-pip.py +fi + +python3 -m pip install scikit-build +python3 -m pip install -U pip cmake +python3 -m pip install wheel twine typing_extensions +python3 -m pip install bs4 requests tqdm auditwheel + +echo "Installing torch $TORCH_VERSION" +python3 -m pip install -qq torch==$TORCH_VERSION+cpu -f https://download.pytorch.org/whl/torch_stable.html + +rm -rf ~/.cache/pip +yum clean all + +cd /var/www + +export CMAKE_CUDA_COMPILER_LAUNCHER= +export K2_CMAKE_ARGS=" -DPYTHON_EXECUTABLE=$PYTHON_INSTALL_DIR/bin/python3 " +export K2_MAKE_ARGS=" -j " + +python3 setup.py bdist_wheel + +pushd dist +unzip *.whl +export LD_LIBRARY_PATH=$PWD/k2/lib:$LD_LIBRARY_PATH +export LD_LIBRARY_PATH=$PWD/k2/lib64:$LD_LIBRARY_PATH +popd + +echo $LD_LIBRARY_PATH +ls -lh $PWD/dist/k2/lib* + +auditwheel --verbose repair \ + --exclude libc10.so \ + --exclude libc10_cuda.so \ + --exclude libcuda.so.1 \ + --exclude libcudart.so.${CUDA_VERSION} \ + --exclude libnvToolsExt.so.1 \ + --exclude libnvrtc.so.${CUDA_VERSION} \ + --exclude libtorch.so \ + --exclude libtorch_cpu.so \ + --exclude libtorch_cuda.so \ + --exclude libtorch_python.so \ + \ + --exclude libcudnn.so.8 \ + --exclude libcublas.so.11 \ + --exclude libcublasLt.so.11 \ + --exclude libcudart.so.11.0 \ + --exclude libnvrtc.so.11.2 \ + --exclude libtorch_cuda_cu.so \ + --exclude libtorch_cuda_cpp.so \ + \ + --plat manylinux_2_17_x86_64 \ + -w /var/www/wheelhouse \ + dist/*.whl + +ls -lh /var/www/wheelhouse diff --git a/scripts/github_actions/build-ubuntu-cuda.sh b/scripts/github_actions/build-ubuntu-cuda.sh new file mode 100755 index 000000000..033cba837 --- /dev/null +++ b/scripts/github_actions/build-ubuntu-cuda.sh @@ -0,0 +1,100 @@ +#!/usr/bin/env bash +# +set -ex + +if [ -z $PYTHON_VERSION ]; then + echo "Please set the environment variable PYTHON_VERSION" + echo "Example: export PYTHON_VERSION=3.8" + # Valid values: 3.6, 3.7, 3.8, 3.9, 3.10, 3.11 + exit 1 +fi + +if [ -z $TORCH_VERSION ]; then + echo "Please set the environment variable TORCH_VERSION" + echo "Example: export TORCH_VERSION=1.10.0" + exit 1 +fi + +if [ -z $CUDA_VERSION ]; then + echo "Please set the environment variable CUDA_VERSION" + echo "Example: export CUDA_VERSION=10.2" + # valid values: 10.2, 11.1, 11.3, 11.6, 11.7, 11.8 + exit 1 +fi + + +yum -y install openssl-devel bzip2-devel libffi-devel xz-devel wget redhat-lsb-core + + +echo "Installing ${PYTHON_VERSION}.3" +curl -O https://www.python.org/ftp/python/${PYTHON_VERSION}.3/Python-${PYTHON_VERSION}.3.tgz +tar xf Python-${PYTHON_VERSION}.3.tgz +pushd Python-${PYTHON_VERSION}.3 + +PYTHON_INSTALL_DIR=$PWD/py-${PYTHON_VERSION} + +if [[ $PYTHON_VERSION =~ 3.1. ]]; then + yum install -y openssl11-devel + sed -i 's/PKG_CONFIG openssl /PKG_CONFIG openssl11 /g' configure +fi + +./configure --enable-shared --prefix=$PYTHON_INSTALL_DIR >/dev/null 2>&1 +make install >/dev/null 2>&1 + +popd + +export PATH=$PYTHON_INSTALL_DIR/bin:$PATH +export LD_LIBRARY_PATH=$PYTHON_INSTALL_DIR/lib:$LD_LIBRARY_PATH +ls -lh $PYTHON_INSTALL_DIR/lib/ + +python3 --version +which python3 + +if [[ $PYTHON_VERSION != 3.6 ]]; then + curl -O https://bootstrap.pypa.io/get-pip.py + python3 get-pip.py +fi + +python3 -m pip install scikit-build +python3 -m pip install -U pip cmake +python3 -m pip install wheel twine typing_extensions +python3 -m pip install bs4 requests tqdm auditwheel + +echo "Installing torch" +./install_torch.sh + +rm -rf ~/.cache/pip >/dev/null 2>&1 +yum clean all >/dev/null 2>&1 + +cd /var/www + +export CMAKE_CUDA_COMPILER_LAUNCHER= +export K2_CMAKE_ARGS=" -DPYTHON_EXECUTABLE=$PYTHON_INSTALL_DIR/bin/python3 " +export K2_MAKE_ARGS=" -j2 " + +python3 setup.py bdist_wheel + +auditwheel --verbose repair \ + --exclude libc10.so \ + --exclude libc10_cuda.so \ + --exclude libcuda.so.1 \ + --exclude libcudart.so.${CUDA_VERSION} \ + --exclude libnvToolsExt.so.1 \ + --exclude libnvrtc.so.${CUDA_VERSION} \ + --exclude libtorch.so \ + --exclude libtorch_cpu.so \ + --exclude libtorch_cuda.so \ + --exclude libtorch_python.so \ + \ + --exclude libcudnn.so.8 \ + --exclude libcublas.so.11 \ + --exclude libcublasLt.so.11 \ + --exclude libcudart.so.11.0 \ + --exclude libnvrtc.so.11.2 \ + --exclude libtorch_cuda_cu.so \ + --exclude libtorch_cuda_cpp.so \ + --plat manylinux_2_17_x86_64 \ + -w /var/www/wheelhouse \ + dist/*.whl + +ls -lh /var/www diff --git a/scripts/github_actions/generate_build_matrix.py b/scripts/github_actions/generate_build_matrix.py index 64c2251af..130d17519 100755 --- a/scripts/github_actions/generate_build_matrix.py +++ b/scripts/github_actions/generate_build_matrix.py @@ -14,19 +14,37 @@ def get_args(): help="True to enable CUDA", ) + parser.add_argument( + "--for-windows", + action="store_true", + default=False, + help="True for windows", + ) + + parser.add_argument( + "--for-macos", + action="store_true", + default=False, + help="True for macOS", + ) + parser.add_argument( "--test-only-latest-torch", action="store_true", default=False, - help="""If True, we test only the latest PyTorch + help="""If True, we test only the latest PyTroch to reduce CI running time.""", ) return parser.parse_args() -def generate_build_matrix(enable_cuda, test_only_latest_torch): +def generate_build_matrix(enable_cuda, for_windows, for_macos, test_only_latest_torch): matrix = { - # there are issues in serializing ragged tensors in 1.5.0 and 1.5.1 + # 1.5.x is removed because there are compilation errors. + # See + # https://github.com/csukuangfj/k2/runs/2533830771?check_suite_focus=true + # and + # https://github.com/NVIDIA/apex/issues/805 # "1.5.0": { # "python-version": ["3.6", "3.7", "3.8"], # "cuda": ["10.1", "10.2"], @@ -37,55 +55,75 @@ def generate_build_matrix(enable_cuda, test_only_latest_torch): # }, "1.6.0": { "python-version": ["3.6", "3.7", "3.8"], - "cuda": ["10.1", "10.2"], + "cuda": ["10.1", "10.2"] if not for_windows else ["10.1.243", "10.2.89"], }, "1.7.0": { "python-version": ["3.6", "3.7", "3.8"], - "cuda": ["10.1", "10.2", "11.0"], + "cuda": ["10.1", "10.2", "11.0"] + if not for_windows + else ["10.1.243", "10.2.89", "11.0.3"], }, "1.7.1": { "python-version": ["3.6", "3.7", "3.8", "3.9"], - "cuda": ["10.1", "10.2", "11.0"], + "cuda": ["10.1", "10.2", "11.0"] + if not for_windows + else ["10.1.243", "10.2.89", "11.0.3"], }, "1.8.0": { "python-version": ["3.6", "3.7", "3.8", "3.9"], - "cuda": ["10.1", "10.2", "11.1"], + "cuda": ["10.1", "10.2", "11.1"] + if not for_windows + else ["10.1.243", "10.2.89", "11.1.1"], }, "1.8.1": { "python-version": ["3.6", "3.7", "3.8", "3.9"], - "cuda": ["10.1", "10.2", "11.1"], + "cuda": ["10.1", "10.2", "11.1"] + if not for_windows + else ["10.1.243", "10.2.89", "11.1.1"], }, "1.9.0": { "python-version": ["3.6", "3.7", "3.8", "3.9"], - "cuda": ["10.2", "11.1"], + "cuda": ["10.2", "11.1"] if not for_windows else ["10.2.89", "11.1.1"], }, "1.9.1": { "python-version": ["3.6", "3.7", "3.8", "3.9"], - "cuda": ["10.2", "11.1"], + "cuda": ["10.2", "11.1"] if not for_windows else ["10.2.89", "11.1.1"], }, "1.10.0": { "python-version": ["3.6", "3.7", "3.8", "3.9"], - "cuda": ["10.2", "11.1", "11.3"], + "cuda": ["10.2", "11.1", "11.3"] + if not for_windows + else ["10.2.89", "11.1.1", "11.3.1"], }, "1.10.1": { "python-version": ["3.6", "3.7", "3.8", "3.9"], - "cuda": ["10.2", "11.1", "11.3"], + "cuda": ["10.2", "11.1", "11.3"] + if not for_windows + else ["10.2.89", "11.1.1", "11.3.1"], }, "1.10.2": { "python-version": ["3.6", "3.7", "3.8", "3.9"], - "cuda": ["10.2", "11.1", "11.3"], + "cuda": ["10.2", "11.1", "11.3"] + if not for_windows + else ["10.2.89", "11.1.1", "11.3.1"], }, "1.11.0": { "python-version": ["3.7", "3.8", "3.9", "3.10"], - "cuda": ["10.2", "11.3", "11.5"], + "cuda": ["10.2", "11.3", "11.5"] + if not for_windows + else ["11.3.1", "11.5.2"], }, "1.12.0": { "python-version": ["3.7", "3.8", "3.9", "3.10"], - "cuda": ["10.2", "11.3", "11.6"], + "cuda": ["10.2", "11.3", "11.6"] + if not for_windows + else ["11.3.1", "11.6.2"], }, "1.12.1": { "python-version": ["3.7", "3.8", "3.9", "3.10"], - "cuda": ["10.2", "11.3", "11.6"], + "cuda": ["10.2", "11.3", "11.6"] + if not for_windows + else ["11.3.1", "11.6.2"], }, "1.13.0": { "python-version": ["3.7", "3.8", "3.9", "3.10", "3.11"], @@ -93,34 +131,77 @@ def generate_build_matrix(enable_cuda, test_only_latest_torch): }, "1.13.1": { "python-version": ["3.7", "3.8", "3.9", "3.10", "3.11"], - "cuda": ["11.6", "11.7"], # default 11.7 + "cuda": ["11.6", "11.7"] # default 11.7 + if not for_windows + else ["11.6.2", "11.7.1"], + }, + "2.0.0": { + "python-version": ["3.8", "3.9", "3.10", "3.11"], + "cuda": ["11.7", "11.8"] # default 11.7 + if not for_windows + else ["11.7.1", "11.8.0"], + }, + "2.0.1": { + "python-version": ["3.8", "3.9", "3.10", "3.11"], + "cuda": ["11.7", "11.8"] # default 11.7 + if not for_windows + else ["11.7.1", "11.8.0"], }, } if test_only_latest_torch: - latest = "1.13.1" + latest = "2.0.1" matrix = {latest: matrix[latest]} - # We only have limited spaces in anaconda, so we exclude some - # versions of PyTorch here. If you need them, please consider - # installing k2 from source - # Only CUDA build are excluded since it occupies more disk space - excluded_torch_versions = ["1.6.0", "1.7.0", "1.7.1", "1.8.0", "1.8.1"] - excluded_torch_versions += ["1.9.0", "1.9.1"] + if for_windows or for_macos: + if "1.13.0" in matrix: + matrix["1.13.0"]["python-version"].remove("3.11") + + if "1.13.1" in matrix: + matrix["1.13.1"]["python-version"].remove("3.11") + + excluded_python_versions = ["3.6"] + enabled_torch_versions = [] ans = [] for torch, python_cuda in matrix.items(): - if torch in excluded_torch_versions and enable_cuda: + if enabled_torch_versions and torch not in enabled_torch_versions: continue python_versions = python_cuda["python-version"] cuda_versions = python_cuda["cuda"] if enable_cuda: for p in python_versions: + if p in excluded_python_versions: + continue + for c in cuda_versions: - ans.append({"torch": torch, "python-version": p, "cuda": c}) + if c in ["10.1", "11.0"]: + # no docker image for cuda 10.1 and 11.0 + continue + ans.append( + { + "torch": torch, + "python-version": p, + "cuda": c, + "image": f"pytorch/manylinux-builder:cuda{c}", + } + ) else: for p in python_versions: - ans.append({"torch": torch, "python-version": p}) + if p in excluded_python_versions: + continue + + if for_windows or for_macos: + p = "cp" + "".join(p.split(".")) + ans.append({"torch": torch, "python-version": p}) + else: + ans.append( + { + "torch": torch, + "python-version": p, + "image": "pytorch/manylinux-builder:cuda10.2", + } + ) print(json.dumps({"include": ans})) @@ -129,6 +210,8 @@ def main(): args = get_args() generate_build_matrix( enable_cuda=args.enable_cuda, + for_windows=args.for_windows, + for_macos=args.for_macos, test_only_latest_torch=args.test_only_latest_torch, ) diff --git a/scripts/github_actions/install_torch.sh b/scripts/github_actions/install_torch.sh index 9f0be7cc7..7ba74857a 100755 --- a/scripts/github_actions/install_torch.sh +++ b/scripts/github_actions/install_torch.sh @@ -14,6 +14,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +torch=$TORCH_VERSION +cuda=$CUDA_VERSION case ${torch} in 1.5.*) case ${cuda} in @@ -155,6 +157,18 @@ case ${torch} in ;; esac ;; + 2.0.*) + case ${cuda} in + 11.7) + package="torch==${torch}+cu117" + url=https://download.pytorch.org/whl/torch_stable.html + ;; + 11.8) + package="torch==${torch}+cu118" + url=https://download.pytorch.org/whl/torch_stable.html + ;; + esac + ;; *) echo "Unsupported PyTorch version: ${torch}" exit 1 @@ -170,3 +184,5 @@ if [ x"${url}" == "x" ]; then else retry python3 -m pip install -q $package -f $url fi + +rm -rfv ~/.cache/pip