remove mocking of paddle, fix typos
This commit is contained in:
parent
eed6f9af08
commit
b017c73100
|
@ -27,7 +27,7 @@
|
|||
import os
|
||||
import sys
|
||||
sys.path.insert(0, os.path.abspath('../..'))
|
||||
autodoc_mock_imports = ["soundfile", "librosa", "paddle"]
|
||||
autodoc_mock_imports = ["soundfile", "librosa"]
|
||||
|
||||
# -- Project information -----------------------------------------------------
|
||||
|
||||
|
|
|
@ -59,12 +59,12 @@ are listed below.
|
|||
For any problem with installtion of soundfile, please refer to
|
||||
`SoundFile <https://pypi.org/project/SoundFile>`_.
|
||||
|
||||
Insrall Parakeet
|
||||
Install Parakeet
|
||||
------------------
|
||||
|
||||
There are two ways to install parakeet according to the purpose of using it.
|
||||
|
||||
#. If you want to run experiments provided by parakeet or add new models and
|
||||
1. If you want to run experiments provided by parakeet or add new models and
|
||||
experiments, it is recommended to clone the project from github
|
||||
(`Parakeet <https://github.com/PaddlePaddle/Parakeet>`_), and install it in
|
||||
editable mode.
|
||||
|
|
Loading…
Reference in New Issue