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

llama : save and restore kv cache for single seq id #6341

Merged
merged 34 commits into from Apr 8, 2024

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    662aaea View commit details
    Browse the repository at this point in the history
  2. remove trailing whitespace

    kaetemi committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    5462817 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab1c46a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02a1840 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8e8fac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b182f8f View commit details
    Browse the repository at this point in the history
  7. cleanup error cases

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

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    c4443d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d5356b View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    bbcbf47 View commit details
    Browse the repository at this point in the history
  2. update doc

    kaetemi committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    8b5ae29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a71ec3d View commit details
    Browse the repository at this point in the history
  4. fix restoring zero cell count

    kaetemi committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    bf1d493 View commit details
    Browse the repository at this point in the history
  5. handle seq rm return value

    kaetemi committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    8ab1a17 View commit details
    Browse the repository at this point in the history
  6. unused param

    kaetemi committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    0d22136 View commit details
    Browse the repository at this point in the history
  7. keep in the size check

    kaetemi committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    29f18c2 View commit details
    Browse the repository at this point in the history
  8. fix return types

    kaetemi committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    f2e41b3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    92c4681 View commit details
    Browse the repository at this point in the history
  10. cleanup

    kaetemi committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    60f685f View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. add cake

    kaetemi committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    d38eef4 View commit details
    Browse the repository at this point in the history
  2. cleanup style

    kaetemi committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    ea717f7 View commit details
    Browse the repository at this point in the history
  3. add special

    kaetemi committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    b509b8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    129b6ff View commit details
    Browse the repository at this point in the history
  5. move sequence state file functionality from server to llama to match …

    …session api and add version tags
    kaetemi committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    8af7211 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    3d6fa5b View commit details
    Browse the repository at this point in the history
  2. error log messages

    kaetemi committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    b3f6da3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be714a0 View commit details
    Browse the repository at this point in the history
  4. update server doc

    kaetemi committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    0ccfbf2 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    205c44c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9fd0d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. strict filename validation

    kaetemi committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f2a4777 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a4f399 View commit details
    Browse the repository at this point in the history
  3. also reject empty filename

    kaetemi committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    2fbf0c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf94e9f View commit details
    Browse the repository at this point in the history