-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Updated installation of ctc-decoders #7746
Conversation
Signed-off-by: Vitaly Lavrukhin <vlavrukhin@nvidia.com>
|
||
# install Boost package for KenLM | ||
wget https://boostorg.jfrog.io/artifactory/main/release/1.80.0/source/boost_1_80_0.tar.bz2 --no-check-certificate && tar --bzip2 -xf $NEMO_PATH/boost_1_80_0.tar.bz2 && cd boost_1_80_0 && ./bootstrap.sh && b2install --layout=tagged link=static,shared threading=multi,single install -j4 || echo FAILURE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add && cd .. to get out from boost_1_80_0 folder
@@ -43,14 +46,9 @@ cd .. | |||
mv OpenSeq2Seq/decoders . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mv OpenSeq2Seq/decoders $NEMO_PATH/
@@ -43,14 +46,9 @@ cd .. | |||
mv OpenSeq2Seq/decoders . | |||
rm -rf OpenSeq2Seq | |||
cd decoders |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cd $NEMO_PATH/decoders
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add $NEMO_PATH to be consistent
Signed-off-by: Vitaly Lavrukhin <vlavrukhin@nvidia.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you!
* - Fixed issue with installation of ctc-decoders and Offline-ASR notebook Signed-off-by: Vitaly Lavrukhin <vlavrukhin@nvidia.com> * Updated paths in install_beamsearch_decoders.sh Signed-off-by: Vitaly Lavrukhin <vlavrukhin@nvidia.com> --------- Signed-off-by: Vitaly Lavrukhin <vlavrukhin@nvidia.com> Co-authored-by: Eric Harper <complex451@gmail.com>
* - Fixed issue with installation of ctc-decoders and Offline-ASR notebook * Updated paths in install_beamsearch_decoders.sh --------- Signed-off-by: Vitaly Lavrukhin <vlavrukhin@nvidia.com> Co-authored-by: Vitaly Lavrukhin <vlavrukhin@nvidia.com> Co-authored-by: Eric Harper <complex451@gmail.com>
* - Fixed issue with installation of ctc-decoders and Offline-ASR notebook * Updated paths in install_beamsearch_decoders.sh --------- Signed-off-by: Vitaly Lavrukhin <vlavrukhin@nvidia.com> Co-authored-by: Vitaly Lavrukhin <vlavrukhin@nvidia.com> Co-authored-by: Eric Harper <complex451@gmail.com> Signed-off-by: maxime burchi <maxime.burchi@gmail.com>
* - Fixed issue with installation of ctc-decoders and Offline-ASR notebook * Updated paths in install_beamsearch_decoders.sh --------- Signed-off-by: Vitaly Lavrukhin <vlavrukhin@nvidia.com> Co-authored-by: Vitaly Lavrukhin <vlavrukhin@nvidia.com> Co-authored-by: Eric Harper <complex451@gmail.com> Signed-off-by: Piotr Żelasko <petezor@gmail.com>
* - Fixed issue with installation of ctc-decoders and Offline-ASR notebook * Updated paths in install_beamsearch_decoders.sh --------- Signed-off-by: Vitaly Lavrukhin <vlavrukhin@nvidia.com> Co-authored-by: Vitaly Lavrukhin <vlavrukhin@nvidia.com> Co-authored-by: Eric Harper <complex451@gmail.com>
What does this PR do ?
Fixed issue with installation of ctc-decoders and Offline-ASR notebook
Collection:
tutorials/asr
Changelog
Usage
# Add a code snippet demonstrating how to use this
Before your PR is "Ready for review"
Pre checks:
PR Type:
If you haven't finished some of the above items you can still open "Draft" PR.
Who can review?
Anyone in the community is free to review the PR once the checks have passed.
Contributor guidelines contains specific people who can review PRs to various areas.
Additional Information