How to stop Ray from managing CUDA_VISIBLE_DEVICES?

I think we have the RAY_EXPERIMENTAL_NOSET_CUDA_VISIBLE_DEVICES env var for that (set it to a non-null value in both the driver code and the runtime env)

1 Like