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

[FEA] Add nemo_curator.__version__ and also display it in command line when invoked --help #132

Open
miguelusque opened this issue Jun 28, 2024 · 0 comments · May be fixed by #323
Open
Assignees
Labels
enhancement New feature or request

Comments

@miguelusque
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Hi! Currently, there is not an easy way to learn about the NeMo Curator version installed (there are work arounds).

Therefore, I think it would be great to incorporte the property nemo_curator.__version__ to the library.

In addition to that, it should be great to add it to the command line scripts when invoked with the --help argument.

Currently, when invoking, for instance, add_id --help, the following text is displayed:

usage:
Adds unique identifiers to each document in the dataset.
Creates a new ID field with name specified by the argument
"--id-field-name" within each json.
...

Maybe, changing it to something like:

NVIDIA NeMo Curator -- v3.2.1

usage:
Adds unique identifiers to each document in the dataset.
Creates a new ID field with name specified by the argument
"--id-field-name" within each json.
...

Hope it helps!
Miguel

@miguelusque miguelusque added the enhancement New feature or request label Jun 28, 2024
@sarahyurick sarahyurick self-assigned this Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants