1
0
Fork 0
mirror of https://github.com/vale981/ray synced 2025-03-15 07:36:38 -04:00
Commit graph

7233 commits

Author SHA1 Message Date
krfricke
16486a8df3
[tune] Add OptunaSearcher wrapper around Optuna samplers ()
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
Co-authored-by: Kai Fricke <kai@anyscale.com>
2020-08-12 16:13:22 -07:00
Richard Liaw
7a8b922841
[tune] hotfix log_once () 2020-08-12 12:40:22 -07:00
Simon Mo
bb9ef511da
Use the right bucket for travis logs () 2020-08-12 11:46:49 -07:00
SangBin Cho
2cb79632e4
Revert "[Core] Add cached memory to available memory ()" ()
This reverts commit 71d2bde458.
2020-08-12 11:24:16 -05:00
Eric Liang
7e3e4cd321
[rllib] Execution plan API documentation ()
* wip

* updte

* comments
2020-08-11 23:58:41 -07:00
Richard Liaw
5560272556
[cli] install nightly wheels via ray install-nightly () 2020-08-11 20:08:22 -07:00
fangfengbin
701e26e0af
[GCS]Add node realtime resource view () 2020-08-12 10:52:17 +08:00
Simon Mo
f1ede1099f
[Hotfix] Pin opencv-python-headless==4.3.0.36 () 2020-08-11 15:58:18 -07:00
Ameer Haj Ali
82cdcff898
Removing kwargs & SSHOptions args from command runners () 2020-08-11 15:09:49 -07:00
Lixin Wei
71d2bde458
[Core] Add cached memory to available memory ()
* add cached memory to available memory

* format

* bug fixed
2020-08-11 15:07:00 -07:00
Zhuohan Li
a6fed4820e
[Core] Preliminary implementation of ownership-based object directory () 2020-08-11 15:04:13 -07:00
krfricke
221fdc0774
[tune] fix flaky PBT replay test ()
Co-authored-by: Kai Fricke <kai@anyscale.com>
2020-08-11 14:17:31 -07:00
SangBin Cho
946ae74817
[GCS Actor Management] Race condition around creating -> created phase. ()
* Fix the issue.

* Address a code review.
2020-08-11 12:31:27 -07:00
yncxcw
32cd94b750
[Core] Do not convert gpu id to int ()
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-08-11 12:09:46 -07:00
Maksim Smolin
d6226b80bb
[cli] CliLogger typing () 2020-08-11 12:00:57 -07:00
Simon Mo
5b4a10368f
Upload Travis in after_script phase ()
The deploy phase is skipped when script/tests fails. This prevent us
from uploading failed result to S3.

This PR change it to after_script phase and the secret is injected
via Travis Env Var.

https://docs.travis-ci.com/user/job-lifecycle/
2020-08-11 11:46:00 -07:00
Ian Rodney
98126a84af
[docker] Remove port flags () 2020-08-11 11:43:56 -07:00
Simon Mo
4c52adddfa
[Core] Type check ObjectRef ()
* Type check ObjectRef

* Bug fix

* Port typing tests to bazel test
2020-08-11 10:38:29 -07:00
Richard Liaw
98df612010
[tune] option to raise on error () 2020-08-11 09:59:04 -07:00
Maksim Smolin
40b8e35d61
[cli] New logging for the rest of the ray commands ()
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-08-11 09:58:23 -07:00
Amog Kamsetty
4f8fef134e
[Tune] Remove checkpoint_at_end from tune+serve docs () 2020-08-11 09:05:57 -07:00
Basasuya
0400a88bf1
[EVENT] Basic Function and Definition () 2020-08-11 17:36:07 +08:00
Simon Mo
65848201c3
Hotfix travis deploy step for bazel log uploads () 2020-08-10 20:50:50 -07:00
Kai Yang
3bc17fa62a
[Core] Multi-tenancy: Pass env variables from job config to worker processes () 2020-08-10 14:31:37 -07:00
Simon Mo
df676bc9aa
Upload bazel test logs to S3 () 2020-08-10 14:26:31 -07:00
Amog Kamsetty
856d4a0533
[Tune] Better error when using checkpoint_freq () 2020-08-10 13:52:46 -07:00
Richard Liaw
be8e63d477
[tune] support resume for search algorithms () 2020-08-10 13:43:14 -07:00
mehrdadn
5331c30e35
Improve Clang-IWYU to automatically make #include fixes ()
Co-authored-by: Mehrdad <noreply@github.com>
2020-08-10 12:49:58 -07:00
krfricke
7301733a1f
[tune] Close logfile contexts ()
Co-authored-by: Kai Fricke <kai@anyscale.com>
2020-08-10 12:40:40 -07:00
PidgeyBE
6ad2fc4831
[autoscaler] Service and Ingress per worker pod () 2020-08-10 14:13:52 -05:00
Alex Wu
2ebf76c7a3
[New Scheduler] Additional unit tests () 2020-08-10 11:44:06 -07:00
Sven Mika
4b10bdf8fc
[RLlib] rollout.py - Add multi-agent test case. () 2020-08-10 19:44:23 +02:00
SangBin Cho
10baecb8c2
Try to fix. () 2020-08-10 10:05:43 -07:00
SangBin Cho
eb6b10221e
Increase the num of trials to reduce the probability of failing sample_test () 2020-08-10 10:05:33 -07:00
Maksim Smolin
0392bb7a72
[Autoscaler] Command Output Improvement ()
* cross-platform prototype

* checkpoint

* Address PR comments

* format

* prepare to push

* format

* PR comments

* fixes

* fixtest

* Revert "fixtest"

This reverts commit d6f54353e1b891c784417bb8d0304c18cc5bcdd8.

* return-result

Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-08-10 09:49:24 -07:00
Kai Yang
37821f0b4c
Support unlimited JVM options () 2020-08-10 16:08:33 +08:00
Ian Rodney
7b87da7f03
Properly call mkdir on rsync () 2020-08-09 21:31:28 -07:00
fangfengbin
26b36a1982
Optimize node register&worker failure log () 2020-08-10 11:41:45 +08:00
fangfengbin
a2bfdcbf24
[Placement Group]Trigger placement group scheduling when a new node is added () 2020-08-10 10:56:17 +08:00
qicosmos
83e4501cf6
Update com_github_nelhage_rules_boost version in ray_deps_setup.bzl ()
support boost.dll
2020-08-10 10:34:48 +08:00
Alan Guo
646835d292
[autoscaler] Throw error with missing cluster_synced_files. ()
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-08-07 23:07:09 -07:00
Richard Liaw
328b450cde
[tune] fix testing for serve-tune test breaking () 2020-08-07 23:05:18 -07:00
SangBin Cho
39088ab6f2
[Stats] Metrics Export User Interface Part 2 (Prometheus Service Discovery) ()
* In progress.

* In Progress.

* Finish the working version.

* Write a documentation.

* Addressed code review.

* Fix lint error.

* Lint.

* Addressed code review. Make test less flaky.

* Use a random port for ray start.

* Modify doc.

* Make write atomic.
2020-08-07 21:59:24 -07:00
Richard Liaw
d3cde16163
hotfix () 2020-08-07 21:44:10 -07:00
Max Fitton
d9822e04d4
[Dashboard] Switch to using the correct actor ID as a react key for each actor entry in the actors list in the logical view. This fixes a bug where duplicate actor entries were being rendered in the UI ()
Co-authored-by: Max Fitton <max@semprehealth.com>
2020-08-07 20:46:06 -07:00
Richard Liaw
a438cbd1e8
[tune] reorder transformer example save ()
Co-authored-by: Amog Kamsetty <amogkam@users.noreply.github.com>
2020-08-07 20:29:04 -07:00
Barak Michener
8e76796fd0
ci: Redo format.sh --all script & backfill lint fixes () 2020-08-07 16:49:49 -07:00
Barak Michener
1d01c668f0
rpc: Core Worker client pool () 2020-08-07 16:34:29 -07:00
krfricke
dee3322ab0
[tune] Ray Tune + Serve end-to-end integration example ()
Co-authored-by: Kai Fricke <kai@anyscale.com>
2020-08-07 15:32:49 -07:00
Alex Wu
a54d3a1cee
[Autoscaler] Run resource demand scheduler in CI ()
* .

* .
2020-08-07 13:30:39 -07:00