-
Notifications
You must be signed in to change notification settings - Fork 11
Charts realtime docs updates #177
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
base: main
Are you sure you want to change the base?
Charts realtime docs updates #177
Conversation
|
@smvenkateshc is attempting to deploy a commit to the Speechmatics Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| <model_type>: MODEL_COST # e.g. ensemble: 20 | ||
| ``` | ||
|
|
||
| **Note:** The above capacity is derived for a [Standard_NC4as_T4_v3](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/gpu-accelerated/ncast4v3-series) instance. When using other GPU servers (such as L4 or H100) the number of sessions per inference server instance can be increased by changing capacity while keeping the session cost as same. |
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.
Maybe use a note admonition here?
:::note
The above capacity ...
:::
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.
Updated
Co-authored-by: Matt Nemitz <matt.nemitz@gmail.com>
Co-authored-by: Matt Nemitz <matt.nemitz@gmail.com>
Co-authored-by: Matt Nemitz <matt.nemitz@gmail.com>
Co-authored-by: Matt Nemitz <matt.nemitz@gmail.com>
Co-authored-by: Matt Nemitz <matt.nemitz@gmail.com>
Co-authored-by: Matt Nemitz <matt.nemitz@gmail.com>
Co-authored-by: Matt Nemitz <matt.nemitz@gmail.com>
Co-authored-by: Matt Nemitz <matt.nemitz@gmail.com>
| ## Access to the Docker and Helm Registry | ||
| ## Helm version | ||
|
|
||
| Ensure you are using Helm version 3.16.0 |
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.
3.16.0 is only a minimum version contstaint. It can be helm version >3.16.x but <4.x.
Charts realtime docs updates