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

Extract NIM model manifest in all cases for model caching #88

Merged
merged 3 commits into from
Aug 21, 2024

Conversation

shivamerla
Copy link
Collaborator

No description provided.

@shivamerla shivamerla self-assigned this Aug 20, 2024
@shivamerla shivamerla force-pushed the fix_model_manifest_config branch 2 times, most recently from bd56bab to 7f4f7a2 Compare August 20, 2024 23:39
Copy link
Collaborator

@visheshtanksale visheshtanksale left a comment

Choose a reason for hiding this comment

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

LGTM

@shivamerla shivamerla force-pushed the fix_model_manifest_config branch from 7f4f7a2 to 12e3447 Compare August 21, 2024 14:05
@shivamerla shivamerla merged commit 31f723a into NVIDIA:main Aug 21, 2024
9 checks passed

// Extract manifest file
output, err := r.getPodLogs(ctx, existingPod)
Copy link
Collaborator

Choose a reason for hiding this comment

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

For model manifests -- do we have plan to add NGC api (or any other web apis) to query model metadata?

Copy link
Collaborator

Choose a reason for hiding this comment

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

pull an image and cat a file inside looks very hacky......

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

that is not planned in the near term. The manifest is embedded in the NIM container itself. So we need to run the container to get that (either by cp or logging)

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.

3 participants