ray
Here are 197 public repositories matching this topic...
-
Updated
Feb 16, 2022 - Python
-
Updated
Feb 17, 2022 - Python
Describe the bug
Failed to execute Series.drop_duplicates.
In [75]: a = md.DataFrame(np.random.rand(10, 2), columns=['a', 'b'], chunk_size=2)
In [76]: a['a'].drop_duplicates().execute() -
Updated
Feb 16, 2022 - JavaScript
-
Updated
Jan 28, 2022 - C++
-
Updated
Jan 26, 2022 - C++
-
Updated
Dec 29, 2021 - JavaScript
-
Updated
Apr 13, 2021 - Python
-
Updated
Feb 16, 2022 - Python
-
Updated
Jul 4, 2020 - Python
-
Updated
Feb 11, 2022 - C++
-
Updated
Oct 3, 2019 - Python
-
Updated
Jan 28, 2022 - Python
Data splitter
Overview
As a CFP user, I would like to split a dataset (e.g., np array, pandas dataframe) into smaller objects that can then be fed into other nodes/pipeline. This is especially useful when we have compute intensive tasks and would like to parallelize it eas
-
Updated
Dec 8, 2020 - Python
-
Updated
Feb 11, 2022 - Jupyter Notebook
-
Updated
May 13, 2021 - Python
-
Updated
Jan 3, 2022 - Jupyter Notebook
Search before asking
- I had searched in the issues and found no similar feature requirement.
Description
Currently, we only lint & test ray-operator, since we merge service code here, we should also update CI to support these submodules.
https://github.com/ray-project/kuberay/blob/6f87ca64c107cd51d3ab955faf4be198e0094536/.git
-
Updated
Mar 11, 2021 - Makefile
-
Updated
Jan 26, 2017 - C
-
Updated
Feb 15, 2022 - PHP
-
Updated
Jan 11, 2022 - C++
-
Updated
Jul 7, 2021 - Python
-
Updated
Jan 13, 2022 - Python
Improve this page
Add a description, image, and links to the ray topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ray topic, visit your repo's landing page and select "manage topics."


Search before asking
Description
I want Ray Serve to throw the exception inside the deployment initialization. Currently, when there is an exeption inside the deployment's initialization stage, Ray only logs the exception, retries for 3 times, then throws the