-
Notifications
You must be signed in to change notification settings - Fork 22
Update docs in accordance with the new auto-complete-config behavior #73
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
Conversation
Co-authored-by: nv-kmcgill53 <101670481+nv-kmcgill53@users.noreply.github.com>
0ce13ab
to
8152927
Compare
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.
One spelling change and that's it.
README.md
Outdated
[here](https://github.com/triton-inference-server/server/blob/main/docs/model_configuration.md#auto-generated-model-configuration). | ||
|
||
However, in Graphdef format, models do not carry sufficient metadata and hence | ||
Triton can not generate model configuration for them. As a result, config.pbtxt |
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.
nit: cannot
README.md
Outdated
the [`ragged_batching`](https://github.com/triton-inference-server/server/blob/main/docs/ragged_batching.md#batch-input) and | ||
[`sequence_batching`](https://github.com/triton-inference-server/server/blob/main/docs/model_configuration.md#sequence-batcher) | ||
fields. There is not enough information in the model for the backend to be able to autocomplete these. | ||
Addditionally, the backend cannot auto complete configuration for scalar tensors. |
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.
Typo: Additionally
…73) * Update docs in accordance with the new auto-complete-config behavior * Update README.md Co-authored-by: nv-kmcgill53 <101670481+nv-kmcgill53@users.noreply.github.com> * Fix ups * Fix * Address review comments * Address review comments * Fix typo Co-authored-by: nv-kmcgill53 <101670481+nv-kmcgill53@users.noreply.github.com>
…73) (#74) * Update docs in accordance with the new auto-complete-config behavior * Update README.md Co-authored-by: nv-kmcgill53 <101670481+nv-kmcgill53@users.noreply.github.com> * Fix ups * Fix * Address review comments * Address review comments * Fix typo Co-authored-by: nv-kmcgill53 <101670481+nv-kmcgill53@users.noreply.github.com> Co-authored-by: Tanmay Verma <tanmay2592@gmail.com> Co-authored-by: nv-kmcgill53 <101670481+nv-kmcgill53@users.noreply.github.com>
No description provided.