We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just noticed that the output type argument have a different syntax depending on which clearml-serving model command is run:
clearml-serving model
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.
--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.
clearml-serving model add
--output-type
The text was updated successfully, but these errors were encountered:
Hi
Thanks for the reporting. We are working on a fix, and will keep you updated.
Sorry, something went wrong.
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 😄
No branches or pull requests
Just noticed that the output type argument have a different syntax depending on which
clearml-serving model
command is run:Returns an error:
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.The text was updated successfully, but these errors were encountered: