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
After installing cookiecutter after the step-by-step described in my last issue: #211 , error is now:
(.env) bash-3.2$ evaluate-cli create "npmi" module_type="measurement" usage: evaluate-cli [] HuggingFace Evaluate CLI tool: error: unrecognized arguments: module_type=measurement (.env) bash-3.2$ evaluate-cli create "npmi" module_type="metric" usage: evaluate-cli [] HuggingFace Evaluate CLI tool: error: unrecognized arguments: module_type=metric
The text was updated successfully, but these errors were encountered:
Indeed that's a mistake in the docs. It should be the following:
evaluate-cli create "npmi" --module_type "measurement"
Does that work?
Sorry, something went wrong.
Good catch! Unfortunately, this doesn't work for me either, but it is a different issue. Filed now here: #213
No branches or pull requests
After installing cookiecutter after the step-by-step described in my last issue: #211 , error is now:
(.env) bash-3.2$ evaluate-cli create "npmi" module_type="measurement"
usage: evaluate-cli []
HuggingFace Evaluate CLI tool: error: unrecognized arguments: module_type=measurement
(.env) bash-3.2$ evaluate-cli create "npmi" module_type="metric"
usage: evaluate-cli []
HuggingFace Evaluate CLI tool: error: unrecognized arguments: module_type=metric
The text was updated successfully, but these errors were encountered: