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

Rewrite MemoryCache alloc_timeout logic #434

Merged
merged 48 commits into from
Aug 28, 2023
Merged

Commits on Jul 21, 2023

  1. the (still) reasonable version

    Your Name committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    cc67c33 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. the (still) reasonable version

    Your Name committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    ee890d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Merge remote-tracking branch 'origin/main' into memcache_touchup

    # Conflicts:
    #	src/petals/server/memory_cache.py
    Your Name committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    ce1c9f3 View commit details
    Browse the repository at this point in the history
  2. black

    Your Name committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    5f15430 View commit details
    Browse the repository at this point in the history
  3. isort

    Your Name committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    6e4fdfa View commit details
    Browse the repository at this point in the history
  4. update timeout

    Your Name committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    cb42f8c View commit details
    Browse the repository at this point in the history
  5. unify

    Your Name committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    1268ed9 View commit details
    Browse the repository at this point in the history
  6. revert

    Your Name committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f8b7e9b View commit details
    Browse the repository at this point in the history
  7. repair main test

    Your Name committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f2ce28b View commit details
    Browse the repository at this point in the history
  8. hard test

    Your Name committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    95f2cdb View commit details
    Browse the repository at this point in the history
  9. test timeouts

    Your Name committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    14f9231 View commit details
    Browse the repository at this point in the history
  10. replace TimeoutError with AllocationFailed

    Your Name committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    5dfcb5c View commit details
    Browse the repository at this point in the history
  11. blacken

    Your Name committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    add9b30 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

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

    Your Name committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    78a9603 View commit details
    Browse the repository at this point in the history
  3. black

    Your Name committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    46dedeb View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    0546ae1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    874f17b View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. black

    Your Name committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    1411c8a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Update src/petals/server/memory_cache.py

    Co-authored-by: Alexander Borzunov <[email protected]>
    justheuristic and borzunov authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    5da04e8 View commit details
    Browse the repository at this point in the history
  2. alloc with timeout

    Your Name committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    d52f1e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dde35e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'memcache_touchup' of github.com:bigscience-workshop/pet…

    …als into memcache_touchup
    Your Name committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    458cf33 View commit details
    Browse the repository at this point in the history
  5. save wip

    Your Name committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    9e63cff View commit details
    Browse the repository at this point in the history
  6. double-check

    Your Name committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    a11727b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. simplify

    borzunov authored and Your Name committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    9abef5a View commit details
    Browse the repository at this point in the history
  2. typo

    borzunov authored and Your Name committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    6195f7e View commit details
    Browse the repository at this point in the history
  3. remove default

    Your Name committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ae090b4 View commit details
    Browse the repository at this point in the history
  4. quickfix

    Your Name committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    868f485 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    e100672 View commit details
    Browse the repository at this point in the history
  2. latest accelerate

    Your Name committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    34ac611 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/memcache_touchup' into memcache_…

    …touchup
    Your Name committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    ce31c9b View commit details
    Browse the repository at this point in the history
  4. latest peft support

    Your Name committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    2f4f298 View commit details
    Browse the repository at this point in the history
  5. bump peft

    Your Name committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    2242342 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    0846b4b View commit details
    Browse the repository at this point in the history
  2. Update src/petals/server/memory_cache.py

    Co-authored-by: Alexander Borzunov <[email protected]>
    justheuristic and borzunov authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    94a1e0a View commit details
    Browse the repository at this point in the history
  3. Update src/petals/server/memory_cache.py

    Co-authored-by: Alexander Borzunov <[email protected]>
    justheuristic and borzunov authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    6c8838a View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Update src/petals/server/handler.py

    Co-authored-by: Alexander Borzunov <[email protected]>
    justheuristic and borzunov authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ecedd5e View commit details
    Browse the repository at this point in the history
  2. Update src/petals/server/memory_cache.py

    Co-authored-by: Alexander Borzunov <[email protected]>
    justheuristic and borzunov authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    5b26ba1 View commit details
    Browse the repository at this point in the history
  3. extra test

    borzunov authored and Your Name committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    de6b00e View commit details
    Browse the repository at this point in the history
  4. extra test

    Your Name committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    6e35731 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d62057 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Configuration menu
    Copy the full SHA
    6910c53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9809b0a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Update src/petals/server/memory_cache.py

    Co-authored-by: Alexander Borzunov <[email protected]>
    justheuristic and borzunov authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7f118e8 View commit details
    Browse the repository at this point in the history
  2. rollback

    Your Name committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7924558 View commit details
    Browse the repository at this point in the history
  3. review

    borzunov authored and Your Name committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    4caae8f View commit details
    Browse the repository at this point in the history
  4. black

    Your Name committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    58e0166 View commit details
    Browse the repository at this point in the history