clearml-serving
clearml-serving copied to clipboard
Inconsistent argument syntax in clearml-serving client
trafficstars
Just noticed that the output type argument have a different syntax depending on which clearml-serving model command is run:
clearml-serving --id xxxxxxxxx model auto-update [...] --output-type float32
Returns an error:
clearml-serving: error: unrecognized arguments: --output-type float32
but it works with --output_type.
If you run the command clearml-serving model add, is the other way around: the argument --output_type throws an error, --output-type works just fine.
Hi
Thanks for the reporting. We are working on a fix, and will keep you updated.
Hi @stefano-cherchi,
Just letting you know (albeit a bit late :) ) that we have fixed this on V1.0. Let me know if there are any problems or this issue can be closed :smile: