-
Notifications
You must be signed in to change notification settings - Fork 240
Fix spelling, grammar, and content errors across docs/ #4022
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -146,7 +146,7 @@ $ cpupower frequency-set --min 3.1GHz | |
|
|
||
| ## Network Configuration for Optimal Performance | ||
|
|
||
| By default, OVMS endpoints are bound to all ipv4 addresses. On same systems, which route localhost name to ipv6 address, it might cause extra time on the client side to switch to ipv4. It can effectively results with extra 1-2s latency. | ||
| By default, OVMS endpoints are bound to all ipv4 addresses. On same systems, which route localhost name to ipv6 address, it might cause extra time on the client side to switch to ipv4. It can effectively result in extra 1-2s latency. | ||
|
||
| It can be overcome by switching the API URL to `http://127.0.0.1` on the client side. | ||
|
|
||
| To optimize network connection performance: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -59,7 +59,7 @@ The calculator supports the following `node_options` for tuning the pipeline con | |
| We recommend using [export script](../../demos/common/export_models/README.md) to prepare models directory structure for serving. | ||
| Check [supported models](https://openvinotoolkit.github.io/openvino.genai/docs/supported-models/#speech-recognition-models). | ||
|
|
||
| ### Text to speech calculator limitations | ||
| ### Speech to text calculator limitations | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @michalkulakowski is it correct? |
||
| - Streaming is not supported | ||
|
|
||
| ## References | ||
|
|
||
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.
This line uses inconsistent capitalization and awkward phrasing (βpython nodesβ, βincluded also a python fileβ). Consider using βPython nodesβ / βPython fileβ and rephrasing to a more direct construction (e.g., βthe repository should also include a Python file implementing the nodeβ).