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
Thomas J. Fan
75fbd48edd
[doc] Minor fix to indentation ( #14040 )
2021-02-10 12:31:47 -08:00
Eric Liang
d71eeac2d6
remove lru evict docs ( #13849 )
2021-02-02 00:07:47 -08:00
Simon Mo
8e0a2f669b
[Doc] Remove trailing whitespaces ( #13390 )
2021-01-12 20:35:38 -08:00
Eric Liang
dfb326d4b5
Surface object store spilling statistics in ray memory
( #13124 )
2021-01-04 17:35:39 -08:00
Eric Liang
81d3cbaa77
Add "beta" documentation for enabling object spilling manually ( #13047 )
2020-12-22 16:08:41 -08:00
Micah Yong
a537b852e6
[docs][core] Documentation improvement in master/walkthrough.html ( #12473 )
2020-11-28 20:36:01 -08:00
Richard Liaw
7d1015d23e
[Doc] Fix Core Link ( #11438 )
...
Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
2020-10-16 10:10:56 -07:00
Richard Liaw
b0ca70f628
[tune+core] tune lifecycle and starting ray guide ( #10813 )
2020-09-21 11:27:50 -07:00
Hao Chen
1a5cfe0b79
[Java] rename config ray.redis.address to ray.address ( #10772 )
2020-09-15 11:13:19 +08:00
chaokunyang
bf71c0b9f6
[Java] Deploy snapshort jars to maven repository in travis ci ( #10701 )
2020-09-10 15:40:16 -07:00
Kai Yang
f03e91788a
Java doc: "Using Actors" page ( #10438 )
2020-09-05 23:28:03 +08:00
Kai Yang
6a78ba9752
Java doc: "Starting Ray" page ( #10062 )
2020-09-05 10:15:52 +08:00
Eric Liang
2a204260a8
[api] Second round of 1.0 API changes: exceptions, num_return_vals ( #10377 )
2020-08-28 19:57:02 -07:00
Hao Chen
6fb6bd3e61
Refine Java "Ray Core Walkthrough" doc ( #9836 )
2020-07-31 15:35:43 +08:00
Hao Chen
260bc52254
Java doc: "Ray Core Walkthrough" page ( #8595 )
2020-07-30 11:13:38 +08:00
Richard Liaw
7abf7a0109
[docs] Render ActorPool documentation, etc ( #9433 )
2020-07-13 17:59:22 -07:00
Hao Chen
d49dadf891
Change Python's ObjectID
to ObjectRef
( #9353 )
2020-07-10 17:49:04 +08:00
Richard Liaw
56d934bc18
[docs] Revised Cluster documentation ( #9062 )
...
Co-authored-by: Edward Oakes <ed.nmi.oakes@gmail.com>
2020-06-26 09:29:22 -07:00
Simon Mo
6b04664645
[Serve] Add Tutorial for Batch Inference ( #8490 )
2020-05-29 09:55:47 -07:00
Ian Rodney
f56b3be916
[Docs] Add Cancelation to main docs. ( #8508 )
...
* Update walkthrough.rst
* Adding example
* Better example
* Better example
* Adding Ray Kill Info
2020-05-20 10:31:57 -07:00
Eric Liang
eabb801a40
less important ( #8439 )
2020-05-13 22:52:38 -07:00
Richard Liaw
c7f0b303f3
Mention that calling some_function.remote() is non-blocking ( #7417 )
...
* Mention that calling some_function.remote() is non-blocking.
* Apply suggestions from code review
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-03-04 13:35:46 -08:00
Richard Liaw
fc9352c588
[docs] Make walkthrough and starting Ray materials clear ( #7099 )
...
* make starting ray a separate page
* concept
* Apply suggestions from code review
Co-Authored-By: Edward Oakes <ed.nmi.oakes@gmail.com>
* more fics
* Apply suggestions from code review
Co-Authored-By: Edward Oakes <ed.nmi.oakes@gmail.com>
Co-authored-by: Edward Oakes <ed.nmi.oakes@gmail.com>
2020-02-11 23:17:30 -08:00
Ujval Misra
2965dc1b72
[tune] Fault tolerance improvements ( #5877 )
...
* Precede ray.get with ray.wait.
* Trigger checkpoint deletes locally in Trainable
* Clean-up code.
* Minor changes.
* Track best checkpoint so far again
* Pulled checkpoint GC out of Trainable.
* Added comments, error logging.
* Immediate pull after checkpoint taken; rsync source delete on pull
* Minor doc fixes
* Fix checkpoint manager bug
* Fix bugs, tests, formatting
* Fix bugs, feature flag for force sync.
* Fix test.
* Fix minor bugs: clear proc and less verbose sync_on_checkpoint warnings.
* Fix bug: update IP of last_result.
* Fixed message.
* Added a lot of logging.
* Changes to ray trial executor.
* More bug fixes (logging after failure), better logging.
* Fix richards bug and logging
* Add comments.
* try-except
* Fix heapq bug.
* .
* Move handling of no available trials to ray_trial_executor (#1 )
* Fix formatting bug, lint.
* Addressed Richard's comments
* Revert tests.
* fix rebase
* Fix trial location reporting.
* Fix test
* Fix lint
* Rebase, use ray.get w/ timeout, lint.
* lint
* fix rebase
* Address richard's comments
2019-11-18 01:14:41 -08:00
Ujval Misra
e3e3ad4b25
Add timeout param to ray.get ( #6107 )
2019-11-14 00:50:04 -08:00
Eric Liang
1455a19c85
Consolidate and clean up documentation ( #5645 )
2019-09-07 11:50:18 -07:00
Eric Liang
a101812b9f
Replace --redis-address with --address in test, docs, tune, rllib ( #5602 )
...
* wip
* add tests and tune
* add ci
* test fix
* lint
* fix tests
* wip
* sugar dep
2019-09-01 16:53:02 -07:00
Richard Liaw
411f30c125
[docs] Second push of changes ( #5391 )
2019-08-28 17:54:15 -07:00
Rehan Sohail Durrani
d2e8331d9a
[docs] remove table from walkthrough ( #5389 )
2019-08-06 17:29:48 -07:00
Richard Liaw
a08ea09760
[docs] rewrite ( #5175 )
2019-08-05 23:33:14 -07:00