## Use Case *Please provide a use case to help us understand your request in context* ```python from aics_dask_utils.providers.slurm import create_cluster_from_config, configs cluster = create_cluster_from_config(configs.TITANX) ``` or the more general: ```python from aics_dask_utils.providers.slurm import AICSSlurmCluster cluster = AICSSlurmCluster(worker_cpu=1, worker_mem="4GB", worker_gpu=1, worker_gpu_type="titan-x") ```
Use Case
Please provide a use case to help us understand your request in context
or the more general: