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

[Core][Hash][Automatic Prefix caching] Accelerating the hashing function by avoiding deep copies #4696

Merged
merged 12 commits into from
May 14, 2024

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    16fd11a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9dc917 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8112e0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57fd939 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    803572e View commit details
    Browse the repository at this point in the history
  2. Kuntai: let prompt_token_ids in RequestOutputs be List[int] so that i…

    …t aligns with the expectation of test cases, plus moving benchmark_hashing.py to a new folder
    KuntaiDu committed May 9, 2024
    Configuration menu
    Copy the full SHA
    b9b38c0 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    e0691a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf498b0 View commit details
    Browse the repository at this point in the history
  3. Kuntai: revert RequestOutput.prompt_token_ids back to List[int], in o…

    …rder to be OpenAI-compatible
    KuntaiDu committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b352246 View commit details
    Browse the repository at this point in the history
  4. Kuntai: make prompt_token_ids list, and add new private attribute _pr…

    …ompt_token_ids_tuple to speed up hashing
    KuntaiDu committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a868884 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49d994d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

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