* Fix
* Update doc/source/installation.rst
Co-authored-by: Kai Yang <kfstorm@outlook.com>
* Update doc/source/installation.rst
Co-authored-by: Kai Yang <kfstorm@outlook.com>
* Update doc/source/walkthrough.rst
Co-authored-by: Kai Yang <kfstorm@outlook.com>
* Address comments.
* lint
Co-authored-by: Qing Wang <jovany.wq@antgroup.com>
Co-authored-by: Kai Yang <kfstorm@outlook.com>
* [tune] make `tune.with_parameters()` work with the class API
* Update python/ray/tune/utils/trainable.py
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
* Minor improvements in Ray Core Walkthrough as seen in https://github.com/ray-project/ray/issues/12472
* Define node_stats() to return NodeStats object from cluster
* Add --group-by and --sort-by capabilities to ray memory script
* Resolve merge conflict
* Add helper functions for group by and sorting type in memory_utils.py
* Reformat
* Format
* Compartmentalize memory script into get_memory_summary and get_store_stats_summary
* Modify unit tests in test_mem_stat
* Lint and format
* Test cases for group_by sort_by
* Lint and format
* Fix actor handle failing test case
* Update test_memstat.py
* Resolve merge conflicts
* Adjust ray memory output based on terminal size
* Formatting and linting
* Use constant for callsite length
* Switch from OS to shutil for querying terminal size (official python support)
* Linting and formatting
* Lint and format
* Resolve lint issue in walkthrough.rst
* Revert to python 3.6
* Delete visitor.py
It was accidentally included in most recent commit
* Delete .eggs
It was accidentally included in most recent commit
* Resolve test_object_spilling.py test case
* Add stats only argument
* revert changes on this file
* Remove package-lock.json
* Add back npm installation
* Sync package-lock.json
* Linting and formatting
* Sync with package-lock
* Sync with package-lock pt 2
* Update documentation in https://docs.ray.io/en/master/memory-management.html
* Add include_memory_info as argument for node_stats
* Switch object ref and call site positions
* Linting and formatting
* Change from MiB to B
* Change from stats-only to store-true
* Add memory test case
* Add memory test case
* Lint and format
* Correct test in memstat
* Change line wrap and stats only to flags
* Clarify --stats-only and --no-format in ray memory
* --stats-only description modified
Co-authored-by: Micah Yong <micahyong@Micahs-MacBook-Pro.local>
* Refactor placement group factory object to accept placement_group arguments instead of callables
* Convert resources to pgf
* Enable placement groups per default
* Fix tests WIP
* Fix stop/resume with placement groups
* Fix progress reporter test
* Fix trial executor tests
* Check resource for trial, not resource object
* Move ENV vars into class
* Fix tests
* Sphinx
* Wait for trial start in PBT
* Revert merge errors
* Support trial reuse with placement groups
* Better check for just staged trials
* Fix trial queuing
* Wait for pg after trial termination
* Clean up PGs before tune run
* No PG settings in pbt scheduler
* Fix buffering tests
* Skip test if ray reports erroneous available resources
* Disable PG for cluster resource counting test
* Debug output for tests
* Output in-use resources for placement groups
* Don't start new trial on trial start failure
* Add docs
* Cleanup PGs once futures returned
* Fix placement group shutdown
* Use updated_queue flag
* Apply suggestions from code review
* Apply suggestions from code review
* Update docs
* Reuse placement groups independently from actors
* Do not remove placement groups for paused trials
* Only continue enqueueing trials if it didn't fail the first time
* Rename parameter
* Fix pause trial
* Code review + try_recover
* Update python/ray/tune/utils/placement_groups.py
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
* Move placement group lifecycle management
* Move total used resources to pg manager
* Update FAQ example
* Requeue trial if start was unsuccessful
* Do not cleanup pgs at start of run
* Revert "Do not cleanup pgs at start of run"
This reverts commit 933d9c4c
* Delayed PG removal
* Fix trial requeue test
* Trigger pg cleanup on status update
* Fix tests
* Fix docs
* fix-test
Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>