Richard Liaw
669b7a2e8c
[docs] Update community libraries ( #16557 )
2021-06-19 09:01:40 -07:00
Kai Fricke
172d33be02
[tune] Use unbuffered training when checkpoint_at_end is used. ( #16504 )
2021-06-18 14:19:14 +01:00
Antoni Baum
d71ec6e874
[docs] Add examples of new features to contribute ( #16477 )
2021-06-18 00:07:03 -07:00
Hao Zhang
f47a0e1f27
[Collective] generate ray.util.collective doc ( #16521 )
2021-06-17 18:41:57 -07:00
Kai Fricke
5352b786b3
[docs] Add ray desig patterns and antipatterns to docs ( #16478 )
2021-06-17 19:56:44 +01:00
Richard Liaw
ed093cebb0
Revert "[docs] readthedocs.yaml and remove requirements-rtd.txt ( #16482 )" ( #16512 )
...
This reverts commit c9537be5c1
.
2021-06-17 11:50:30 -07:00
Richard Liaw
c9537be5c1
[docs] readthedocs.yaml and remove requirements-rtd.txt ( #16482 )
2021-06-17 09:40:06 -07:00
Michael Galarnyk
524517a14f
[docs][minor] Update ray-libraries.rst ( #16387 )
...
Alphabetical order is a good thing
2021-06-17 01:37:02 -07:00
Abhishek Malvankar
85bc1b2979
[docs] ray LSF integration ( #16438 )
2021-06-17 01:35:55 -07:00
qicosmos
0f87eca3e9
[C++ Worker]Generate a template project for users ( #16337 )
2021-06-16 17:45:45 +08:00
Antoni Baum
2fb10e6730
[SGD] Add support for native Torch AMP in SGD ( #16382 )
...
* SGD native AMP initial commit
* SGD native amp second pass
* Update docs
* Update TorchTrainer doc
* Temp fix release test
* Update release/sgd_tests/sgd_gpu/sgd_gpu_app_config.yaml
Co-authored-by: Amog Kamsetty <amogkam@users.noreply.github.com>
2021-06-15 17:48:21 -07:00
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