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

[tune] Chunk file transfers in cross-node checkpoint syncing #23804

Merged
merged 14 commits into from
Apr 12, 2022

Commits on Apr 8, 2022

  1. Configuration menu
    Copy the full SHA
    a9ce537 View commit details
    Browse the repository at this point in the history
  2. Re-order public functions to top

    Kai Fricke committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    c79fd10 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. Apply suggestions from code review

    Kai Fricke committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    6ce95f4 View commit details
    Browse the repository at this point in the history
  2. nit typo

    Kai Fricke committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    90c8ff1 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Merge remote-tracking branch 'upstream/master' into tune/chunked-file…

    …-sync
    Kai Fricke committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    7c9782f View commit details
    Browse the repository at this point in the history
  2. Add tests, default to blocking operations

    Kai Fricke committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    6043c66 View commit details
    Browse the repository at this point in the history
  3. Fix generator type hint

    Kai Fricke committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    4cf906d View commit details
    Browse the repository at this point in the history
  4. Add max_size argument

    Kai Fricke committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    bbf2f12 View commit details
    Browse the repository at this point in the history
  5. Update docstring

    Kai Fricke committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    9f6900f View commit details
    Browse the repository at this point in the history
  6. Fix private attribute access

    Kai Fricke committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    06ceadf View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Update python/ray/tune/tests/test_sync.py

    Co-authored-by: matthewdeng <[email protected]>
    krfricke and matthewdeng authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    c1202ec View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into tune/chunked-file…

    …-sync
    Kai Fricke committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    6cba365 View commit details
    Browse the repository at this point in the history
  3. Nit

    Kai Fricke committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    3e7beb1 View commit details
    Browse the repository at this point in the history
  4. logger error -> warning

    Kai Fricke committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    3af776e View commit details
    Browse the repository at this point in the history