mirror of
https://github.com/clearml/clearml-serving
synced 2025-03-04 02:57:43 +00:00
Fix --aux-config not working, issue #30
This commit is contained in:
parent
826f503cf4
commit
7fa3f2e94a
@ -471,7 +471,7 @@ def cli():
|
||||
help='Optional: Specify the model layer pulling results from, examples: layer_99'
|
||||
)
|
||||
parser_model_monitor.add_argument(
|
||||
'--aux-config', type=int, nargs='+',
|
||||
'--aux-config', nargs='+',
|
||||
help='Specify additional engine specific auxiliary configuration in the form of key=value. '
|
||||
'Example: platform=onnxruntime_onnx response_cache.enable=true max_batch_size=8 '
|
||||
'Notice: you can also pass full configuration file (e.g. Triton "config.pbtxt")'
|
||||
|
Loading…
Reference in New Issue
Block a user