Skip to content

Commit

Permalink
Changelog, know issues update
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrm-nvidia committed Nov 13, 2024
1 parent 3e28f3f commit f9b2566
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ limitations under the License.

# Changelog

## 0.5.13 (2024-11-16)

- Fix: OpenTelemetry version enforced as 1.27.0 to avoid compatibility issues with tritonclient.
- Fix: Timeout error in async wait removed. Thanks @catwell.

[//]: <> (put here on external component update with short summary what change or link to changelog)

- Version of [Triton Inference Server](https://github.com/triton-inference-server/) embedded in wheel: [2.51.0](https://github.com/triton-inference-server/server/releases/tag/v2.51.0)


## 0.5.12 (2024-10-13)

- New: Inference callable receives Request object with requested output names. Thanks @catwell.
Expand Down
4 changes: 3 additions & 1 deletion docs/known_issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ limitations under the License.
- Enabling verbose logging may cause a significant performance drop in model inference.
- GRPC ModelClient doesn't support timeouts for model configuration and model metadata requests due to a limitation in the underlying tritonclient library.
- HTTP ModelClient may not respect the specified timeouts for model initialization and inference requests, especially when they are smaller than 1 second, resulting in longer waiting times. This issue is related to the underlying implementation of HTTP protocol.
- L0_remote_life_cycle, L0_tritons_cohabitation tests fails with timeouts due to unknown reasons. Investigating the root cause of this issue is ongoing.
- L0_remote_life_cycle, L0_tritons_cohabitation tests fails with timeouts due to unknown reasons.
- Triton logs contain false nevative error ``Failed to set config modification time: model_config_content_name_ is empty``. It can be ignored.
- ``L0_example_huggingface_bert_jax`` and ``L0_example_huggingface_opt_multinode_jax`` tests fail with missing kubernetes features in JAX.

0 comments on commit f9b2566

Please sign in to comment.