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

fix install_beamsearch_decoders #7011

Merged
merged 4 commits into from
Jul 13, 2023
Merged

fix install_beamsearch_decoders #7011

merged 4 commits into from
Jul 13, 2023

Conversation

karpnv
Copy link
Collaborator

@karpnv karpnv commented Jul 11, 2023

What does this PR do ?

fix install_beamsearch_decoders.sh

Collection: ASR

Changelog

  • fix install_beamsearch_decoders.sh

Usage

  • install_beamsearch_decoders.sh work with and without root user
  • provide NEMO_PATH in the tutorial Offline_ASR.ipynb

PR Type:

  • [V ] Bugfix

Additional Information

  • Related to # 4186721

Signed-off-by: Nikolay Karpov <[email protected]>
Signed-off-by: Nikolay Karpov <[email protected]>
@github-actions github-actions bot added the ASR label Jul 11, 2023
@karpnv karpnv requested a review from titu1994 July 11, 2023 11:44
titu1994
titu1994 previously approved these changes Jul 11, 2023
Copy link
Collaborator

@titu1994 titu1994 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

alias b2='./b2'
else
alias au='sudo apt-get update'
alias b2='sudo ./b2'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need better name for these alias

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@lleaver
Copy link
Contributor

lleaver commented Jul 12, 2023

For me, the updated install_beamsearch_decoders.sh script gives "command not found" on the line where the alias is used. Adding "shopt -s expand_aliases" seemed to fix it.

@titu1994 titu1994 merged commit 5e02346 into main Jul 13, 2023
15 checks passed
@titu1994 titu1994 deleted the karpnv/install_bs branch July 13, 2023 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants