-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Fixed #993 #1003
Fixed #993 #1003
Conversation
README.md
Outdated
|
||
```bash | ||
pip install deepspeech | ||
deepspeech output_model.pb my_audio_file.wav alphabet.txt | ||
``` | ||
|
||
See the output of `deepspeech -h` for more information. | ||
Alternatively, quicker inference can be performed using a supported NVIDIA GPU. (See the release notes to find which GPU's are supported.) This is done by instead installing the GPU specific package: |
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.
Please also mention that it's Linux only.
README.md
Outdated
Alternatively, if you have a supported NVIDIA GPU (See the release notes to find which GPU's are supported.), you can install the GPU specific package as follows: | ||
|
||
``` | ||
pip install deepspeech-gpu |
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.
Include the $
here for consistency.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Fixes #993 however, merge should wait until we've gotten PyPI to increase the limit of deepspeech-gpu