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

Download Support for Custom HuggingFace Models #27

Merged
merged 4 commits into from
Dec 4, 2023

Conversation

saileshd1402
Copy link
Contributor

Implemented the following changes:

  1. Added support to download and generate Model Archive file given a HuggingFace repository ID and PyTest test cases for the same. (New variable '--repo_id' added in download.py)
  2. Added progress bars for Model Archive file generation and model registration.

)


def get_files_sizes(file_paths: List) -> float:
Copy link
Collaborator

Choose a reason for hiding this comment

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

move to system utils ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Okay will move it

Copy link
Contributor Author

Choose a reason for hiding this comment

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

moved to system utils

@johnugeorge johnugeorge merged commit f5bfb83 into nutanix:main Dec 4, 2023
2 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.

3 participants