Jiajun Yao

Results 175 comments of Jiajun Yao

@sridharbalachandriah Could you provide a repro for the hanging issue?

@peterghaddad, I checked the implementation of `ray debug`: ``` @cli.command() @click.option( "--address", required=False, type=str, help="Override the address to connect to." ) def debug(address): """Show all active breakpoints and exceptions in...

Just FYI: it's not a regression, the stats actor is not fault tolerant from the very beginning.

Is this the same question asked on discuss: https://discuss.ray.io/t/how-does-container-in-runtime-env-work/7108

You can start Ray with the number of logical gpus (--num-gpus) you specify (it doesn't have to be equal to the number of physical gpus on the host). You are...

If you forbid users to set their own `VISIBLE_CUDA_DEVICES` then I think it's not possible with current Ray. The reason is that Ray works with logical resources not physical resources...

There is no settled plan yet. I added to the backlog and will discuss with the team to see whether and when to support it.

@WeichenXu123 You are right. Sorry for the confusion. I'll update our documentation to mention this behavior.

Do you have a test case showing case what you are doing here?

Hi @kira-lin, Sorry for the late reply and thanks for your response. Now I understand your use case and motivations. I think my current concern is how generic the solution...