forked from ray-project/ray
-
Notifications
You must be signed in to change notification settings - Fork 4
Sync with upstream master and add ParallelIterators fix #54
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 6803874.
* skip flaky tests * lint * skip one more * fix
* cache metric ports in a file at each node * remove old assignment of export port * lint * lint * move e2e test to top of file to avoid shutdown bug
…ping against inf global_norms. (ray-project#13634)
…ct#12948)" (ray-project#13572) This reverts commit ef6d859.
Co-authored-by: Amog Kamsetty <[email protected]>
* prepare for head node * move command runner interface outside _private * remove space * Eric * flake * min_workers in multi node type * fixing edge cases * eric not idle * fix target_workers to consider min_workers of node types * idle timeout * minor * minor fix * test * lint * eric v2 * eric 3 * min_workers constraint before bin packing * Update resource_demand_scheduler.py * Revert "Update resource_demand_scheduler.py" This reverts commit 818a63a. * reducing diff * make get_nodes_to_launch return a dict * merge * weird merge fix * auto fill instance types for AWS * Alex/Eric * Update doc/source/cluster/autoscaling.rst * merge autofill and input from user * logger.exception * make the yaml use the default autofill * docs Eric * remove test_autoscaler_yaml from windows tests * lets try changing the test a bit * return test * lets see * edward * Limit max launch concurrency * commenting frac TODO * move to resource demand scheduler * use STATUS UP TO DATE * Eric * make logger of gc freed refs debug instead of info * add cluster name to docker mount prefix directory * grrR * fix tests * moving docker directory to sdk * move the import to prevent circular dependency * smallf fix * ian * fix max launch concurrency bug to assume failing nodes as pending and consider only load_metric's connected nodes as running * small fix * deflake test_joblib * lint * placement groups bypass * remove space * Eric * first ocmmit * lint * exmaple * documentation * hmm * file path fix * fix test * some format issue in docs * modified docs * joblib strikes again on windows * add ability to not start autoscaler/monitor * a * remove worker_default * Remove default pod type from operator * Remove worker_default_node_type from rewrite_legacy_yaml_to_availble_node_types * deprecate useless fields Co-authored-by: Ameer Haj Ali <[email protected]> Co-authored-by: Alex Wu <[email protected]> Co-authored-by: Alex Wu <[email protected]> Co-authored-by: Eric Liang <[email protected]> Co-authored-by: Ameer Haj Ali <[email protected]> Co-authored-by: root <[email protected]> Co-authored-by: Dmitri Gekhtman <[email protected]>
* done. * done. * Fix a mistake. * Ready. * Fix issues. * fix. * Finished the first round of code review. * formatting. * In progress. * Formatting. * Addressed code review. * Formatting * Fix tests. * fix bugs. * Skip flaky tests for now.
…ray-project#12846) * return tuple returned from _get_multi_action_distribution when using custom action dict * Always return dst_class and required_model_output_shape in _get_multi_action_distribution * pass model config to _get_multi_action_distribution
…oject#13485) * Fix crashed when register metric view in multithread * fix comments * fix
…3643) Bumps [distributed](https://github.com/dask/distributed) from 2020.12.0 to 2021.1.1. - [Release notes](https://github.com/dask/distributed/releases) - [Changelog](https://github.com/dask/distributed/blob/master/docs/release-procedure.md) - [Commits](dask/distributed@2020.12.0...2021.01.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ray-project@0998d69 removed the object_manager_test.
* Update release test docs * Update
…ad node when calling `create_or_update_head_node`. (ray-project#13720) * Add option to skip bootstrapping head node autoscaling config * don't close remote config before copying * Type * Type hints etc. * test * Test CR to config conversion * comment
…isable failing Windows test (ray-project#13771)
ray-project#13936) Co-authored-by: Richard Liaw <[email protected]>
…a view, and is not indexable (ray-project#13945)
…pstream-sync-20210203
…in TFGraphGPUMulti (#55)
#56) * Save more intermetdiate PPOLoss nodes as PPOLoss attributes for additional runtime checks * redundant import * consistent naming
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why are these changes needed?
The PR includes latest changes from upstream master and the changes on the PR #52
Related issue number
None
Checks
scripts/format.shto lint the changes in this PR.