Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 793 Bytes

check_your_installation.rst

File metadata and controls

29 lines (18 loc) · 793 Bytes

Check your installation

To check that you have installed k2-fsa/sherpa successfully, please run:

python3 -c "import sherpa; print(sherpa.__file__); print(sherpa.__version__)"

sherpa-online --help
sherpa-offline --help

sherpa-online-microphone --help
sherpa-offline-microphone --help

sherpa-online-websocket-server --help
sherpa-online-websocket-client --help
sherpa-online-websocket-client-microphone --help

sherpa-offline-websocket-server --help
sherpa-offline-websocket-client --help

Congratulations! You have installed k2-fsa/sherpa successfully. Please refer to k2_fsa_sherpa_pretrained_models to download pre-trained models.

Have fun with k2-fsa/sherpa!