Add triton logging control

This commit is contained in:
allegroai 2022-10-08 02:10:46 +03:00
parent 4d4091281a
commit f4aaf095a3

View File

@ -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()