clearml-serving icon indicating copy to clipboard operation
clearml-serving copied to clipboard

Inconsistent argument syntax in clearml-serving client

Open stefano-cherchi opened this issue 3 years ago • 2 comments
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.

stefano-cherchi avatar May 25 '22 14:05 stefano-cherchi

Hi

Thanks for the reporting. We are working on a fix, and will keep you updated.

DavidNativ avatar Jun 07 '22 13:06 DavidNativ

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:

erezalg avatar Jan 15 '23 19:01 erezalg