SangBin Cho

Results 409 comments of SangBin Cho

Hmm actually this was added in the past because without this flag, microbenchmark was regressed. but it was 3 years ago Can you try running the benchmark and see if...

Hmm maybe the task is simply not scheduled? We don't have any special logic handling GPU tasks When num_gpus != 0, what's the output of `ray status`? ``` ray start...

Based on a given example, option 1 seems much easier to understand (since when people reading code, key -> value is more easier to read and understand); ``` Actor.options(scheduling_strategy=LabelSchedulingStrategy( hard=[{...

https://github.com/ray-project/ray/issues/34708 -> Related issue.

I think it can be fixed in the same way as this PR? https://github.com/ray-project/ray/pull/35127

can you let me know what were the major changes from the PR that was merged?

@jjyao will do some initial investigation