Eric Liang
f93ca2b673
Make it much simpler to turn on event stats ( #16401 )
2021-06-14 09:51:24 -07:00
Amog Kamsetty
f9936c4252
[Dask] Dask Example Tests ( #16346 )
...
* add examples
* update dask docs
* add build file
* formatting
* fix ci command
* fix
* Update python/ray/util/dask/BUILD
* newline
* fix pytest fixtures
* fixes
* formatting
* fix shuffle example
2021-06-12 20:25:45 -07:00
Qingyun Wu
dae3ac1def
[Tune] Add new searchers from FLAML ( #16329 )
2021-06-12 02:10:51 -07:00
Kai Fricke
e8f8e9f328
[tune] Adjust searcher sample bounds to match Tune API ( #15899 )
2021-06-11 14:31:08 +01:00
Eric Liang
af11ec079a
update serve verbiage ( #16360 )
2021-06-10 16:23:38 -07:00
mwtian
2e8d8fba02
[Build] Another attempt at building Python 3.9 MacOS wheels ( #16347 )
...
* Test rollforward python 3.9
* Upgrade setproctitle in thirdparty
* Update cython requirement to match those in wheel build scripts.
* Fix MANIFEST.in
* Fix file copying in setup.py
2021-06-10 10:20:30 -07:00
architkulkarni
378b0e8ca7
[runtime_env] [doc] Add experimental warning ( #16358 )
2021-06-10 12:00:46 -05:00
Eric Liang
ae0e38b86d
Remove legacy feature flags / features ( #16349 )
2021-06-10 09:31:38 -07:00
Chris Bamford
fd1a97e39f
[RLlib] Memory leak docs ( #15908 )
2021-06-10 18:10:21 +02:00
architkulkarni
7d029f8e71
[Doc] [Core] [runtime env] Add runtime env doc ( #16290 )
2021-06-09 20:02:16 -05:00
Kathryn Zhou
2394ab2d2e
Update versioning for tracing in Ray docs ( #16041 )
...
Co-authored-by: Kathryn Zhou <kathrynzhou@kathryns-mbp.lan>
2021-06-08 19:23:19 -07:00
Eric Liang
1d8cb2d19e
Add event stats documentation, fix misc race condition ( #16236 )
...
* update
* stats
* udpate
* fix
2021-06-06 12:44:30 -07:00
Dmitri Gekhtman
e58ba66681
[gcp][doc][minor] project_id is required ( #16266 )
2021-06-05 01:00:11 -07:00
Dmitri Gekhtman
a60ee3a8b2
[autoscaler][kubernetes][minor] latest images everywhere ( #16205 )
...
* latest images everywhere
* add back some documentation on the images
* Doc update
2021-06-04 16:01:39 -07:00
SongGuyang
331ea6b72d
[C++ worker] fix doc ( #16239 )
2021-06-04 13:41:47 +08:00
Alex Wu
fa292a4edf
[Doc] Document memory and object store memory as autoscaler resources ( #16210 )
2021-06-03 10:10:03 -07:00
mwtian
51da90aa09
Rollforward #f14f197 ( #16201 )
2021-06-03 07:17:58 -07:00
Eric Liang
43c97c2afb
Disable timeline events collection in Ray by default ( #15989 )
2021-06-02 18:04:29 -07:00
Alex Wu
9942505b63
Revert "[Client] Make Client{ObjectRef,ActorRef} subclasses of their server-side counterparts ( #16110 )" ( #16196 )
...
This reverts commit f14f197d42
.
2021-06-02 10:31:01 -07:00
mwtian
f14f197d42
[Client] Make Client{ObjectRef,ActorRef} subclasses of their server-side counterparts ( #16110 )
...
* Implement ClientObjectRef and ClientActorID in cython
* fix doc
* Remove unnecessary declaration.
Add basic unit tests.
* Fix quotes.
* Skip tests on Windows
2021-06-01 23:45:41 +03:00
Travis Addair
050a076de9
[k8s] Refactored k8s operator to use kopf for controller logic ( #15787 )
...
Co-authored-by: Dmitri Gekhtman <dmitri.m.gekhtman@gmail.com>
2021-06-01 12:00:55 -07:00
Amog Kamsetty
04863d158a
[Tune] MLflow with Ray Client ( #16029 )
...
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2021-06-01 09:50:44 -07:00
Dmitri Gekhtman
27c2f570f1
[kubernetes] pin the K8s config yamls to ray:latest instead of ray1.3 ( #15988 )
2021-06-01 19:12:35 +03:00
SongGuyang
17b5f4dcaa
[C++ worker] support config from RayConfig and command line(gflag) ( #16086 )
2021-05-31 11:56:02 +08:00
zhuangzhuang131419
0429882bbf
[autoscaler] Implement node provider for aliyun ( #15712 )
...
Co-authored-by: Ian Rodney <ian.rodney@gmail.com>
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
Co-authored-by: zhuang <zhengchicheng.zcc@alibaba-inc.com>
Co-authored-by: chenk008 <kongchen28@gmail.com>
Co-authored-by: wuhua.ck <wuhua.ck@alibaba-inc.com>
2021-05-29 00:56:32 -07:00
Amog Kamsetty
38b657cb65
[Tune] Place remote tune.run on node running the client server ( #16034 )
...
* force placement on persistent node
* address comments
* doc
2021-05-28 18:32:57 -07:00
Ian Rodney
5ca1b297e4
[RayClient][Proxy] BugFixes ( #16040 )
2021-05-28 10:24:48 -07:00
Ian Rodney
ec46794767
[Client] Add ray.client().disconnect() ( #16021 )
2021-05-28 10:15:44 -07:00
Eric Liang
9c73591a4e
Revert "Fix tracing bug when actors are defined before connecting to … ( #16120 )
...
This reverts commit 6c1ea66611
.
2021-05-27 11:50:36 -07:00
Kathryn Zhou
6c1ea66611
Fix tracing bug when actors are defined before connecting to cluster ( #16069 )
2021-05-27 09:28:11 -07:00
Ian Rodney
69d0e8e4fe
[Docs][ClientBuilder] Add ray.client()
and ray.ClientBuilder
to Experimental API docs ( #16058 )
2021-05-26 21:05:47 -07:00
Eric Liang
3d1ba4a70e
Add feature flag for plasma overcommit ( #16061 )
2021-05-26 10:53:57 -07:00
Xiang Xu
ec8b591f32
[docs] typo fix on the Doc for helm ( #16036 )
2021-05-25 12:59:39 -07:00
Sven Mika
e61922c4ac
[RLlib] Add one-liner to docs on internship/RL-engineer position. ( #16050 )
...
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2021-05-25 12:58:54 -07:00
Amog Kamsetty
71926ad043
[Docs] Fix Dependencies for Pong example ( #15978 )
2021-05-24 10:25:16 -07:00
Alex Wu
b81bdd8aee
[client] Local client builder ( #15935 )
2021-05-22 10:11:41 -07:00
Eric Liang
86cb3e28cd
[hotfix] Somehow the pong_plot_example is failing to gym.make("Pong-v0") ( #15961 )
2021-05-20 20:56:39 -07:00
Edward Oakes
82410f20b2
[serve] Add warning + docstring for anonymous namespaces ( #15921 )
2021-05-20 22:27:15 -05:00
Kai Fricke
12418a2f69
[xgboost] Update documentation ( #15900 )
2021-05-20 17:16:45 -07:00
Richard Liaw
2cb0ad4fb1
[docs] improve banner for ray summit ( #15947 )
2021-05-20 11:56:12 -07:00
Richard Liaw
5f595cbb0f
[docs] add summit banner ( #15938 )
2021-05-20 10:35:45 -07:00
YeahNew
9a93dd9682
Adding a RaySGD and DGL ( Deep Graph Library) integration example(gat… ( #15718 )
...
* Adding a RaySGD and DGL ( Deep Graph Library) integration example(gat_dgl.py)
* Update gat_dgl.py
* Update gat_dgl.py
* Update gat_dgl.py
* the gat_dgl.py has been formated by the format.sh script
* delet useless code in the gat_dgl.py
* add 'import numpy as np', modified the output form of accuracy in the validate method
* Modified the code for better readability and added the README.md file
* Update README.md
* Update README.md
* Update README.md
* updates
* formatting
Co-authored-by: YeahNew <1650996069@qq.com>
Co-authored-by: Amog Kamsetty <amogkamsetty@yahoo.com>
2021-05-20 08:47:19 -07:00
Edward Oakes
5243e8776b
[Docs] update serve logo ( #15914 )
2021-05-19 11:57:54 -07:00
Eric Liang
2dc4198210
Increase the raylet start wait timeout to accomodate plasma preallocation ( #15860 )
...
* update
* add doc
* update
* quick fix
* no spam
* fix
2021-05-19 09:39:25 -07:00
architkulkarni
c636bc3065
[Serve] [Core] Fix serve on Windows by disabling runtime env on Windows ( #15838 )
2021-05-19 10:58:40 -05:00
Steven Morad
d8eed68af2
[RLlib] Add differentiable neural computer example ( #14844 )
2021-05-19 09:15:39 +02:00
Kathryn Zhou
891648ea9e
Bump OpenTelemetry version & bug fix ( #15791 )
2021-05-18 17:06:43 -07:00
Michael Galarnyk
cedd348650
[DOCS] Added link to ray pulse community survey ( #15891 )
2021-05-18 15:25:36 -07:00
Farrukh Ali
dbdc8459ad
[rllib][docs] Update rllib-dev.rst ( #15864 )
2021-05-18 11:28:57 -07:00
Sven Mika
4e9555cad3
[RLlib] Issue 15724: Breaking example script in docs due to outdated eager
config flag (use framework='tf2|tfe' instead). ( #15736 )
2021-05-18 11:34:46 +02:00