diff --git a/clearml_serving/engines/triton/triton_helper.py b/clearml_serving/engines/triton/triton_helper.py index 4b9da1b..533d06a 100644 --- a/clearml_serving/engines/triton/triton_helper.py +++ b/clearml_serving/engines/triton/triton_helper.py @@ -489,6 +489,9 @@ def main(): help=' The number of threads used to accelerate copies and other' 'operations required to manage input and output tensor contents.' 'Default is 0') + parser.add_argument( + '--t-log-verbose', type=str, + help=' Triton server logging verbosity (default disabled)') args = parser.parse_args()