You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: