Skip to content

Commit 6bfd42a

Browse files
tybulewiczCopilot
andauthored
Update src/model_api/adapters/ovms_adapter.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9e47fc9 commit 6bfd42a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/model_api/adapters/ovms_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def __init__(self, target_model: str):
4242
Initializes OVMS adapter.
4343
4444
Args:
45-
target_model (str): Model URL. Expected format: <address>:<port>/v2/models/<model_name>[:<model_version>]
45+
target_model (str): Model URL. Expected format: <address>:<port>/v2/models/<model_name>[/versions/<model_version>]
4646
"""
4747
import tritonclient.http as httpclient
4848

0 commit comments

Comments
 (0)