mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-09 01:52:39 +00:00
fix typos (#75)
This commit is contained in:
parent
6c60c618e6
commit
b65c799b4e
@ -16,7 +16,7 @@ Suppose you want to install the following wheel:
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
https://huggingface.co/csukuangfj/kaldifeat/resolve/main/macos/kaldifeat-1.24.dev20230724+cpu.torch2.0.1-cp311-cp311-macosx_10_9_x86_64.whl
|
https://huggingface.co/csukuangfj/kaldifeat/resolve/main/ubuntu-cpu/kaldifeat-1.24.dev20230724+cpu.torch2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
|
||||||
|
|
||||||
you can use one of the following methods:
|
you can use one of the following methods:
|
||||||
|
|
||||||
@ -28,8 +28,8 @@ you can use one of the following methods:
|
|||||||
|
|
||||||
# method 2
|
# method 2
|
||||||
pip install torch==2.0.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
|
pip install torch==2.0.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
|
||||||
wget https://huggingface.co/csukuangfj/kaldifeat/resolve/main/macos/kaldifeat-1.24.dev20230724+cpu.torch2.0.1-cp311-cp311-macosx_10_9_x86_64.whl
|
wget https://huggingface.co/csukuangfj/kaldifeat/resolve/main/ubuntu-cpu/kaldifeat-1.24.dev20230724+cpu.torch2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
|
||||||
pip install ./kaldifeat-1.24.dev20230724+cpu.torch2.0.1-cp311-cp311-macosx_10_9_x86_64.whl
|
pip install ./kaldifeat-1.24.dev20230724+cpu.torch2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
|
||||||
|
|
||||||
|
|
||||||
Windows (CPU)
|
Windows (CPU)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user