SangBin Cho
c2e240e866
[Doc] Update object spilling doc ( #15301 )
2021-04-14 23:38:04 -07:00
Siyuan (Ryans) Zhuang
b81d805f40
[Doc] fix ray client doc ( #15308 )
2021-04-14 20:35:15 -07:00
Richard Liaw
59bf3a7b22
ray[cluster] -> ray[default] ( #15251 )
2021-04-14 09:37:04 -07:00
Richard Liaw
f4b2dd94b2
[tune] Cache MNIST and restore MNIST tests ( #15260 )
2021-04-13 14:20:26 -07:00
Richard Liaw
56c95075d1
Revert "[tune] enable mnist test v3 ( #15198 )" ( #15242 )
...
This reverts commit d913f32126
.
2021-04-12 09:27:55 -07:00
Jayce Li
b2f9c48647
doc: Fix ray serve in Deploying on Kubernetes ( #15208 )
2021-04-09 09:08:05 -07:00
Richard Liaw
d913f32126
[tune] enable mnist test v3 ( #15198 )
2021-04-09 00:10:12 -07:00
architkulkarni
aa2f60b3d5
[Serve] [Doc] Add section on integrating with model registries ( #15139 )
2021-04-07 16:19:52 -05:00
Edward Oakes
2274a94453
[serve] Remove deprecated system-level batching ( #15065 )
2021-04-06 17:58:42 -05:00
Stefan Schneider
49ba51979e
Functions for restoring from last or best checkpoint ( #14735 )
...
Adds a helper function to retrieve the latest checkpoint after selecting the best trial according to a metric.
2021-04-06 12:19:09 +02:00
Richard Liaw
e72f6b0377
Fix ray[full] -> ray[cluster] #15112
...
Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
2021-04-05 09:55:00 -07:00
Dmitri Gekhtman
474fb6bf0c
[kubernetes][client][docs] Note requirement for matching Ray versions ( #15068 )
2021-04-01 15:08:25 -07:00
Kai Fricke
d33b0e4bc3
[tune] Reconcile placement groups every N seconds to avoid bottlenecks when running many short trials ( #15011 )
...
Closes a release blocking issue
2021-04-01 17:04:44 +02:00
Michael Schock
12b4560afa
Minor doc fix ( #15055 )
2021-03-31 22:58:31 -07:00
Ian Rodney
73fb5d6022
[Autoscaler][Docker] Make disable_shm_size_detection more usable ( #14913 )
2021-03-30 18:10:09 -07:00
Adam Lee
b643f4fc6d
fix paper link for ICM docs ( #14973 )
...
fix broken arvix https link for ICM (intrinsic curiosity module)
2021-03-30 12:27:34 -07:00
Edward Oakes
c5e7ed5671
Revert "Add support for Python 3.9 ( #12613 )" ( #15003 )
...
This reverts commit 208cde8d9b
.
2021-03-30 08:38:54 -05:00
architkulkarni
7e8ae50c53
Treat doc warnings as errors in Makefile to mirror CI linter ( #14917 )
2021-03-29 15:18:22 -07:00
Akash Patel
208cde8d9b
Add support for Python 3.9 ( #12613 )
2021-03-29 11:57:06 -07:00
Siyuan (Ryans) Zhuang
87c79553e9
[Core] Remove code paths that contains plasma store executable ( #14950 )
...
* remove plasma store executable & never used tests
* set default behavior
* fix tests
2021-03-28 21:22:14 -07:00
DK.Pino
374d166f6d
[JAVA] [Doc] Improve java doc for PG ( #14671 )
2021-03-29 11:21:20 +08:00
Kai Fricke
84b3c3376b
[tune] document scalability best practices (k8s, scalability thresholds) ( #14566 )
...
Adds a new page and table to document current scalability thresholds in Ray Tune to the documentation.
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2021-03-25 09:54:14 +01:00
architkulkarni
03afaed6e1
[Serve] [Doc] Create top-level page for Calling Endpoints from HTTP and from Python ( #14904 )
2021-03-24 20:29:24 -05:00
Kai Fricke
898243d538
[tune] Limit maximum number of pending trials. Add convergence test. ( #14835 )
2021-03-23 18:19:41 -07:00
Simon Mo
91b9928ad5
[Serve] Add initial support for FastAPI ingress ( #14754 )
2021-03-20 13:10:20 -05:00
architkulkarni
e6e413a3d1
[Ray Client] Validate ray client port number ( #14815 )
2021-03-20 13:08:53 -05:00
Richard Liaw
c1c9649671
Set up things to remove dependencies in later release ( #14793 )
...
Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
2021-03-19 13:54:52 -07:00
Edward Oakes
0b4bfd40e7
[docs] Suggest merge workflow instead of rebase on contributor docs ( #14777 )
2021-03-19 10:42:47 -05:00
Amog Kamsetty
7ee2e4185b
[Tune] PTL Fractional GPUs ( #14781 )
...
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2021-03-18 17:07:51 -07:00
Ian Rodney
eb12033612
[Code Cleanup] Switch to use ray.util.get_node_ip_address() ( #14741 )
...
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2021-03-18 13:10:57 -07:00
Michael Schock
42dcacd888
[k8s] Minor doc fix ( #14732 )
2021-03-17 16:15:38 -07:00
Clark Zinzow
a86277a93c
[dask-on-ray] Fix Dask-on-Ray examples in docs ( #14461 )
2021-03-17 10:37:32 -07:00
Edward Oakes
aab7ccc466
[serve] Deprecate client-based API in favor of process-wide singleton ( #14696 )
2021-03-17 09:39:54 -05:00
Ian Rodney
8a936ad64d
[Autoscaler Docs] Use worker_run_options
( #14721 )
...
Co-authored-by: Ameer Haj Ali <ameerh@berkeley.edu>
2021-03-16 18:04:27 -07:00
Edward Oakes
72615ae590
[metrics] Improve custom metrics docs, add an example on how to use them ( #14690 )
2021-03-15 17:37:02 -05:00
architkulkarni
8b17ec7c6d
[Serve] Disable auto conda env setting if using Ray Client ( #14672 )
2021-03-15 14:36:46 -05:00
DK.Pino
ef0c91f605
[Placement Group] [Doc] Fix PG doc display problem. ( #14665 )
2021-03-15 11:56:05 -07:00
Edward Oakes
d90cd545d1
[serve] Deprecate system-level batching with warning, update the docs ( #14648 )
2021-03-15 13:47:01 -05:00
Edward Oakes
dda3ab0161
[metrics] Cleanup package ref ( #14658 )
2021-03-15 13:00:57 -05:00
Brian Yu
a65002514c
[Doc] Update Slurm documentation examples ( #14673 )
2021-03-15 00:27:13 -07:00
Richard Liaw
c2aeccaf14
[tune] revert all mnist tests ( #14677 )
...
This reverts commit 3f557348a2
.
2021-03-14 23:58:13 -07:00
Richard Liaw
3f557348a2
[tune] re-enable MNIST tests! ( #14561 )
2021-03-12 13:35:43 -08:00
Michael Luo
020c9439dd
[RLlib] CQL Documentation + Tests ( #14531 )
2021-03-11 18:51:39 +01:00
architkulkarni
9b6d2ca345
[Core] Add runtime_env option to actor and task options, with conda_env ( #14430 )
2021-03-11 10:09:38 -06:00
Stephanie Wang
b187693121
[docs] Fix links for installing wheels for a specific commit ( #14572 )
...
* Fix doc
* version
2021-03-09 16:55:03 -08:00
Alex Wu
e1fbb8489e
[core] Supress infeasible warning ( #14068 )
2021-03-09 16:37:56 -08:00
SongGuyang
134152937a
fix doc ( #14555 )
2021-03-09 18:57:03 +08:00
Qing Wang
29d5b110de
Update doc about installing Ray Java ( #14383 )
...
* 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>
2021-03-09 18:03:13 +08:00
Kai Fricke
43e098402a
[tune] make tune.with_parameters()
work with the class API ( #14532 )
...
* [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>
2021-03-09 09:36:17 +01:00
architkulkarni
505d2b6abe
[Serve] [Doc] Add small dashboard section under Serve Monitoring ( #14328 )
2021-03-08 20:41:42 -06:00