1
0
Fork 0
mirror of https://github.com/vale981/ray synced 2025-04-05 01:39:12 -04:00
Commit graph

11449 commits

Author SHA1 Message Date
SangBin Cho
1e39c40370
[Placement Group] Capture child tasks by default. ()
* In progress.

* Finished up.

* Improve comment.

* Addressed code review.

* Fix test failure.

* Fix ci failures.

* Fix CI issues.
2020-09-27 19:33:00 -07:00
fangfengbin
f0787a63da
[GCS] fix rpc port bug ()
Co-authored-by: 灵洵 <fengbin.ffb@antfin.com>
2020-09-27 19:08:48 -07:00
Kai Fricke
e7315b0856
[tune] Callbacks for tune runs () 2020-09-27 16:50:07 -07:00
Christian Kasim Loan
4285bee517
[Doc] Added John Snow Lab's NLU reference to community integration page ()
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-09-27 13:07:12 -07:00
DK.Pino
db7097fb1f
[Refactor] Rename ClientId to NodeId ()
* rename ClientId to NodeId

* format lint

* format lint

* fix conflicts

* rename new ClientId to NodeId

* update lint

* make same version of clang-format with travis ci
2020-09-27 10:24:21 -07:00
Tao Wang
f69b390755
[BUILD]ignore pyenv version file in git () 2020-09-27 09:26:26 -07:00
Eric Liang
b5ecdd088b
Deflake object manager test () 2020-09-26 18:33:02 -07:00
Richard Liaw
51038f2197
confirm ()
Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
2020-09-26 13:48:13 -07:00
Stephanie Wang
552ebdbeda
[Core] Announce worker port at end of constructor () 2020-09-25 21:56:00 -07:00
SangBin Cho
29663d89f1
[Placement Group] Remove warning msg for placement groups. ()
* Done.

* Addressed code review.

* Fixed typo.

* Addressed code review.
2020-09-25 20:53:42 -07:00
Eric Liang
8f79b4e45e
[rllib] Replay buffer size inaccurate with replay_seq_len option ()
* support replay seq len

* update

* fix warn

* add test

* test
2020-09-25 13:47:23 -07:00
SangBin Cho
8abe13023f
[Metric] Fix issue 10634 ()
* Fix.

* Revert "Fix."

This reverts commit 52c9c1ee646b551a4dd2b639c78be67683db2b1c.

* ADdressed code review.

* Addressed code review.
2020-09-25 09:11:05 -07:00
SangBin Cho
109481afd9
[Metric] custom metrics refinement ()
* In progress

* In Progress.

* Addressed code review.

* Add unit tests.

* Add a simple doc.

* Fixed test failure.

* Fix all test failures from serve.

* Addressed code review.
2020-09-25 09:10:28 -07:00
Eric Liang
609c1b8acd
Start moving ray internal files to _private module () 2020-09-24 22:46:35 -07:00
Ameer Haj Ali
3b6fe72029
Make the command runner interface public () 2020-09-24 22:45:17 -07:00
Amog Kamsetty
ee85cb31a5
[Tune] Fix Memory Leak ()
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-09-24 20:26:55 -07:00
Eric Liang
a26394d184
[tests] Blacklist failing win32 tests () 2020-09-24 20:15:28 -07:00
Richard Liaw
a563344bc2
[docs] remove ref to google groups -> github discussions () 2020-09-24 18:09:51 -07:00
Simon Mo
4f6e218a3d
Add a new _available_resources_per_node for state API () 2020-09-24 17:25:15 -07:00
Alex Wu
0f168bf2ef
[hotfix] Use ref in WorkerPool::TryKillingIdleWorkers () 2020-09-24 17:23:56 -07:00
Amog Kamsetty
3716fb1ca9
[Ray SGD] Fix hotfix test () 2020-09-24 14:14:03 -07:00
Amog Kamsetty
07bdf062b9
[Ray SGD] [Hotfix] Worker group hotfix () 2020-09-24 12:21:30 -07:00
SangBin Cho
8c241d5f1d
[Core] Use node ip address properly in ray.init ()
* Fix.

* Addressed code review.

* Addressed code review.
2020-09-24 11:44:52 -07:00
Ameer Haj Ali
4ac58d54d6
prepare for head node ()
Co-authored-by: Ameer Haj Ali <ameerhajali@ameers-mbp.lan>
2020-09-24 11:18:38 -07:00
Kai Fricke
d9c4dea7cf
[tune] strict metric checking () 2020-09-24 10:00:48 -07:00
SangBin Cho
5e6b887f2d
[Placement Group] Capture Child Task Part 1 ()
* In progress.

* In progers.

* Done.

* Addressed code review.

* Increase timeout to make a test less flaky.

* Addressed code review.

* Addressed code review.
2020-09-24 09:02:03 -07:00
Keqiu Hu
46a560e876
[cli][ray] ray start should error by default if there's already an instance running () 2020-09-24 10:29:59 -05:00
chaokunyang
842861b4fc
[Streaming] refine streaming tests sleep condition () 2020-09-24 17:06:55 +08:00
Amog Kamsetty
f42ab54112
[Docs] [Tune] Fix Tune Quick Start docs () 2020-09-24 00:28:01 -07:00
SongGuyang
f9b040db52
add log-dir to new dashboard () 2020-09-24 13:40:37 +08:00
DK.Pino
4fa6523e4e
[Core] Remove unnecessary if judgment ()
* Remove unnecessary if judgment

* format code style
2020-09-23 21:24:11 -07:00
fangfengbin
2a79571c29
[Placement Group] Optimize log ()
Co-authored-by: 灵洵 <fengbin.ffb@antfin.com>
2020-09-23 20:28:08 -07:00
Kai Yang
b251a445dd
[Core] Fix maximum_startup_concurrency caused by AnnounceWorkerPort ()
* Fix maximum_startup_concurrency caused by AnnounceWorkerPort

* Address comment

* Update src/ray/raylet/worker_pool.h

Co-authored-by: Eric Liang <ekhliang@gmail.com>

Co-authored-by: Eric Liang <ekhliang@gmail.com>
2020-09-23 20:27:44 -07:00
Amog Kamsetty
52e1495e30
[Ray SGD] TorchTrainable pre 0.8.7 deprecation warning ()
* torch trainable add pre 0.8.7 backwards compat

* raise instead

* Update python/ray/util/sgd/torch/torch_trainer.py
2020-09-23 18:19:43 -07:00
Ian Rodney
4c3f09094a
[docs] redis-port -> port () 2020-09-23 17:04:13 -07:00
SangBin Cho
cebab8886e
[Placement group] Refine doc () 2020-09-23 16:26:32 -07:00
Alex Wu
295782d411
[New Scheduler] Refactor cluster resource scheduler () 2020-09-23 15:46:31 -07:00
Eric Liang
ecdaaffc67
add large data warning () 2020-09-23 15:46:06 -07:00
Allen
567009d5fd
[Autoscaler] Fix k8s command runner when command fails ()
Co-authored-by: Allen Yin <allenyin@anyscale.io>
2020-09-23 13:25:49 -07:00
SangBin Cho
7931b6ce2e
Fix placement group bug failing in release test () 2020-09-23 12:37:28 -07:00
Kai Fricke
5921e87ecd
[tune] Only add new trial when there is no pending trial () 2020-09-23 11:08:12 -07:00
Amog Kamsetty
7dbd0ff824
fix example () 2020-09-23 10:33:19 -07:00
fangfengbin
a260e66016
[Placement Group]Fix CommitResources crash bug () 2020-09-23 17:24:53 +08:00
SangBin Cho
390107b6cb
[Core] Allow to pass node ip address to gcs server. ()
* Allow to pass node ip address to gcs server.

* Fix.

* Addressed code review.

* Fixed an error.

* Addressed code review.
2020-09-23 01:52:26 -07:00
Michael Luo
ba5a3ae9e2
Enable vtrace by default () 2020-09-22 22:18:21 -07:00
Lee moon soo
df4c3abe30
[autoscaler] Staroid node provider () 2020-09-22 21:25:29 -07:00
Amog Kamsetty
4872ffb44c
[Tune] Upgrade Tune tests to TF v2.2 () 2020-09-22 18:30:05 -07:00
Simon Mo
7fbe076813
[Serve] Unwrap Flask Request from ServeHandle () 2020-09-22 12:44:23 -07:00
Simon Mo
970fc37173
[Serve] Update architecture.svg () 2020-09-22 12:43:02 -07:00
Simon Mo
3c1a7c2954
[Doc][Serve] Update middleware docs for serve.client () 2020-09-22 11:03:32 -07:00