Skip to content

Commit

Permalink
model_server.py: fix documentation for enable_latency_logging (kubefl…
Browse files Browse the repository at this point in the history
…ow#2777)

Signed-off-by: Luca Toscano <toscano.luca@gmail.com>
  • Loading branch information
elukey authored Mar 31, 2023
1 parent 7075bdd commit cd30bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/kserve/kserve/model_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class ModelServer:
registered_models (ModelRepository): Model repository with registered models.
enable_grpc (bool): Whether to turn on grpc server. Default: ``True``
enable_docs_url (bool): Whether to turn on ``/docs`` Swagger UI. Default: ``False``.
enable_latency_logging (bool): Whether to log latency metric. Default: ``False``.
enable_latency_logging (bool): Whether to log latency metric. Default: ``True``.
"""

def __init__(self, http_port: int = args.http_port,
Expand Down

0 comments on commit cd30bfb

Please sign in to comment.