Jason Chen
Jason Chen
Same in Windows 11. I built from source code and I've followed #2771 to not execute from root directory.
Yes, I think the FOLLOW sets are all the same too.
> Is it possible to add a unit test for running ray in Occlum? Data transmission is done by passing a physical mem address in Occlum, this behavior will incur...
If we don't have the cluster config, why we not just use `config`? The question that we should answer before it getting finalized is whether we need the cluster config...
Firstly, the fact is that user can't configure the Ray cluster in a rayfed job, since the initialization of Ray cluster has separated from RayFed, i.e. `fed.init`. I think the...
The solution is: using `ActorClass.options` to declare ProxyActor's resources so that it can be scheduled (by Ray) to certain Nodes having that resources. The plan is: 1. [1/N] Gives a...