SangBin Cho
SangBin Cho
The original link doesn't exist. https://docs.ray.io/en/master/_images/air-ecosystem.svg I fixed it by linking the raw github file link. This should have the exactly same flow as before. I tried finding a link...
## Why are these changes needed? This PR implements `ray resources` API. The PR replaces https://github.com/ray-project/ray/pull/24095. Credit to @jon-chuang. I am working on merging the PR. ## Related issue number...
Currently, every public interface of Query Frontend and Management Frontend is exposed by REST APIs. I'd suggest to expose gRPC interface for query frontend where low latency is much more...
Following https://github.com/ucbrise/clipper/issues/706, https://github.com/ucbrise/clipper/issues/703, and https://github.com/ucbrise/clipper/pull/707. We found out mxnet test is not even running at jenkins worker 7 and 8. It is because some pre-packages required for mxnet is not...
I am planning to write a new contribution documentation `CONTRIBUTING.md`. Based on this, I will update the webpage's contribution doc. I am planning to write these things. 1. The current...
Currently, Clipper supports 5 different input types, `int, float, double, string, and byte` It means that if we want to use JSON objects as inputs, we should either use strings...
### What happened + What you expected to happen `get_event_loop` will be deprecated and print spammy logs to the driver. We should use `new_event_loop ` and `get_running_loop` instead. https://docs.python.org/3.10/library/asyncio-eventloop.html#asyncio.get_event_loop ###...
Signed-off-by: SangBin Cho ## Why are these changes needed? There's a feature to remove all actor information 5m after the job is terminated. We will remove this feature for 2...
Signed-off-by: SangBin Cho ## Why are these changes needed? When we start a node we can specify --temp-dir but it only works if the node is the head node. This...
Signed-off-by: SangBin Cho ## Why are these changes needed? This PR adds input & output size of each task to the task API. TODO: Add unit tests ## Related issue...