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] Async restores and S3/GCP-capable trial FT #6376

Merged
merged 54 commits into from Jan 3, 2020

Commits on Dec 13, 2019

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

Commits on Dec 15, 2019

  1. Configuration menu
    Copy the full SHA
    102bc30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a31dea View commit details
    Browse the repository at this point in the history
  3. Add durable trainable impl.

    ujvl committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    d0a6dbb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4641f0e View commit details
    Browse the repository at this point in the history
  5. Fix some tests and such

    ujvl committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    a3d4bfc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95a3d13 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Cleanup, comments.

    ujvl committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    028876b View commit details
    Browse the repository at this point in the history
  2. Use upload_dir instead.

    ujvl committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    50cd2c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    859baa1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b84be48 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

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

Commits on Dec 18, 2019

  1. Configuration menu
    Copy the full SHA
    9c29355 View commit details
    Browse the repository at this point in the history
  2. Merge with master

    ujvl committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    7a6ebb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a633575 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. Addressed comments.

    ujvl committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    5467f5a View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2019

  1. Configuration menu
    Copy the full SHA
    65b4058 View commit details
    Browse the repository at this point in the history
  2. Add trainable util test

    ujvl committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    c8aaab7 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2019

  1. Configuration menu
    Copy the full SHA
    9df308b View commit details
    Browse the repository at this point in the history
  2. package_ref

    richardliaw committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    6ebd06b View commit details
    Browse the repository at this point in the history
  3. pbt_address

    richardliaw committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    b3ccdec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed40f43 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'tune-async-save-restore' of github.com:ujvl/ray into tu…

    …ne-async-save-restore
    ujvl committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    ac5fda4 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. Merge master

    ujvl committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    422e109 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2019

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

Commits on Dec 29, 2019

  1. raise_errors

    richardliaw committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    b42facb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8457dbc View commit details
    Browse the repository at this point in the history
  3. Merge branch 'tune-async-save-restore' of github.com:ujvl/ray into tu…

    …ne-async-save-restore
    ujvl committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    e2ae66e View commit details
    Browse the repository at this point in the history
  4. Fix cluster test bugs.

    ujvl committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    71ec225 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. filelock

    richardliaw committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    76e97ca View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2019

  1. save/restore bug fixes

    ujvl committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    c17ea1d View commit details
    Browse the repository at this point in the history
  2. .

    ujvl committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    ddb50a8 View commit details
    Browse the repository at this point in the history
  3. Working cluster tests.

    ujvl committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    17ce1c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82703e6 View commit details
    Browse the repository at this point in the history
  5. Documentation, cleanup

    ujvl committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    90b0d45 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bdbe96b View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2020

  1. fixinitialsync

    richardliaw committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    d81cdf6 View commit details
    Browse the repository at this point in the history
  2. fix_one_test

    richardliaw committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    db18bf2 View commit details
    Browse the repository at this point in the history
  3. Merge master

    ujvl committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    964af81 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. Fix cluster test bug

    ujvl committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    642fe61 View commit details
    Browse the repository at this point in the history
  2. nit

    richardliaw committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    6532432 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd3321f View commit details
    Browse the repository at this point in the history
  4. lint

    richardliaw committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    e324725 View commit details
    Browse the repository at this point in the history
  5. Revert tune md change

    ujvl committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    c37ae41 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    edc1cea View commit details
    Browse the repository at this point in the history
  7. lint

    ujvl committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    03b2fe2 View commit details
    Browse the repository at this point in the history
  8. fix_tests

    richardliaw committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    507c885 View commit details
    Browse the repository at this point in the history
  9. nit_fix

    richardliaw committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    a3ebf67 View commit details
    Browse the repository at this point in the history
  10. Add __init__ file.

    ujvl committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    e74e960 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'tune-async-save-restore' of github.com:ujvl/ray into tu…

    …ne-async-save-restore
    ujvl committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    2153d1e View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Move to utils package

    ujvl committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    113494f View commit details
    Browse the repository at this point in the history
  2. Merge with master

    ujvl committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    152a0ce View commit details
    Browse the repository at this point in the history
  3. Fix merge conflicts

    ujvl committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    ee78765 View commit details
    Browse the repository at this point in the history