Ameer Haj Ali
710615c228
[docs] Documentation + example for the C++ language API ( #13138 )
2021-01-01 18:18:41 -08:00
Sven Mika
9eba1871bb
[RLlib] Support easy use_attention=True
flag for using the GTrXL model. ( #11698 )
2021-01-01 14:06:23 -05:00
Dmitri Gekhtman
4ca64549e2
[docs][kubernetes][minor] Update K8s examples in doce ( #13129 )
2020-12-31 16:25:38 -06:00
Sven Mika
391cdfae8c
[RLlib] Trajectory view API docs. ( #12718 )
2020-12-30 17:32:21 -08:00
Sumanth Ratna
59e9b80903
[Doc] Fix Sphinx.add_stylesheet deprecation ( #13067 )
2020-12-29 16:35:40 -08:00
architkulkarni
032a6546d5
Serve metrics docs ( #13096 )
2020-12-29 14:03:34 -06:00
Lavanya Shukla
350917958c
[docs] fix wandb url ( #13094 )
2020-12-28 17:19:17 -08:00
Eric Liang
836c5d5a91
Deprecate experimental / dynamic resources ( #13019 )
2020-12-28 11:52:36 -08:00
architkulkarni
9a0218fb89
[Serve] [Doc] Front page update ( #13032 )
2020-12-28 10:19:36 -08:00
Antoni Baum
a4f2dd2138
[Tune]Add integer loguniform support ( #12994 )
...
* Add integer quantization and loguniform support
* Fix hyperopt qloguniform not being np.log'd first
* Add tests, __init__
* Try to fix tests, better exceptions
* Tweak docstrings
* Type checks in SearchSpaceTest
* Update docs
* Lint, tests
* Update doc/source/tune/api_docs/search_space.rst
Co-authored-by: Kai Fricke <krfricke@users.noreply.github.com>
Co-authored-by: Kai Fricke <krfricke@users.noreply.github.com>
2020-12-23 09:27:16 -08:00
Simon Mo
bc68260144
[Serve] Handle Bug Fixes ( #12971 )
2020-12-22 19:13:16 -08:00
Eric Liang
81d3cbaa77
Add "beta" documentation for enabling object spilling manually ( #13047 )
2020-12-22 16:08:41 -08:00
architkulkarni
8b4b4bf0a2
[Serve] Migrate from Flask.Request to Starlette Request ( #12852 )
2020-12-21 15:34:15 -06:00
Philipp Moritz
ec9ad4a56b
Documentation for Ray debugger stepping ( #12845 )
2020-12-20 00:43:27 -08:00
Amog Kamsetty
5d3c9c8861
[Tune] Mlflow Integration ( #12840 )
...
Co-authored-by: Kai Fricke <krfricke@users.noreply.github.com>
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-12-19 00:40:02 -08:00
Edward Oakes
3521e74f3a
[serve] Support for imported backends ( #12923 )
2020-12-18 15:49:24 -06:00
Kai Fricke
3d72000826
[tune] Add points_to_evaluate
to BasicVariantGenerator ( #12916 )
...
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-12-17 19:16:03 -08:00
SangBin Cho
de7848231c
[Doc] Fix placement group doc ( #12875 )
2020-12-15 10:36:51 -08:00
Max Fitton
e077bc4206
[Release] Bump master to 1.2.0 for 1.1.0 release ( #12856 )
2020-12-15 09:40:26 -08:00
Gekho457
8cebe5cbe9
[docs][autoscaler][k8s][minor] quotes #12866
2020-12-14 18:24:13 -08:00
Gekho457
44f5be04ca
[autoscaler][k8s][doc][minor] Fix typo in k8s doc. ( #12865 )
2020-12-14 17:30:43 -08:00
architkulkarni
231518e86f
[Serve] Support basic Starlette response types ( #12811 )
2020-12-14 17:03:56 -06:00
Gekho457
11ce1dc743
Ray cluster CRD and example CR + multi-ray-cluster operator ( #12098 )
2020-12-14 10:26:01 -06:00
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