zhilong
zhilong
## Why are these changes needed? This PR proposes a change in the task dispatching logic within the ` LocalTaskManager` of Ray. The current implementation dispatches tasks based on their...
### What's the problem this feature will solve? I find this tool very easy to use but what I want is add a refresh icon or update each second to...
## Why are these changes needed? same as https://github.com/ray-project/ray/pull/44733 for debuging ## Related issue number ## Checks - [ ] I've signed off every commit(by using the -s flag, i.e.,...
## Why are these changes needed? ### Problem In our application that use map_batches in ray data, the time to transform the blocks is not negatable, In https://github.com/ray-project/ray/issues/42960 and https://github.com/ray-project/ray/issues/42377...
## Why are these changes needed? close https://github.com/ray-project/ray/issues/46962 ## Related issue number https://github.com/ray-project/ray/issues/46962 ## Checks - [√] I've signed off every commit(by using the -s flag, i.e., `git commit -s`)...
## Why are these changes needed? This is try to enable the ADAG channel can use different hardware while the user API keeps the same. For user side, they can...
## Why are these changes needed? https://github.com/ray-project/ray/issues/47945 My test case ``` import ray import time import random from ray.dag.input_node import InputNode from ray.dag.output_node import MultiOutputNode ray.init(address = "10.218.163.33:6274") import os...
## Why are these changes needed? fix issue https://github.com/ray-project/ray/issues/52763 ## Related issue number ## Checks - [ ] I've signed off every commit(by using the -s flag, i.e., `git commit...