mirror of
https://github.com/clearml/clearml-serving
synced 2025-03-15 10:09:56 +00:00
Add triton logging control
This commit is contained in:
parent
4d4091281a
commit
f4aaf095a3
@ -489,6 +489,9 @@ def main():
|
|||||||
help='<integer> The number of threads used to accelerate copies and other'
|
help='<integer> The number of threads used to accelerate copies and other'
|
||||||
'operations required to manage input and output tensor contents.'
|
'operations required to manage input and output tensor contents.'
|
||||||
'Default is 0')
|
'Default is 0')
|
||||||
|
parser.add_argument(
|
||||||
|
'--t-log-verbose', type=str,
|
||||||
|
help='<integer> Triton server logging verbosity (default disabled)')
|
||||||
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user