Kai Fricke
5f04ade6ef
[tune] add more stoppers and stopper documentation ( #12750 )
...
* Add new stoppers & docs
* Add tests for maximum iteration stopper and trial plateau stopper
* Update python/ray/tune/stopper.py
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
* Update doc/source/tune/api_docs/stoppers.rst
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
* Update doc/source/tune/api_docs/stoppers.rst
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
* Apply suggestions from code review
* Apply suggestions from code review
* Update python/ray/tune/stopper.py
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-12-12 01:47:19 -08:00
Kai Fricke
905652cdd6
[tune] migrate xgboost callback api ( #12745 )
...
* Migrate to new-style xgboost callbacks
* Fix flaky progress reporter test
* Fix import error
* Take last value (not first)
2020-12-12 01:42:20 -08:00
Eric Liang
4ad4463be6
Add comments to clarify purpose of new scheduler queues ( #12730 )
...
* update
* clarify
* update
2020-12-11 11:53:09 -08:00
Sumanth Ratna
8d1ad25545
[docs] Add troubleshooting section to installation page ( #12659 )
...
* Add troubleshooting section to installation docs
* Set fix instructions lang to bash
* Update doc/source/installation.rst
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-12-10 18:56:56 -08:00
Ian Rodney
9b3ef2f340
[docs] Fix Docker links ( #12702 )
...
* switch autoscaler -> ray-ml
* add more tables
2020-12-10 18:08:48 -08:00
Eric Squires
9f70293700
Remove debug extras from setup.py ( #12751 )
2020-12-10 16:23:11 -06:00
Kai Yang
e3b5deb741
[Multi-tenancy] Delete flag enable_multi_tenancy
and remove old code path ( #10573 )
2020-12-10 19:01:40 +08:00
Robert Nishihara
d681991773
Add Discourse to readme and make it more prominent in docs. ( #12740 )
2020-12-10 01:13:40 -08:00
architkulkarni
6f3aacd087
[serve] Clarify conda env docs ( #12679 )
2020-12-09 13:35:48 -06:00
Richard Liaw
d534719af6
temporary-fix ( #12700 )
...
Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
2020-12-08 21:48:26 -08:00
Edward Oakes
fd4e025da6
[serve] Add docs on configuring cv2 parallelism ( #12652 )
2020-12-08 16:03:13 -06:00
Keqiu Hu
f27ceecbf6
[doc] update lint script location ( #12670 )
2020-12-07 22:26:42 -08:00
SangBin Cho
040cf2c13b
[Doc] Placement group doc small update ( #12594 )
...
* Modify doc that wasn't supposed to be merged.
* Addressed coder eview.
2020-12-07 13:58:27 -08:00
Kai Yang
21fcee28f9
[Java] Simplify Ray.init()
by invoking ray start
internally ( #10762 )
2020-12-04 14:33:45 +08:00
Keqiu Hu
2ec7b7367e
[doc] update contributing doc ( #12564 )
...
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-12-02 12:08:30 -08:00
Richard Liaw
a21523c709
[tune/core] serialization debugging utility ( #12142 )
...
Co-authored-by: SangBin Cho <rkooo567@gmail.com>
Co-authored-by: Kai Fricke <kai@anyscale.com>
2020-12-02 00:52:17 -08:00
Kai Fricke
63b85df828
[xgb] update docs ( #12549 )
2020-12-01 23:17:23 -08:00
Ameer Haj Ali
4288b5b9ff
[placement group] -1 option for placement group index ( #12532 )
...
* -1 option for placement group index
Add documentation of passing -1 as a placement group index to specify any available bundle.
* Update
2020-12-01 13:16:18 -08:00
SangBin Cho
981df65b91
[Doc] Improve the placement group document ( #12507 )
...
* Improve the placement group document.
* Fix grammar.
* Addressed code review.
2020-12-01 13:15:30 -08:00
Simon Mo
f596113fc7
[Core] Actor Retries Out of Order Tasks on Restart ( #12338 )
2020-12-01 09:35:54 -08:00
Amog Kamsetty
f9a99f20dd
Revert "Re-Revert "[Core] zero-copy serializer for pytorch ( #12344 )" ( #12478 )" ( #12515 )
...
This reverts commit 3f22448834
.
2020-11-30 19:05:55 -08:00
Richard Liaw
9ce7ad17fd
[tune] remove some bottlenecks in trialrunner ( #12476 )
2020-11-30 14:54:25 -08:00
Siyuan (Ryans) Zhuang
3f22448834
Re-Revert "[Core] zero-copy serializer for pytorch ( #12344 )" ( #12478 )
...
* [Core] zero-copy serializer for pytorch (#12344 )
* zero-copy serializer for pytorch
* address possible bottleneck
* add tests & device support
(cherry picked from commit 0a505ca83d
)
* add environmental variables
* update doc
2020-11-30 11:43:03 -08:00
Micah Yong
a537b852e6
[docs][core] Documentation improvement in master/walkthrough.html ( #12473 )
2020-11-28 20:36:01 -08:00
Amog Kamsetty
8a406e1f9a
[SGD] Add PTL Docs ( #12440 )
...
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-11-28 10:09:38 -08:00
Richard Liaw
7c009d22cf
[docs] Add xgboost_ray to docs ( #12184 )
...
Co-authored-by: Amog Kamsetty <amogkamsetty@yahoo.com>
2020-11-27 11:36:56 -08:00
Edward Oakes
90d7863eb3
Document that ray install-nightly command doesn't work for 1.0.1.post1 and older ( #12429 )
2020-11-25 19:55:12 -06:00
Richard Liaw
751e13a41e
[docs] redirect to discourse ( #12427 )
2020-11-25 17:10:10 -08:00
dHannasch
40cbc638ee
A bit more explanation about worker ports ( #12185 )
...
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-11-23 20:24:15 -08:00
Richard Liaw
e59fe65d3d
[tune] Fix logging for dockersyncer ( #12196 )
2020-11-23 14:29:41 -08:00
Edward Oakes
4e43650851
Remove deprecated f._submit API ( #12268 )
2020-11-23 16:20:22 -06:00
Max Fan
c816a44667
[docs] Insert missing article in sentence ( #12245 )
2020-11-23 12:53:11 -08:00
Bart Broere
ddd7a18cb9
[docs] Fix dead links to cluster docs by making dashes slashes ( #12260 )
2020-11-23 12:52:36 -08:00
Edward Oakes
32d159a2ed
Fix release directory & RELEASE_PROCESS.md ( #12269 )
2020-11-23 14:28:59 -06:00
dHannasch
6f2398d122
Fix lint crash (title underline too short) ( #12193 )
2020-11-19 21:13:23 -08:00
Eric Liang
dfc796b8ec
Add gdb stack dump command to docs ( #12147 )
...
* ZZ
* pid
* Update doc/source/profiling.rst
Co-authored-by: Stephanie Wang <swang@cs.berkeley.edu>
* Update profiling.rst
Co-authored-by: Stephanie Wang <swang@cs.berkeley.edu>
2020-11-19 19:02:11 -05:00
Eric Liang
de86d5aff7
ActorStatisticalData() debug metrics bog down raylet with 100% CPU ( #12148 )
...
* comment out bad
* update
2020-11-19 11:38:44 -08:00
Eric Liang
4490de356d
Fix issues in release process doc ( #12130 )
2020-11-18 18:32:27 -08:00
Ian Rodney
e2a147d5fb
[docs] Remove DL AMi reference ( #12120 )
2020-11-18 12:40:19 -08:00
Alex Wu
4b5769dab2
1.0.1 release logs ( #12127 )
...
Co-authored-by: Alex Wu <alex@anyscale.com>
2020-11-18 12:04:05 -08:00
Eric Liang
09d6ea5784
Clarify official releases vs nightly wheels
2020-11-16 23:30:40 -08:00
Kai Fricke
9f5986ee58
[tune] logger migration to ExperimentLogger classes ( #11984 )
2020-11-16 15:08:37 -08:00
Richard Liaw
8b3f79f307
[tune] refactor and add examples ( #11931 )
2020-11-14 20:43:28 -08:00
Eric Liang
4f5d6274af
[docs] Add links to Ray design patterns whitepaper ( #12014 )
...
* update
* update
2020-11-13 14:16:51 -08:00
dHannasch
effa553077
[Doc] Explain how to know whether RAY_BACKEND_LOG_LEVEL worked ( #12010 )
...
* Fix broken link to nonexistent Temporary Files page.
* How to know that RAY_BACKEND_LOG_LEVEL worked.
* Reference the definition of DEBUG in case it changes.
2020-11-13 14:02:57 -08:00
Ian Rodney
3b56a1a522
[docker] auto-populate shared memory size ( #11953 )
2020-11-12 17:22:42 -08:00
Michael Luo
6e6c680f14
MBMPO Cartpole ( #11832 )
...
* MBMPO Cartpole Done
* Added doc
2020-11-12 10:30:41 -08:00
Barak Michener
de6df51bd2
[redis, docs]: Bump redis and docs/Pillow dependencies ( #11371 )
2020-11-11 18:15:27 -08:00
Ameer Haj Ali
85197deece
[autoscaler] Remove legacy autoscaler ( #11802 )
2020-11-11 13:36:48 -08:00
Keqiu Hu
0c1bdaef59
[tune] TensorFlow Distributed Trainable ( #11876 )
...
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-11-10 14:59:08 -08:00