Dmitri Gekhtman
c2b8381015
[autoscaler][gcp] Migrate GCP config to available node types ( #15805 )
2021-05-17 15:45:47 -07:00
Sven Mika
f25d58492d
[Testing] Dependabot for RLlib. ( #15812 )
2021-05-17 18:24:13 +02:00
Ian Rodney
395c0ea03c
[Testing] Pin Tensorflow Version in requirements.txt ( #15799 )
2021-05-13 17:09:15 -07:00
fyrestone
56c309416e
[Job submission] Basic job submission structure ( #15103 )
2021-05-12 15:08:20 +08:00
Kathryn Zhou
38b64e4fb4
Add tracing to Ray ( #14872 )
2021-04-30 22:16:47 -07:00
Devin Petersohn
4d3956bf81
Add MLDataSet.from_modin() ( #14675 )
...
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2021-04-29 11:40:51 -07:00
Simon Mo
54f50994bc
[Hotfix] PyArrow version issue ( #15530 )
2021-04-26 22:28:35 -07:00
Simon Mo
6b49714c04
[Serve] Add tests for more FastAPI features ( #14961 )
2021-03-29 17:38:51 -07:00
architkulkarni
03afaed6e1
[Serve] [Doc] Create top-level page for Calling Endpoints from HTTP and from Python ( #14904 )
2021-03-24 20:29:24 -05:00
Simon Mo
91b9928ad5
[Serve] Add initial support for FastAPI ingress ( #14754 )
2021-03-20 13:10:20 -05:00
Ian Rodney
0495d6af15
[autoscaler] fix azure config issues ( #14750 )
2021-03-18 16:00:25 -07:00
SangBin Cho
2b5b0dd3fc
[Core] Fix the issue with duplicated args ( #14329 )
2021-02-26 12:42:58 -08:00
SangBin Cho
8b9e0d1e6c
Add tqdm to windows build. ( #14197 )
2021-02-18 16:01:04 -08:00
Amog Kamsetty
a430ac2334
[Tune] Revert Pinning Tune Dependencies ( #14059 )
...
* remove lockfiles
* docker
* remove constraint file
* fix
2021-02-11 15:43:09 -08:00
Amog Kamsetty
25e1b78eed
[Dependencies] Move requirements.txt to requirements directory. ( #13636 )
2021-01-22 16:29:05 -08:00
architkulkarni
231518e86f
[Serve] Support basic Starlette response types ( #12811 )
2020-12-14 17:03:56 -06:00
Philipp Moritz
73a1a232b9
Ray debugger stepping between tasks ( #12075 )
2020-12-06 21:50:18 -08:00
Simon Mo
e428134137
[Hotfix] Pin llvmlite for windows build ( #12559 )
2020-12-01 19:43:08 -08:00
Sven Mika
c1d7826bb7
[RLlib] Move pettingzoo
from requirements.txt into requirements_rllib.txt ( #12400 )
2020-11-26 19:30:35 +01:00
Philipp Moritz
ff82af1588
Clean up requirements.txt ( #12136 )
2020-11-19 09:27:09 -08:00
Max Fitton
90574b66cc
pin aiohttp to the 3.x.x version ( #12051 )
2020-11-16 21:54:16 -05:00
Benjamin Black
1999266bba
Updated pettingzoo env to acomidate api changes and fixes ( #11873 )
...
* Updated pettingzoo env to acomidate api changes and fixes
* fixed test failure
* fixed linting issue
* fixed test failure
2020-11-09 16:09:49 -08:00
Akash Patel
b7531fb4f5
[redis-py] change redis-py deprecated hmset usage to hset ( #11776 )
2020-11-03 22:23:02 -08:00
SangBin Cho
71c5089854
[Object Spilling] Initial Iteration of S3 adapter. ( #11379 )
...
* Finished the first iteration.
* Removed unnecessary code.
* Smartopen impl.
* Make sure tests passed.
* Addressed code review.
* Addressed code review.
* Fix issues.
* Fix issues.
2020-10-30 14:47:07 -07:00
Simon Mo
fe4a78b7c7
[Hotfix] Pin Pydantic Version ( #11622 )
2020-10-26 16:52:19 -07:00
Benjamin Black
4445f32798
[rllib] Fixed pettingzoo wrapper ( #11060 )
...
* fixed PettingZooEnv, relevant docs, examples
* fixed linting error
* pettingzoo wrapper fix
* fixed linting issue
2020-09-30 15:34:47 -07:00
architkulkarni
67c653c053
[Serve] Only install dataclasses on Python 3.6 ( #10936 )
2020-09-22 09:39:39 -07:00
Simon Mo
eff4375c3d
[Serve] Produtionize Starlette Middlewares ( #10529 )
2020-09-03 17:31:38 -07:00
architkulkarni
0d93e92720
[Serve] Reimplement BackendConfig as pydantic model ( #10389 )
2020-09-03 19:16:17 -05:00
Simon Mo
65f17f2e14
[Serve] Refactor RequestMetadata and Query objects ( #10483 )
2020-09-01 18:15:31 -07:00
Maksim Smolin
245c0a9e43
[cli] Tests ( #10057 )
...
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-08-22 13:29:10 -07:00
Sven Mika
2cbe29a7fa
[RLlib] Curiosity minor fixes, do-overs, and testing. ( #10143 )
2020-08-19 17:49:50 +02:00
Simon Mo
f1ede1099f
[Hotfix] Pin opencv-python-headless==4.3.0.36 ( #10049 )
2020-08-11 15:58:18 -07:00
Clark Zinzow
6fded582ff
[Dask] Dask-Ray scheduler MVP. ( #9857 )
2020-08-04 11:45:25 -07:00
Barak Michener
68f3fec744
*: Centralize requirements.txt and unify dependency versions ( #9759 )
...
* python_test: fix cython_examples in doc/ and tests/
* update setup.py to parse the bazel version string better
* all: centralize all python deps into stackable requirements files in python/
* format
* Move cython test into the proper package
* Add cross-reference dependency comments for requirements and setup.py
* re-enable version pinning on CI, fix formatting
* fix up torchvision version
* fix case in shell
2020-07-30 11:22:56 -07:00