mirror of
https://github.com/clearml/clearml-serving
synced 2025-02-07 05:18:12 +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'
|
||||
'operations required to manage input and output tensor contents.'
|
||||
'Default is 0')
|
||||
parser.add_argument(
|
||||
'--t-log-verbose', type=str,
|
||||
help='<integer> Triton server logging verbosity (default disabled)')
|
||||
|
||||
args = parser.parse_args()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user