what is difference between AKS and machine learning compute

Michael Dong 40 Reputation points Microsoft Employee
2025-01-02T17:54:10.4066667+00:00

Azure offers managed compute resources, including Azure Kubernetes Service (AKS) or Azure Machine Learning Compute.

I want to upload fine-tuned LLM like Qwen2.5 or llama3.1 to Azure and online serving with these fine-tuned models, what is difference between AKS and Azure machine learning compute ?

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

1 answer

Sort by: Most helpful
  1. Saideep Anchuri 1,110 Reputation points Microsoft Vendor
    2025-01-03T03:57:18.52+00:00

    Hi Michael Dong

    Welcome to Microsoft Q&A Forum, thank you for posting your query here!

    AKS and Azure Machine Learning Compute have different purposes when it comes to deploying and managing machine learning models. AKS is a general-purpose container orchestration platform, while Azure Machine Learning Compute is specifically designed for machine learning tasks. It offers specialized features and optimizations for model training and deployment, making it a more tailored solution for machine learning workloads.

    To serve your fine-tuned Llama 3.1 model and Qwen 2.5-1.5B model in Azure using managed compute. can you please refer: fine tune

    You can attached AKS cluster through attach compute option and deploy LLM like llama or phi 3 through KAITO add on in AKS.  

    Kindly refer the below documentation: https://learn.microsoft.com/en-us/azure/machine-learning/how-to-attach-kubernetes-anywhere?view=azureml-api-2

    https://learn.microsoft.com/en-us/azure/aks/ai-toolchain-operator#enable-the-ai-toolchain-operator-add-on-on-an-aks-cluster

    Hope this helps. Do let us know if you any further queries.


    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.

    Thank You.


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.