-
Notifications
You must be signed in to change notification settings - Fork 511
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
Downstream changes from Mozilla DeepSpeech to lm/interpolate/CMakeLists.txt submitting to upstream #319
Comments
@JackBoosY You requested an explicit Eigen flag in microsoft/vcpkg#13692 . This proposed change does Eigen detection. I like detection better. Any comments? |
Hi @KathyReid, thanks for the code. Does Mozilla actually use the interpolation program? It doesn't seem to have many users. |
Good question, @reuben will know more - I only picked up a 404ing link in our local use of |
That's all my suggestions. |
Sorry that patch is not what I intended to be upstreamed. @KathyReid surfaced a problem in our repo where the error message instructed users to download the eigen source code from a URL that no longer existed, but that URL is no longer included in KenLM master. We vendor a specific version of KenLM in DeepSpeech, commit b9f3577 which was before all the changes requested by @JackBoosY. So I guess there's nothing to upstream, we should just update our vendored KenLM to get rid of the invalid URL. |
@KathyReid sorry for wasting your time here I should have checked upstream first to see if it still had the problem. |
Indeed the incorrect URL is gone. |
Hi there KenLM folks,
Firstly a huge thanks for all your work on the
kenlm
project, and for making it open source. Thank you.We incorporate
kenlm
into Mozilla DeepSpeech and have made some minor amendments to aCMakesList.txt
file that tries to installeigen
. We've added some checking and user assistance, and are providing this in case you'd like to pull it in upstream. I've created a patchFile (att'd) and you can also see the changes here;https://github.com/KathyReid/kenlm/tree/patch-1
I felt an Issue would be easier to cherry-pick than a PR, but also happy to open a PR if desired.
mozilla/DeepSpeech#3480
patchFile.txt
Kind regards,
Kathy
The text was updated successfully, but these errors were encountered: