Skip to content

Commit

Permalink
+ generate
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandros Koumparoulis <akoumparouli@nvidia.com>
  • Loading branch information
akoumpa committed Oct 17, 2024
1 parent f4a2f0a commit 4e81b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nemo/collections/llm/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def export_ckpt(
return io.export_ckpt(path, target, output_path, overwrite, load_connector)


@run.cli.entrypoint(name="generate", namespace="llm")
@cli_entrypoint(name="generate", namespace="llm")
def generate(
path: Union[Path, str],
prompts: list[str],
Expand Down

0 comments on commit 4e81b39

Please sign in to comment.