Skip to content

Commit

Permalink
Fix cli problem
Browse files Browse the repository at this point in the history
Signed-off-by: Vibhu Jawa <[email protected]>
  • Loading branch information
VibhuJawa committed Oct 8, 2024
1 parent a2bf28f commit d046478
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dask_cuda/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,13 @@ def cuda():
)
@click.option(
"--set-rmm-allocator-for-libs",
"rmm_allocator_external_lib_list",
default=None,
show_default=True,
help="""
Set RMM as the allocator for external libraries. Provide a comma-separated
list of libraries to set, e.g., "torch,cupy". Supported options are: torch, cupy.""",
list of libraries to set, e.g., "torch,cupy".
Supported options are: torch, cupy.""",
)
@click.option(
"--rmm-release-threshold",
Expand Down

0 comments on commit d046478

Please sign in to comment.