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

Add RankGPT support inside RankLLM #12475

Merged
merged 39 commits into from
Apr 3, 2024
Merged

Commits on Mar 21, 2024

  1. Integrate RankLLM

    xpbowler committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    7015d50 View commit details
    Browse the repository at this point in the history
  2. Fixed integration bugs

    xpbowler committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    9ca7052 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. fixed reranker

    xpbowler committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    075fb68 View commit details
    Browse the repository at this point in the history
  2. change documentation md

    xpbowler committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    317f6af View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    3fcd6ef View commit details
    Browse the repository at this point in the history
  2. rankllm integration package

    xpbowler committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    96e9915 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bde7e72 View commit details
    Browse the repository at this point in the history
  4. add pip install rank_llm

    xpbowler committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    fb2ca64 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. merge upstream/main

    xpbowler committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    d65ffe8 View commit details
    Browse the repository at this point in the history
  2. add enum type for model type

    xpbowler committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    7b8704f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac8a8db View commit details
    Browse the repository at this point in the history
  4. cr

    hatianzhang committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f6742ec View commit details
    Browse the repository at this point in the history
  5. cr

    hatianzhang committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    12555c3 View commit details
    Browse the repository at this point in the history
  6. cr

    hatianzhang committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    ed2c901 View commit details
    Browse the repository at this point in the history
  7. cr

    hatianzhang committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    1b1ba7d View commit details
    Browse the repository at this point in the history
  8. cr

    hatianzhang committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    6d1391f View commit details
    Browse the repository at this point in the history
  9. cr

    hatianzhang committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    eddfde7 View commit details
    Browse the repository at this point in the history
  10. cr

    hatianzhang committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    9c88f83 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e9f5b55 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    ac09f0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1226c8a View commit details
    Browse the repository at this point in the history
  3. cr

    hatianzhang committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    015863b View commit details
    Browse the repository at this point in the history
  4. cr

    hatianzhang committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    785be73 View commit details
    Browse the repository at this point in the history
  5. cr

    hatianzhang committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    7789bde View commit details
    Browse the repository at this point in the history
  6. rank_llm pypi package

    xpbowler committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    9644b08 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ae95f31 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    369bd5b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ae7c028 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    179f4ab View commit details
    Browse the repository at this point in the history
  2. resolved merge conflicts

    xpbowler committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    d2b4bb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    394cc07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f21a79f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. add enum back to parameters

    xpbowler committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    56fe56c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1a2e3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3f2c10 View commit details
    Browse the repository at this point in the history
  4. update super init

    xpbowler committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    783aea4 View commit details
    Browse the repository at this point in the history
  5. update documentation

    xpbowler committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c582579 View commit details
    Browse the repository at this point in the history
  6. update package version

    xpbowler committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    829f917 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    70d1c0a View commit details
    Browse the repository at this point in the history