nemo_evaluator.cli.example#

CLI script to set up NVIDIA Eval Factory framework files in a destination folder.

Module Contents#

Functions#

add_example_files

Set up NVIDIA framework files in the specified destination folder.

main

Main entry point for the CLI script.

API#

nemo_evaluator.cli.example.add_example_files(
package_name: str,
destination_folder: str | None = None,
) None[source]#

Set up NVIDIA framework files in the specified destination folder.

Args: package_name: Package name for the framework destination_folder: Path to the destination folder where to create the framework. If not provided, current working directory will be used.

nemo_evaluator.cli.example.main()[source]#

Main entry point for the CLI script.