nemo_evaluator.cli.example
#
CLI script to set up NVIDIA Eval Factory framework files in a destination folder.
Module Contents#
Functions#
Set up NVIDIA framework files in the specified destination folder. |
|
Main entry point for the CLI script. |
API#
- nemo_evaluator.cli.example.add_example_files(
- package_name: str,
- destination_folder: str | None = None,
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.