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

Reorder #143

Open
wants to merge 35 commits into
base: main
Choose a base branch
from
Open

Reorder #143

wants to merge 35 commits into from

Commits on Aug 13, 2024

  1. First step update - during create_prompt, use selected_index to subst…

    …itude rank_start and rank_end
    XKTZ committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    60d5e7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74118c4 View commit details
    Browse the repository at this point in the history
  3. Added basic _get_model_function - it is wrong now, we want to return …

    …a permutation but now it is returning a string. Will need the cleanup pipeline in next step
    XKTZ committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    36bbcdc View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    6d2094a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc78522 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Moved LiT5Distill to policy

    XKTZ committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    4936c8c View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    95f065a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    438c8bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2aa8644 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Finish the tournament sort node

    XKTZ committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    7a19b87 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Finish tournament sort

    XKTZ committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c8734f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

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

Commits on Sep 5, 2024

  1. Added window size back

    XKTZ committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    bbbdc31 View commit details
    Browse the repository at this point in the history
  2. Fix Rerankers

    XKTZ committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    bb0ad2b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from castorini/main

    Update
    XKTZ authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    62785bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b1972a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5 from XKTZ/main

    Update
    XKTZ authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    06b9f1f View commit details
    Browse the repository at this point in the history
  6. Added r parameter

    XKTZ committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    28e3a23 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Some bug fix

    XKTZ committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    0e9edce View commit details
    Browse the repository at this point in the history
  2. Reformatted

    XKTZ committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3005455 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Added top down

    XKTZ committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3795308 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from castorini/main

    upd
    XKTZ authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    edd1ff9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7 from XKTZ/main

    merge
    XKTZ authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    89bab7c View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Added final some stuff

    XKTZ committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    65d3508 View commit details
    Browse the repository at this point in the history
  2. Updated readme

    XKTZ committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    69e3d65 View commit details
    Browse the repository at this point in the history
  3. Clean the README

    XKTZ committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    8f4f729 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Changed filename

    XKTZ committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    cc22c95 View commit details
    Browse the repository at this point in the history
  2. Updated silence

    XKTZ committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    26beeed View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

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

Commits on Sep 25, 2024

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

Commits on Sep 27, 2024

  1. Update parallel for topdown

    XKTZ committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    9e7f846 View commit details
    Browse the repository at this point in the history
  2. Reformat

    XKTZ committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    329d6eb View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Added vllm_chunked_prefill

    XKTZ committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    4f561e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Updated README

    XKTZ committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    8470d3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9caa5fb View commit details
    Browse the repository at this point in the history