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 conversion support for T5 and FLAN-T5 model variants #8055

Merged
merged 8 commits into from
Jun 24, 2024

Commits on Jun 21, 2024

  1. gguf-py, convert-hf : add model conversion support for T5ForCondition…

    …alGeneration and T5WithLMHeadModel
    sszymczy committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    da4f661 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    47a0a0c View commit details
    Browse the repository at this point in the history
  2. convert-hf : for T5 skip both decoder.embed_tokens and encoder.embed_…

    …tokens tensors (they are duplicates of shared tensor)
    sszymczy committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    98931f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a59f4f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    843b1b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d5019f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    8a30bd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3853e3a View commit details
    Browse the repository at this point in the history