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

HuggingFace Upload Feature #1300

Closed
wants to merge 61 commits into from
Closed

HuggingFace Upload Feature #1300

wants to merge 61 commits into from

Conversation

april-yyt
Copy link
Collaborator

@april-yyt april-yyt commented Feb 13, 2024

Description of changes:
Implement the feature of converting models from flexflow format to huggingface format and upload models to huggingface hub. Completed reconvert methods for models:

  • llama
  • falcon
  • opt
  • mpt
  • starcoder

Included an example script for downloading a model from huggingface, convert it to flexflow format, reconvert the format back to the huggingface model format(mainly modifying the weights), and eventually uploading it back to huggingface.

TODO:

  • Now the conversion of qkv weights for falcon models is facing some issues to fix.

Related Issues:

Linked Issues:

Issues closed by this PR:

  • Closes #

This change is Reviewable

@goliaro goliaro added the peft Parameter-efficient finetuning as a service in FlexFlow label Mar 12, 2024
@goliaro goliaro closed this Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
peft Parameter-efficient finetuning as a service in FlexFlow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants