Amog Kamsetty
71926ad043
[Docs] Fix Dependencies for Pong example ( #15978 )
2021-05-24 10:25:16 -07:00
Eric Liang
810f5c803a
Disable flaky object spilling test on OSX & adjust test timeouts ( #15986 )
...
* blacklist
* move it
* adjust according to bazel timeouts
* fix build
* move to large
* Update BUILD
2021-05-24 09:49:59 -07:00
dependabot[bot]
7a425be59f
[tune](deps): Bump smart-open in /python/requirements/tune ( #16001 )
...
Bumps [smart-open](https://github.com/piskvorky/smart_open ) from 4.2.0 to 5.0.0.
- [Release notes](https://github.com/piskvorky/smart_open/releases )
- [Changelog](https://github.com/RaRe-Technologies/smart_open/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/piskvorky/smart_open/compare/v4.2.0...v5.0.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-22 10:24:46 -07:00
Alex Wu
b81bdd8aee
[client] Local client builder ( #15935 )
2021-05-22 10:11:41 -07:00
Eric Liang
ba45e41b4d
Mark runtime_env_complicated, test_object_spilling as flaky, unmark test_scheduling
2021-05-21 16:16:11 -07:00
Amog Kamsetty
47cd075829
[Tune] Ray Client support for examples & CI ( #15932 )
...
Out of the box Ray Client support for Tune examples. Also add key examples with Ray Client to run in CI
2021-05-21 15:33:43 -07:00
architkulkarni
02f21653cc
[Core] Automatically inject ray and python version in runtime_env ( #15958 )
2021-05-21 17:15:52 -05:00
Ian Rodney
9bdd2cbe49
Revert "Revert "[Core] minor refactor for usability of runtime_env ( #15965 )" ( #15985 )" ( #15987 )
2021-05-21 14:57:44 -07:00
Eric Liang
ec522a2d46
Revert "[Core] minor refactor for usability of runtime_env ( #15965 )" ( #15985 )
...
This reverts commit 0a7ba95e42
.
2021-05-21 11:57:38 -07:00
architkulkarni
0a7ba95e42
[Core] minor refactor for usability of runtime_env ( #15965 )
...
* minor refactor for usability of runtime_env
* remove job_config changes
2021-05-21 09:02:32 -07:00
Edward Oakes
b6a79445fe
[serve] Fix some test sizes to avoid bazel warnings ( #15959 )
2021-05-21 10:11:46 -05:00
Ian Rodney
6add438929
[client] Start Specific Server's in separate Conda environments ( #15926 )
...
* conda support
* test multiple ray.init called
* additional testing
* test for proxy_manager
* better error message
* pass in session_dir
* unit tests
* fix test_runtime_env_complicated
* clean up proxier
* respond to comments
* try finally blocks
* fix up test_client_proxy
* small modifications to tests
* additional test
* fix tests
* lintfix
2021-05-21 01:01:57 -07:00
Eric Liang
29aa336a4d
Revert "[Object spilling] Avoid worker crash when an object is spille… ( #15964 )
...
This reverts commit 061e3fbde3
.
2021-05-20 21:17:59 -07:00
Edward Oakes
d339c8734e
Fix duplicate log messages when ray.shutdown() and ray.init() are called repeatedly ( #15957 )
2021-05-20 22:27:54 -05:00
Edward Oakes
82410f20b2
[serve] Add warning + docstring for anonymous namespaces ( #15921 )
2021-05-20 22:27:15 -05:00
architkulkarni
64fdac83a7
[Core] Add minimal support for pip in runtime env ( #15927 )
2021-05-20 20:47:16 -05:00
Kai Yang
061e3fbde3
[Object spilling] Avoid worker crash when an object is spilled right after being restored ( #15903 )
...
* Fix check failure when memory pressure is high
* Add test
* lint
2021-05-20 18:36:11 -07:00
Simon Mo
32f9d2287b
[Core] Fix asyncio actor exit. ( #15925 )
2021-05-20 17:21:58 -07:00
Simon Mo
cce5007285
Revert "[CI] Remove wheel renaming code path. ( #15952 )" ( #15954 )
...
This reverts commit 42bbde2987
.
2021-05-20 15:44:53 -07:00
Simon Mo
b130613143
[Serve] Latency improvement by using pickle ( #15945 )
2021-05-20 15:20:58 -07:00
Frank Luan
c87b76632d
[plasma] Reset OOM timer as objects are being spilled ( #15431 )
...
* Fix deserializer in metrics.Counter
* Fix restore_spilled_objects() for external object spilling
* WIP reset OOM timer
* Add test
* Revert style change
* pytest
* Simplify test
* Fix test
* Make tests faster
2021-05-20 13:13:54 -07:00
Alex Wu
ec997c0145
[client] Client builder API namespace support ( #15934 )
...
* add namespace to client
* done?
* address comments
Co-authored-by: Alex <alex@anyscale.com>
2021-05-20 12:36:05 -07:00
Simon Mo
42bbde2987
[CI] Remove wheel renaming code path. ( #15952 )
...
pypa/manylinux2014_x86_64 was updated 05-20-2021 and the wheels
produced already have manylinux in them. So the renaming will
only change the name to `manymanylinux20142014`.
2021-05-20 12:21:46 -07:00
Micah Yong
52eb41d881
[core] Use immutable keys for _future_to_actor in ActorPools.py ( #15402 )
...
* Use immutable keys for _future_to_actor in ActorPools.py
* Add corresponding test for multiple returns
* Lint and format
2021-05-20 10:05:42 -07:00
YeahNew
9a93dd9682
Adding a RaySGD and DGL ( Deep Graph Library) integration example(gat… ( #15718 )
...
* Adding a RaySGD and DGL ( Deep Graph Library) integration example(gat_dgl.py)
* Update gat_dgl.py
* Update gat_dgl.py
* Update gat_dgl.py
* the gat_dgl.py has been formated by the format.sh script
* delet useless code in the gat_dgl.py
* add 'import numpy as np', modified the output form of accuracy in the validate method
* Modified the code for better readability and added the README.md file
* Update README.md
* Update README.md
* Update README.md
* updates
* formatting
Co-authored-by: YeahNew <1650996069@qq.com>
Co-authored-by: Amog Kamsetty <amogkamsetty@yahoo.com>
2021-05-20 08:47:19 -07:00
Yi Cheng
874558e813
[runtime env] Put runtime env into runtime context; ( #15895 )
2021-05-20 08:08:45 -07:00
Jae Sim
d042aa6d73
[serve] Add optional prev_version
check to .deploy()
for users to avoid race conditions ( #15821 )
2021-05-20 09:43:22 -05:00
dependabot[bot]
dde7cbd288
[tune](deps): Bump tune-sklearn from 0.2.1 to 0.3.0 in /python/requirements/tune ( #15852 )
...
* [tune](deps): Bump tune-sklearn in /python/requirements/tune
Bumps [tune-sklearn](https://github.com/ray-project/tune-sklearn ) from 0.2.1 to 0.3.0.
- [Release notes](https://github.com/ray-project/tune-sklearn/releases )
- [Commits](https://github.com/ray-project/tune-sklearn/compare/v0.2.1...v0.3.0 )
Signed-off-by: dependabot[bot] <support@github.com>
* split test_torch
* lint
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amog Kamsetty <amogkamsetty@yahoo.com>
2021-05-19 16:01:35 -07:00
dependabot[bot]
493dbd1602
[tune](deps): Bump mlflow in /python/requirements/tune ( #15853 )
...
Bumps [mlflow](https://github.com/mlflow/mlflow ) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/mlflow/mlflow/releases )
- [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/mlflow/mlflow/compare/v1.16.0...v1.17.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amog Kamsetty <amogkamsetty@yahoo.com>
2021-05-19 15:59:45 -07:00
Simon Mo
7a5981f244
[Serve] Feature flag and turn off placement group usage. ( #15865 )
2021-05-19 15:43:46 -07:00
Ian Rodney
4825f1b2a5
[client] One Driver per RayClient Server ( #15923 )
2021-05-19 15:40:49 -07:00
dependabot[bot]
8a9bebb5e4
[tune](deps): Bump timm from 0.3.2 to 0.4.5 in /python/requirements ( #15824 )
...
* [tune](deps): Bump timm from 0.3.2 to 0.4.5 in /python/requirements
Bumps [timm](https://github.com/rwightman/pytorch-image-models ) from 0.3.2 to 0.4.5.
- [Release notes](https://github.com/rwightman/pytorch-image-models/releases )
- [Changelog](https://github.com/rwightman/pytorch-image-models/blob/master/docs/changes.md )
- [Commits](https://github.com/rwightman/pytorch-image-models/commits/v0.4.5 )
Signed-off-by: dependabot[bot] <support@github.com>
* updates
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amog Kamsetty <amogkamsetty@yahoo.com>
2021-05-19 14:29:34 -07:00
architkulkarni
c3d06697bb
[Core] Add dynamic conda env install in shim process ( #15881 )
2021-05-19 15:46:42 -05:00
Edward Oakes
a116875abc
[serve] Add properties + docstring + test for Deployment class ( #15917 )
2021-05-19 14:44:00 -05:00
Eric Liang
836c739fe5
Revert "[client] One Driver per RayClient Server ( #15875 )" ( #15922 )
...
This reverts commit 97d1414f23
.
2021-05-19 11:58:29 -07:00
Chris K. W
df58c9c7f7
[autoscaler][aws] deprecate worker_nodes and head_node ( #15584 )
...
Co-authored-by: Ian Rodney <ian.rodney@gmail.com>
Co-authored-by: Chris Wong <cwong@anyscale.com>
Co-authored-by: Dmitri Gekhtman <dmitri.m.gekhtman@gmail.com>
2021-05-19 11:54:29 -07:00
Dmitri Gekhtman
a7a5a2b2b7
[autoscaler][kubernetes][minor][hotfix] Fix havoc-wreaking typo ( #15916 )
2021-05-19 13:52:26 -05:00
dependabot[bot]
c164e73c7c
[tune](deps): Bump gluoncv in /python/requirements/tune ( #15845 )
...
Bumps [gluoncv](https://github.com/dmlc/gluon-cv ) from 0.9.1 to 0.10.1.post0.
- [Release notes](https://github.com/dmlc/gluon-cv/releases )
- [Commits](https://github.com/dmlc/gluon-cv/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-19 10:35:30 -07:00
Edward Oakes
2267befe27
[serve] Fix bug where placement group was always detached even in non-detached instances ( #15885 )
2021-05-19 12:22:58 -05:00
Eric Liang
2dc4198210
Increase the raylet start wait timeout to accomodate plasma preallocation ( #15860 )
...
* update
* add doc
* update
* quick fix
* no spam
* fix
2021-05-19 09:39:25 -07:00
Ian Rodney
97d1414f23
[client] One Driver per RayClient Server ( #15875 )
2021-05-19 09:03:09 -07:00
architkulkarni
c636bc3065
[Serve] [Core] Fix serve on Windows by disabling runtime env on Windows ( #15838 )
2021-05-19 10:58:40 -05:00
SangBin Cho
29e9ad01e2
Fix ray memory command broken with RAY_ADDRESS='auto'. ( #15892 )
2021-05-18 22:06:17 -07:00
Kathryn Zhou
891648ea9e
Bump OpenTelemetry version & bug fix ( #15791 )
2021-05-18 17:06:43 -07:00
dependabot[bot]
4c8813f2e8
[RLlib](deps): Bump pettingzoo in /python/requirements/rllib ( #15846 )
...
Bumps [pettingzoo](https://github.com/PettingZoo-Team/PettingZoo ) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/PettingZoo-Team/PettingZoo/releases )
- [Commits](https://github.com/PettingZoo-Team/PettingZoo/compare/1.8.1...1.8.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-18 11:25:52 +02:00
architkulkarni
194c5e3a96
[Core] Cache workers by runtime_env in worker pool ( #15782 )
...
* pass RuntimeEnv in task spec as opaque string
* lint
* set correct empty value for json: "{}" not ""
* add comment for field in proto
* fix worker pool test by checking both "" and "{}"
* add RAY_CHECK todo
* make dict empty if all values null
* remove unnecessary ser/de
* fix
* address comments
* add WorkerCacheKey with hash function
* clean up
* add naive impl., dedicated workers never killed
* put dedicated workers in idle_of_all_languages
* pipe env hash from worker.py -> Worker
* fully pipe through hash, basic cache test passing
* use int type for runtime env hash
* convert Worker env hash type from size_t to int
* fix
* add method to MockWorker to fix cpp tests
* make compatible with java streaming test
* restore old dynamic_options code to fix java test
* address comments
* add comment about sorting before hash
* add comments for private members of WorkerCacheKey
2021-05-18 00:19:27 -07:00
Yi Cheng
863532af0a
[core] API for pre-run customized functions ( #15749 )
...
* run customer setup fn
* fix
* lint
* skip on w32
* fix comment
* up
* up
2021-05-17 22:52:36 -07:00
Alex Wu
69f228d22d
[core] Record actor+job start/end times and metadata ( #15803 )
2021-05-17 21:38:39 -07:00
Frank Luan
0dc34566fe
Refactor raylet to allocate+write+seal one return object at a time ( #15757 )
...
* Refactor raylet to allocate+write+seal one return object at a time
* Fix build
* Fix C++ and Java runtime
* Skip Windows testing
* Fix java and cpp runtime
* Fix warnings
* Fix cpp and java tests
* Fix cpp and java runtime
Co-authored-by: Stephanie Wang <swang@cs.berkeley.edu>
2021-05-17 20:06:08 -07:00
Dmitri Gekhtman
95c3d88cac
[autoscaler][kubernetes] Helm chart ( #15614 )
2021-05-17 16:55:10 -07:00