A Generative Al Engineer has already trained an LLM on Databricks and it is now ready to be deployed. Which of the following steps correctly outlines the easiest process for deploying a model on Databricks?
A.
Log the model as a pickle object, upload the object to Unity Catalog Volume, register it to Unity Catalog using MLflow, and start a serving endpoint
B.
Log the model using MLflow during training, directly register the model to Unity Catalog using the MLflow API, and start a serving endpoint
C.
Save the model along with its dependencies in a local directory, build the Docker image, and run the Docker container
D.
Wrap the LLM’s prediction function into a Flask application and serve using Gunicorn
B appears to be the most appropriate choice. Recording and registering your model using MLflow is the most efficient and simple way to deploy your model in Databricks.
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
trendy01
4 weeks, 1 day ago