How to run Meta Llama 3.2 on Azure ML Jupyter notebook

Hadjmbarek Nadia 45 Reputation points
2024-10-10T22:46:04.6633333+00:00

I want to use Meta Llama 3.2 model on a directory in my Azure Machine Learning workspace so I can run inference directly within my notebook. However, the only option I am seeing in Azure is to deploy the Meta Llama 3.2 model on a managed compute. I don’t want to deploy it—I want to use the weights directly, without relying on the call API.

Anyone knows how to do this?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,335 questions
0 comments No comments
{count} votes

Accepted answer
  1. romungi-MSFT 48,906 Reputation points Microsoft Employee Moderator
    2024-10-11T05:15:58.4266667+00:00

    @Hadjmbarek Nadia I believe you are referring to deploying the model from Model catalog page of Azure ML studio. From Model catalog page you get an option to deploy the model with one click on managed compute without manually configuring any dependencies. But, if you need to have complete control on the model deployment you will have to first register the same model on the models page and then use it in your notebook or deploy it as an endpoint with your own scoring script. This should be possible if you are able to download the same model from meta page and register it on model's tab of ML studio.

    User's image

    Once you register a model, you can list it and use it in the SDK on notebook or deploy it as an endpoint with your scoring script. I hope this helps!!

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.