We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ed4b9 commit 1456ce9Copy full SHA for 1456ce9
pyproject.toml
@@ -32,6 +32,10 @@ gpu_compute_capability = "rapids_cli.doctor.checks.gpu:check_gpu_compute_capabil
32
cuda = "rapids_cli.doctor.checks.cuda_driver:cuda_check"
33
memory_to_gpu_ratio = "rapids_cli.doctor.checks.memory:check_memory_to_gpu_ratio"
34
nvlink_status = "rapids_cli.doctor.checks.nvlink:check_nvlink_status"
35
+cuml_import = "cuml.health_checks:import_check"
36
+cuml_functional = "cuml.health_checks:functional_check"
37
+cuml_accel_basic = "cuml.health_checks:accel_basic_check"
38
+cuml_accel_cli = "cuml.health_checks:accel_cli_check"
39
40
[project.urls]
41
Homepage = "https://github.com/rapidsai/rapids-cli"
0 commit comments