
Ultimate access to all questions.
A data scientist is looking to utilize a GPU-accelerated version of a machine learning library, gpu_ml, on a Databricks GPU-enabled cluster. What is the most effective method to install this library?_
A
Modify the cluster to utilize the Databricks Runtime for GPU.
B
Include gpu_ml in the cluster's GPU library dependencies._
C
Execute %pip install gpu_ml in any notebook connected to the cluster._
D
Configure the PYTHON_GPU_LIB variable in the cluster settings to include gpu_ml._
E
GPU-accelerated libraries cannot be installed on a Databricks cluster.