Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update for parameter change in fstproject when compiling from source #1664

Open
snyderra opened this issue Nov 22, 2024 · 1 comment
Open

Comments

@snyderra
Copy link

When setting up kaldi from a git clone it uses openfst 1.8.3

I also had to run the following to update opengrm tools as well as the specified version doesen't play well with c17 vs c11
sed -i s/1.3.7/1.3.16/g $KALDI_ROOT/tools/extras/install_opengrm.sh

The compile package here depends on older parameters for fstproject 
The line below makes the needed adjustments for openfst 1.8.3

cd vosk-model-en-us-0.22-compile && fdfind -e sh -e pl -epy | xargs grep -l "\-\-project_output=true" | xargs sed -i 's/--project_output=true/--project_type=output/g'

@nshmyrev
Copy link
Collaborator

We recommend to use our openfst fork (hardcoded in our build) https://github.com/alphacep/openfst, it has important fix for openfst speedup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants