SangBin Cho
33a2213c6f
Add another large scale shuffle test to verify stability ( #16902 )
2021-07-06 22:24:00 -07:00
Eric Liang
03f99100ea
Enable ray auto init by default ( #16861 )
2021-07-06 21:56:32 -07:00
Eric Liang
d956ca1b54
Add decision tree test to nightly builds ( #16912 )
2021-07-06 20:49:04 -07:00
Eric Liang
ca083e16d4
[dataset] Fix conversion to pyarrow tables in several transforms ( #16916 )
2021-07-06 20:40:57 -07:00
matthewdeng
23088bd7ea
[release] update torch_tune_serve_test to use anyscale connect ( #16754 )
...
* [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 ( #16915 )
2021-07-06 18:58:36 -07:00
Eric Liang
5a94632f8d
Revert the gRPC-based resource broadcast due to check failures during cluster autoscaling ( #16910 )
2021-07-06 18:47:02 -07:00
Eric Liang
44042519af
Set runs_per_test_detect_flakes for core tests on master ( #16863 )
2021-07-06 18:46:48 -07:00
SangBin Cho
74c9fa0650
Update unclear named actor doc & namespace ( #16903 )
...
* 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 ( #16865 )
2021-07-06 14:57:26 -07:00
Richard Liaw
38496b1765
Allow feature requests in Github Issues ( #16892 )
...
Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
2021-07-06 14:12:23 -07:00
Amog Kamsetty
503b748d64
Revert "Revert "[Java] upgrade jar deps to fix cves" ( #16889 )" ( #16899 )
...
This reverts commit f2308a0cdf
.
2021-07-06 14:00:50 -07:00
Amog Kamsetty
39d60f62d2
[hotfix] fix material-ui version once more ( #16901 )
2021-07-06 13:57:34 -07:00
Kai Fricke
10fd7111b3
[rllib] Improve test learning check, fix flaky two step qmix ( #16843 )
2021-07-06 19:39:12 +01:00
Simon Mo
b11b35aa45
hotfix material-ui version again ( #16897 )
2021-07-06 11:08:57 -07:00
Amog Kamsetty
d5ac5c45ea
[Dashboard] Pin material-ui/lab
dependency ( #16890 )
2021-07-06 10:49:10 -07:00
Amog Kamsetty
f2308a0cdf
Revert "[Java] upgrade jar deps to fix cves" ( #16889 )
...
This reverts commit 25666fff81
.
2021-07-06 10:33:31 -07:00
Stefan Schneider
d4babd69c1
[windows] correct symlinks for files (node.py) ( #16817 )
2021-07-06 10:01:13 -07:00
Amog Kamsetty
ecb632140f
Revert "RockPaperScissors Pettingzoo" ( #16886 )
...
This reverts commit bf3e3225b6
.
2021-07-06 09:43:47 -07:00
Dmitri Gekhtman
a27a8172cc
[autoscaler] Handle node type key change/deletion ( #16691 )
2021-07-06 09:06:58 -07:00
chaokunyang
25666fff81
[Java] upgrade jar deps to fix cves ( #16870 )
2021-07-06 09:04:21 -07:00
Kai Fricke
4178655ba7
[tune] Pass custom sync_to_cloud
templates to durable trainables ( #16739 )
2021-07-06 09:50:59 +01:00
Eleven Liu
e250abf689
[tune] Sort top results by metric ( #16576 )
2021-07-06 08:59:31 +01:00
Eric Liang
4af36faea1
[docs] Cleanup workflow api.py pydoc and spell out ObjectRef for clarity ( #16857 )
...
* cleanup types
* docs
* clarify
2021-07-06 00:59:06 -07:00
Rodrigo de Lazcano
bf3e3225b6
RockPaperScissors Pettingzoo ( #16725 )
2021-07-05 09:52:08 -07:00
Kai Yang
7c21be5450
[Object spilling] Clean up spilled objects on disk when Raylet starts ( #16669 )
2021-07-05 12:01:25 +08:00
J K Terry
973a7a3ffa
fix link ( #16864 )
2021-07-03 15:34:31 -07:00
Eric Liang
172b54382d
Fix log level on push failure ( #16862 )
2021-07-03 14:14:37 -07:00
Vince Jankovics
63ce4b4e97
[tune] Fix step for MLflow log_trial_result ( #16840 )
...
* Fix step for MLflow log_trial_result
* fix test
* lint
Co-authored-by: Amog Kamsetty <amogkamsetty@yahoo.com>
2021-07-03 10:06:45 -07:00
Julius Frost
7842bda50a
[rllib] Fix to allow input strings that are not file paths ( #16830 )
2021-07-03 01:12:47 -07:00
Yi Cheng
4bb3883a73
[dataset] deduct filesystem automatically ( #16762 )
2021-07-03 00:50:59 -07:00
Siyuan (Ryans) Zhuang
122bf309fa
[Workflow] Workflow management - Part I ( #16838 )
...
* refactoring
* share fate with the driver
* move TODOs to correct locations
* disable objectref test
* test raise exception when use object ref as inputs
2021-07-02 22:12:45 -07:00
Qing Wang
b9a3ab73b6
Fix Java driver log error ( #16832 )
...
* Fix
* Silence initial logs.
2021-07-03 11:53:42 +08:00
SangBin Cho
61451af06b
[OBOD] Bug fix from test_scheduling.py ( #16791 )
2021-07-02 19:26:31 -07:00
architkulkarni
f02e41a822
[Core] [runtime env] Add RuntimeEnvHash and JobID to SchedulingKey ( #16766 )
...
* add python integration test
* improve readability
* remove unneccessary ray start --head
* add shutdown_only
* move RuntimeEnvHash from worker_pool to task_spec
* lint
* Add runtimeEnvHash and JobID to SchedulingKey
* remove JobID from key and hopefully fix compile
* add test for same env
* lint
2021-07-02 18:15:28 -07:00
Eric Liang
f2f6176057
Deflake test_failure_3 ( #16854 )
2021-07-02 18:00:42 -07:00
loicsacre
b7be848f07
[tune] Allow the logging of wandb.Image in tune.integration.wandb ( #16839 )
2021-07-02 17:14:23 -07:00
Charles
2526299eba
[Autoscaler] Use NetworkInterfaces parameter to launch instances. ( #16816 )
2021-07-02 14:01:02 -07:00
dependabot[bot]
ba13c2f7dd
[RLlib](deps): Bump gym[atari] in /python/requirements/rllib ( #15992 )
...
Bumps [gym[atari]](https://github.com/openai/gym ) from 0.18.0 to 0.18.3.
- [Release notes](https://github.com/openai/gym/releases )
- [Commits](https://github.com/openai/gym/compare/0.18.0...0.18.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-02 09:58:18 -07:00
SangBin Cho
7bd3138227
[Test] Support stress test smoke test ( #16827 )
...
* Support smoke test
* lint
2021-07-02 09:50:26 -07:00
dependabot[bot]
ee9a1b022e
[tune](deps): Bump kubernetes in /python/requirements/tune ( #16002 )
...
Bumps [kubernetes](https://github.com/kubernetes-client/python ) from 12.0.1 to 17.17.0.
- [Release notes](https://github.com/kubernetes-client/python/releases )
- [Changelog](https://github.com/kubernetes-client/python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes-client/python/compare/v12.0.1...v17.17.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-02 09:48:02 -07:00
dependabot[bot]
81866a754a
[tune](deps): Bump optuna in /python/requirements/tune ( #16376 )
...
Bumps [optuna](https://github.com/optuna/optuna ) from 2.6.0 to 2.8.0.
- [Release notes](https://github.com/optuna/optuna/releases )
- [Commits](https://github.com/optuna/optuna/compare/v2.6.0...v2.8.0 )
---
updated-dependencies:
- dependency-name: optuna
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-02 09:46:52 -07:00
dependabot[bot]
0959fbca96
[tune](deps): Bump transformers in /python/requirements/tune ( #16672 )
...
Bumps [transformers](https://github.com/huggingface/transformers ) from 4.3.2 to 4.8.1.
- [Release notes](https://github.com/huggingface/transformers/releases )
- [Commits](https://github.com/huggingface/transformers/compare/v4.3.2...v4.8.1 )
---
updated-dependencies:
- dependency-name: transformers
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-02 09:45:23 -07:00
Kai Fricke
6c29f2bed6
[tune] Use fork for wandb, disable ipython in trainables ( #16675 )
2021-07-02 15:52:24 +01:00
Antoni Baum
cabd159423
FIx PlacementGroupFactory hashing ( #16842 )
2021-07-02 15:44:39 +01:00
Qing Wang
00678f74f6
Fix Java CI ( #16835 )
2021-07-02 21:52:51 +08:00
Alex Wu
c57e950ee1
Minimal code owner file ( #16836 )
2021-07-02 01:23:11 -07:00
Eric Liang
e77a964640
[dataset] Add datasource API ( #16826 )
2021-07-01 23:44:30 -07:00
Ian Rodney
f9daf7fa2c
[Connect] Separate Specific Server logs into different files ( #16534 )
...
* better debug logging
* log to separate files
* use getter/setter methods
* actually use type for ray.node.Node
* update docstring
* use public method
* add a test
* fix glob glob
* fix test again
2021-07-01 21:27:03 -07:00
liuyang-my
2c3ce469ba
[Serve] Define Java Backend ( #16169 )
2021-07-01 20:41:17 -07:00