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

Model Export to Hugging Face format and optionally upload #571

Closed
wants to merge 7 commits into from

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    2e1c8b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24d633c View commit details
    Browse the repository at this point in the history
  3. Add example usage in output

    rhys101 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    72b28e1 View commit details
    Browse the repository at this point in the history
  4. Use GPT2LMHeadModel

    rhys101 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    4c88d31 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    f282572 View commit details
    Browse the repository at this point in the history
  2. Add flag to set output dtype

    rhys101 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ab09266 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Add bfloat16 to dtype option with default now float32. Checks needed …

    …on bfloat16 before using in earnest.
    rhys101 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    aca0649 View commit details
    Browse the repository at this point in the history