Skip to content

Commit

Permalink
Fix mkdocs.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-blazejkubiak committed Oct 23, 2023
1 parent dbdbe24 commit a506877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ nav:
- Binding Model to Triton: binding_models.md
- Binding Configuration: binding_configuration.md
- Deploying in Clusters: deploying_in_clusters.md
- Triton Remote Mode: remote_triton.md
- Inference Handling:
- Inference Callable: inference_callable.md
- Decorators: decorators.md
Expand Down
2 changes: 1 addition & 1 deletion pytriton/models/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def _model_proxy_handshake(self) -> None:
LOGGER.error("Internal proxy backend error. It will be closed.")
LOGGER.exception(exception)
finally:
LOGGER.info("Closing socket")
LOGGER.debug("Closing handshake socket")
socket_close_timeout_s = 0
socket.close(linger=socket_close_timeout_s)

Expand Down

0 comments on commit a506877

Please sign in to comment.