Skip to content
New issue

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

Inconsistent argument syntax in clearml-serving client #24

Open
stefano-cherchi opened this issue May 25, 2022 · 2 comments
Open

Inconsistent argument syntax in clearml-serving client #24

stefano-cherchi opened this issue May 25, 2022 · 2 comments

Comments

@stefano-cherchi
Copy link

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.

@DavidNativ
Copy link

Hi

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

@erezalg
Copy link

erezalg commented Jan 15, 2023

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 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants