1
0
Fork 0
mirror of https://github.com/vale981/ray synced 2025-03-19 09:36:40 -04:00
Commit graph

11537 commits

Author SHA1 Message Date
Tao Wang
eed0ffc6ff
[Core]Align storage of session_dir in java/python so it can be accessed u… ()
* Align storage of session_dir in java/python so they can be accessed using internal kv manager

* align cpp
2021-07-12 17:42:13 +08:00
qicosmos
298d2afc35
[Ray Log] remove glog dependency () 2021-07-12 17:06:52 +08:00
gurunath
e3966f59e3
[tune] explicitly raising tune import Error “[tune]” ()
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2021-07-11 23:40:10 -07:00
Antoni Baum
0935ec30d0
[tune] Add information about environment variables to tune.run docstring () 2021-07-11 17:20:17 -07:00
Sven Mika
55a90e670a
[RLlib] Trainer.add_policy() not working for tf, if added policy is trained afterwards. () 2021-07-11 23:41:38 +02:00
Chen Shen
667f53a0a2
add stress test () 2021-07-11 09:59:41 -07:00
Alex Wu
b08795582b
Disable runtime envs in scalability envelope ()
Co-authored-by: Alex Wu <alex@anyscale.com>
2021-07-11 09:53:15 -07:00
Julius Frost
a88b217d3f
[rllib] Enhancements to Input API for customizing offline datasets ()
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2021-07-10 15:05:25 -07:00
Francesco Stranieri
01c533c171
[rlib] Independent bound for each dimension AssertionError ()
* Fix AssertionError for Box space type

Restored support for Box space type with independent bound for each dimension.

* Removed unnecessary assertion for Box space type
2021-07-10 14:48:35 -07:00
Scott Graham
3334357c58
[autoscaler] [azure] Fix Azure Autoscaling Failures ()
Co-authored-by: Scott Graham <scgraham@microsoft.com>
2021-07-10 11:55:00 -07:00
SangBin Cho
33e319e9d7
[Tests] Remove app level error from nightly tests ()
* Completed

* Fix tests

* increase the node wait timeout

Signed-off-by: SangBin Cho <rkooo567@gmail.com>
2021-07-09 12:20:42 -07:00
fyrestone
66ea099897
[Dashboard][event] Basic event module ()
* Basic event module

* Fix comments

* Set the SCAN_EVENT_DIR_INTERVAL_SECONDS defaults to 2

* Fix lint

* Fix lint

* Clean code

* Try to fix flaky

* Fix test

* Disable event module by default

Co-authored-by: 刘宝 <po.lb@antfin.com>
2021-07-09 10:25:30 -07:00
Nikita Vemuri
6d36d7ed7e
[Serve] Call FastAPIWrapper class constructor before startup hooks ()
* run constructor before startup hooks

* address comments

Co-authored-by: Nikita Vemuri <nikitavemuri@nikitas-mbp.attlocal.net>
2021-07-09 09:39:32 -07:00
Dmitri Gekhtman
27a9ae5e13
[autoscaler][gcp] Retry GCP BrokenPipeError () 2021-07-08 13:54:29 -07:00
Maxim Egorushkin
9cb5c9a422
Never convert trial_id to float when loading progress.csv. ()
* Never convert trial_id to float when loading progress.csv.

* Formatting updated.

Co-authored-by: Maxim Egorushkin <maxim.egorushkin@gmail.com>
2021-07-08 11:06:11 -07:00
Sven Mika
7862dd64ea
[RLlib] Fix bug in policy.py: normalize_actions=True has to call unsquash_action, not normalize_action. () 2021-07-08 17:31:34 +02:00
Sven Mika
9f6a92163b
[RLlib] Remove old UsageTrackingDict code. () 2021-07-08 17:27:52 +02:00
SongGuyang
560fd15568
[C++ worker] support build and add C++ worker to python wheel () 2021-07-08 14:42:26 +08:00
matthewdeng
264e2df7e2
[release] update modin_xgboost_test to use anyscale connect () 2021-07-07 22:37:41 -07:00
Clark Zinzow
cc215353e2
[Datasets] Adds Dataset.iter_batches(). () 2021-07-07 22:01:20 -07:00
Frank Luan
7c0320175c
Actor fix () 2021-07-07 20:51:36 -07:00
Clark Zinzow
9358dd4bc2
[Datasets] Port JSON and CSV readers to datasource API. ()
* Port JSON and CSV readers to datasource API.

* Formatting.

* Moved datasources to datasource dir, created shared FileBasedDatasource.

* Confirm that accessing dataset schema raises an error.

* Formatting.

* Return None for unknown metadata instead of raising an error.

* Feedback.
2021-07-07 20:32:04 -07:00
Chen Shen
ae6e5db927
Fix minor message in plasma () 2021-07-07 20:30:59 -07:00
Kai Yang
e925051ce4
[Core] Get node to connect for driver in global state accessor () 2021-07-08 11:21:12 +08:00
Amog Kamsetty
3c482cd6c8
Skip more test_deploy tests on OSX ()
* skip more

* skip more
2021-07-07 16:53:21 -07:00
Simon Mo
f4671d55d8
Bump log monitor's sleep duration to 0.1s ()
We observed in long running serving scenarios the log monitor
consistently uses 10% of cpus when there is no new lines. Hopefully
this new sleep duration should shrink that usage
2021-07-07 15:41:34 -07:00
Chen Shen
0421fa188e
[core] use fallocate for fallback allocation to avoid SIGBUS () 2021-07-07 14:50:11 -07:00
Dmitri Gekhtman
2f42b0c4b9
[kubernetes] K8s keep gpu zero override () 2021-07-07 13:45:34 -07:00
Chen Shen
dbd3260141
[core] Deprecate QuotaAwareEvictionPolicy () 2021-07-07 13:44:41 -07:00
Eric Liang
3b9f6ccc5e
Remove autoinit from ray.data () 2021-07-07 13:44:10 -07:00
Thomas J. Fan
ead03c5d29
[doc] Allows xgboost_ray documentation to be rendered () 2021-07-07 10:45:33 -07:00
Amog Kamsetty
b79ef3ba0f
[Serve] Skip more test_deploy tests on OSX () 2021-07-07 10:44:01 -07:00
Antoni Baum
8f41a34079
[tune] Placement group manager fixes ()
Co-authored-by: Kai Fricke <kai@anyscale.com>
2021-07-07 10:42:19 -07:00
Antoni Baum
b737b2a877
[joblib] Improved object store management for Pool ()
* Improved object store management for Pool

* Update docs, hints

* Add test

* Nit

* Nit
2021-07-07 10:39:18 -07:00
Amog Kamsetty
5c589debfa
Revert "Set runs_per_test_detect_flakes for core tests on master ()" ()
This reverts commit 44042519af.
2021-07-07 10:25:46 -07:00
Dmitri Gekhtman
c6497c6520
[client][test] Client multiprocessing tests + client api minor fix () 2021-07-07 09:47:27 -07:00
Tao Wang
34422ef53f
[Doc]Add statement for supporting remtoe redis ()
* [Doc]Add statement for supporting remtoe redis

* Update doc/source/cluster/cloud.rst

Co-authored-by: Alex Wu <itswu.alex@gmail.com>

Co-authored-by: Alex Wu <itswu.alex@gmail.com>
2021-07-07 00:37:06 -07:00
Eric Liang
639a29437b
Add debug message to buffer check fail () 2021-07-06 23:37:51 -07:00
mwtian
18d126192e
Deprecate StringIdMap::Remove() () 2021-07-06 22:46:25 -07:00
SangBin Cho
33a2213c6f
Add another large scale shuffle test to verify stability () 2021-07-06 22:24:00 -07:00
Eric Liang
03f99100ea
Enable ray auto init by default () 2021-07-06 21:56:32 -07:00
Eric Liang
d956ca1b54
Add decision tree test to nightly builds () 2021-07-06 20:49:04 -07:00
Eric Liang
ca083e16d4
[dataset] Fix conversion to pyarrow tables in several transforms () 2021-07-06 20:40:57 -07:00
matthewdeng
23088bd7ea
[release] update torch_tune_serve_test to use anyscale connect ()
* [release] update torch_tune_serve_test to use anyscale connect

* use download_results to download model checkpoint

* clean up code to support both OSS and Anyscale
2021-07-06 19:02:50 -07:00
Amog Kamsetty
7318a212fb
[Serve] Skip test_redeploy_multiple_replicas on OSX () 2021-07-06 18:58:36 -07:00
Eric Liang
5a94632f8d
Revert the gRPC-based resource broadcast due to check failures during cluster autoscaling () 2021-07-06 18:47:02 -07:00
Eric Liang
44042519af
Set runs_per_test_detect_flakes for core tests on master () 2021-07-06 18:46:48 -07:00
SangBin Cho
74c9fa0650
Update unclear named actor doc & namespace ()
* Update the named actor documentation

* Update the doc

* Update doc/source/actors.rst

* Move note to the end of the block not the beginning

Co-authored-by: Alex Wu <itswu.alex@gmail.com>
2021-07-06 15:51:29 -07:00
Eric Liang
7e52fde8a3
Fix num returns error message () 2021-07-06 14:57:26 -07:00
Richard Liaw
38496b1765
Allow feature requests in Github Issues ()
Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
2021-07-06 14:12:23 -07:00