Hi Everyone
I am new to ray, I request your answer in the following task:
- I need to pass arguments to a function which is being executed by ray multiprocessing without arguments being serialized and deserialized. Right now I am running a multiprocessing on a single machine, in future it will be remote function might be in another machine as well.
- How can I access a global variable in ray remote function?
It looks counterintuitive, but would it be possible to do that?
Your help is very much appreciated.