Commit graph

1062 commits

Author SHA1 Message Date
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
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
Ian Rodney
e2a147d5fb
[docs] Remove DL AMi reference (#12120) 2020-11-18 12:40:19 -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
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
Ian Rodney
1d158dda32
[serve] Rename to use replicas, not workers (#11822) 2020-11-10 11:36:15 -08:00
Eric Liang
9b8218aabd
[docs] Move all /latest links to /master (#11897)
* use master link

* remae

* revert non-ray

* more

* mre
2020-11-10 10:53:28 -08:00
Benjamin Black
1999266bba
Updated pettingzoo env to acomidate api changes and fixes (#11873)
* Updated pettingzoo env to acomidate api changes and fixes

* fixed test failure

* fixed linting issue

* fixed test failure
2020-11-09 16:09:49 -08:00
Eric Liang
a9cf0141a0
[autoscaler] Fix semantics of request_resources (#11820) 2020-11-09 14:57:40 -08:00
architkulkarni
adcaabcd64
[Serve] Reconfigure backend class at runtime (#11709) 2020-11-09 14:04:51 -06:00
dHannasch
64ca30c060
[doc] Troubleshooting --dashboard-port (#11816) 2020-11-08 15:53:50 -08:00
bermaker
12ae0f20c6
[Metrics] Fix prometheus configuration doc (#11856) 2020-11-06 10:34:33 -08:00
Philipp Moritz
28e7439cf0
[doc] Add documentation for Ray debugger (#11815)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-11-05 16:25:27 -08:00
architkulkarni
347e871409
[Serve] Add dependency management (#11743) 2020-11-05 16:39:37 -06:00
Kai Fricke
603accf1c2
[tune] logger refactor part 3: Add ExperimentLogger class (#11749) 2020-11-05 08:55:38 -08:00
dHannasch
d0f3befd9c
Add --redis-shard-ports to the list of ports that need to be open on the head node. (#11808) 2020-11-04 21:26:09 -08:00
Richard Liaw
efa07d5403
Revert "Revert "[tune] PB2 (#11466)" (#11795)" (#11812) 2020-11-04 20:47:12 -08:00
Amog Kamsetty
92718de40c
[SGD] Better support for custom DDP (#11771) 2020-11-04 13:58:51 -08:00
dHannasch
6147b6a1a3
[docs] Note that the printed IP address can be incorrect. (#11804)
* If the head node is on a subnet with NAT, then you will need a different IP address.

* Specify what you are checking firewall settings and network configuration *for*.

* reword following @amogkam

* Give the full error message.
2020-11-04 13:48:03 -08:00
Amog Kamsetty
7248d5f4ae
Revert "[tune] PB2 (#11466)" (#11795)
This reverts commit e7aafd7d24.
2020-11-03 21:05:00 -08:00