Skip to content

Add hybrid packager to allow combining multiple packagers#137

Merged
hemildesai merged 1 commit intomainfrom
hemil/hybrid-packager
Jan 21, 2025
Merged

Add hybrid packager to allow combining multiple packagers#137
hemildesai merged 1 commit intomainfrom
hemil/hybrid-packager

Conversation

@hemildesai
Copy link
Contributor

Example usage:

        packager=run.HybridPackager(
            sub_packagers={
                "run": run.GitArchivePackager(),
                "nemo": run.GitArchivePackager(basepath="/home/hemild/dev/NeMo"),
            }
        )

Output directory will look like

/nemo_run/code/nemo/
/nemo_run/code/run/

Signed-off-by: Hemil Desai <hemild@nvidia.com>
@hemildesai hemildesai requested review from Kipok and titu1994 January 16, 2025 13:28
Copy link
Contributor

@titu1994 titu1994 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me, @Kipok could you review as well ?

@hemildesai hemildesai merged commit 11e0d2f into main Jan 21, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants