In https://github.com/NVIDIA/NeMo-Curator/pull/244, we suggest flags like --rmm-async and --rmm-release-threshold 50GB to users dealing with GPU OOM issues. Right now, the user can only set them if they are initializing the Dask client themselves.
We should expand get_client to be more flexible and handle this logic.
In https://github.com/NVIDIA/NeMo-Curator/pull/244, we suggest flags like
--rmm-async
and--rmm-release-threshold 50GB
to users dealing with GPU OOM issues. Right now, the user can only set them if they are initializing the Dask client themselves.We should expand
get_client
to be more flexible and handle this logic.