
Ultimate access to all questions.
A machine learning team is developing a project that involves integrating a custom PyTorch model into their Databricks ML pipeline. They aim to make the PyTorch library and the custom model accessible for training across all notebooks within the workspace. What is the best practice to achieve this?
A
Run %pip install torch in any notebook connected to the cluster to install PyTorch.
B
Modify the cluster to utilize the Databricks Runtime for MLflow.
C
Configure the MLFLOW_PYTORCH_VERSION variable within the cluster settings.
D
Include torch and the custom model in the cluster's library dependencies.