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

Fix position embeddings for GPT-J and CodeGen #22069

Merged
merged 17 commits into from
Mar 22, 2023

Commits on Mar 19, 2023

  1. Revert "[GPT-J] add deprecation warning (huggingface#21869)"

    This reverts commit fb76994.
    njhill committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    eb9f614 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fdd833 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06a43e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c52859 View commit details
    Browse the repository at this point in the history
  5. Fix copy/paste mistake

    njhill committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    b8c411c View commit details
    Browse the repository at this point in the history
  6. Fix training path

    njhill committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    c64d9a3 View commit details
    Browse the repository at this point in the history
  7. Hopefully make torch.fx happy

    njhill committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    129d061 View commit details
    Browse the repository at this point in the history
  8. Move position_ids long cast

    njhill committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    6955c28 View commit details
    Browse the repository at this point in the history
  9. Revert "Hopefully make torch.fx happy"

    This reverts commit e41a6f4.
    njhill committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    ec27480 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a6c7470 View commit details
    Browse the repository at this point in the history
  11. Linter fix

    njhill committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    67f3649 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ca2e0a3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    95a7503 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3c124f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    5f9cacd View commit details
    Browse the repository at this point in the history
  2. Another small adjustment

    njhill committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    81599f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    7888c10 View commit details
    Browse the repository at this point in the history