Bang

Results 3 comments of Bang

@GuanLuo your solution does not work even with latest triton image 22.08

@dyastremsky my `cfg` that I send to Triton ```json { "parameters": { "config": { "name": "fisheye", "platform": "onnxruntime_onnx", "default_model_filename": "model.onnx", "input": [ { "name": "input", "data_type": "FP32", "dims": [1, 3,...

@dyastremsky yep, I use explicit model control mode And I have one more question about how can I unload specific version. I alreadry read the [unload function](https://github.com/triton-inference-server/client/blob/3adf0a3a8a36f9aa7706684b8251335d7c2df91a/src/python/library/tritonclient/http/aio/__init__.py#L383) but I do...