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

[SGD] v2 prototype: BackendExecutor and TorchBackend implementation #17357

Merged
merged 40 commits into from
Jul 29, 2021

Commits on Jul 26, 2021

  1. wip

    amogkam committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    7a1a7a7 View commit details
    Browse the repository at this point in the history
  2. formatting

    amogkam committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    ed876e5 View commit details
    Browse the repository at this point in the history
  3. increase timeouts

    amogkam committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    5dada84 View commit details
    Browse the repository at this point in the history
  4. wip

    amogkam committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    769c1d6 View commit details
    Browse the repository at this point in the history
  5. address comments

    amogkam committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    fc25542 View commit details
    Browse the repository at this point in the history
  6. comments

    amogkam committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    15562a7 View commit details
    Browse the repository at this point in the history
  7. fix

    amogkam committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    c983369 View commit details
    Browse the repository at this point in the history
  8. address comments

    amogkam committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    fc3f756 View commit details
    Browse the repository at this point in the history
  9. Update python/ray/util/sgd/v2/worker_group.py

    Co-authored-by: Richard Liaw <[email protected]>
    amogkam and richardliaw authored Jul 26, 2021
    Configuration menu
    Copy the full SHA
    6a36027 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Update python/ray/util/sgd/v2/worker_group.py

    Co-authored-by: Richard Liaw <[email protected]>
    amogkam and richardliaw authored Jul 27, 2021
    Configuration menu
    Copy the full SHA
    99b717b View commit details
    Browse the repository at this point in the history
  2. address comments

    amogkam committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    c836d84 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'sgd-v2-prototyp-actor-group' of github.com:amogkam/ray …

    …into sgd-v2-prototyp-actor-group
    amogkam committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    b8f8ae5 View commit details
    Browse the repository at this point in the history
  4. formatting

    amogkam committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    ce412c5 View commit details
    Browse the repository at this point in the history
  5. fix

    amogkam committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    7bd38d7 View commit details
    Browse the repository at this point in the history
  6. wip

    amogkam committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    7fb1098 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'sgd-v2-prototyp-actor-group' of github.com:amogkam/ray …

    …into sgd-v2-prototype-executor
    amogkam committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    12211b2 View commit details
    Browse the repository at this point in the history
  8. finish

    amogkam committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    e300bed View commit details
    Browse the repository at this point in the history
  9. fix

    amogkam committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    de84dc4 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

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

    amogkam committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    469dc6d View commit details
    Browse the repository at this point in the history
  3. remove reporting

    amogkam committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    aa22684 View commit details
    Browse the repository at this point in the history
  4. split TorchBackend

    amogkam committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    d19bfbf View commit details
    Browse the repository at this point in the history
  5. fix tests

    amogkam committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    279fdcf View commit details
    Browse the repository at this point in the history
  6. address comments

    amogkam committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    66a84e3 View commit details
    Browse the repository at this point in the history
  7. add file

    amogkam committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    0ec067c View commit details
    Browse the repository at this point in the history
  8. more fixes

    amogkam committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    a4e1b8e View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. remove default value

    matthewdeng authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    266dd06 View commit details
    Browse the repository at this point in the history
  2. update run method doc

    matthewdeng authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    27b2f29 View commit details
    Browse the repository at this point in the history
  3. add comment

    matthewdeng authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    14f8fe3 View commit details
    Browse the repository at this point in the history
  4. minor doc fixes

    matthewdeng authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    903a3d8 View commit details
    Browse the repository at this point in the history
  5. lint

    amogkam committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    f95cc34 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce19766 View commit details
    Browse the repository at this point in the history
  7. address comments

    matthewdeng committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    5588102 View commit details
    Browse the repository at this point in the history
  8. remove extra parentheses

    matthewdeng committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    499aa81 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0d340fb View commit details
    Browse the repository at this point in the history
  10. fix some of the tests

    matthewdeng committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    b6f79c5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9e54905 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'sgd-v2-prototype-executor' of github.com:amogkam/ray in…

    …to sgd-v2-prototype-executor
    amogkam committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    3d9245a View commit details
    Browse the repository at this point in the history
  13. fix torch setup

    amogkam committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    1d0f813 View commit details
    Browse the repository at this point in the history
  14. fix type hint

    amogkam committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    c715bdd View commit details
    Browse the repository at this point in the history