6116b1f3c6
Update API Documentation / build-api-docs (push) Has been cancelled
Add complete FunASR codebase including models, runtime, and documentation.
6 lines
130 B
Bash
6 lines
130 B
Bash
#!/bin/bash
|
|
if [[ $OSTYPE == 'darwin'* ]]; then
|
|
conda install -c conda-forge -y pynini=2.1.5
|
|
else
|
|
pip install pynini==2.1.5
|
|
fi |