|
| 1 | +--- |
| 2 | +title: Get started with MLflow on Google Axion C4A |
| 3 | +weight: 2 |
| 4 | + |
| 5 | +layout: "learningpathall" |
| 6 | +--- |
| 7 | + |
| 8 | +## Explore Axion C4A Arm instances in Google Cloud |
| 9 | + |
| 10 | +Google Axion C4A is a family of Arm-based virtual machines built on Google’s custom Axion CPU, which is based on Arm Neoverse-V2 cores. Designed for high-performance and energy-efficient computing, these virtual machines offer strong performance for modern cloud workloads such as CI/CD pipelines, microservices, media processing, and general-purpose applications. |
| 11 | + |
| 12 | +The C4A series provides a cost-effective alternative to x86 virtual machines while leveraging the scalability and performance benefits of the Arm architecture in Google Cloud. |
| 13 | + |
| 14 | +To learn more, see the Google blog [Introducing Google Axion Processors, our new Arm-based CPUs](https://cloud.google.com/blog/products/compute/introducing-googles-new-arm-based-cpu). |
| 15 | + |
| 16 | +## Explore MLflow on Google Axion C4A (Arm Neoverse V2) |
| 17 | + |
| 18 | +MLflow is an open-source platform designed to manage the end-to-end machine learning lifecycle. It is widely used for experiment tracking, model management, reproducibility, and deployment. |
| 19 | + |
| 20 | +MLflow provides a unified platform with components such as: |
| 21 | + |
| 22 | +* **MLflow Tracking** for logging parameters, metrics, and artifacts |
| 23 | +* **MLflow Projects** for packaging and reproducible execution |
| 24 | +* **MLflow Models** for standardized model formats and deployment |
| 25 | +* **MLflow Model Registry** for versioning, lifecycle management, and model governance |
| 26 | + |
| 27 | +Running MLflow on Google Axion C4A Arm-based infrastructure enables efficient execution of machine learning workflows by leveraging multi-core CPUs and optimized memory performance. This results in improved performance per watt, reduced infrastructure costs, and better scalability for ML experimentation and deployment pipelines. |
| 28 | + |
| 29 | +Common use cases include experiment tracking, model versioning, reproducible ML workflows, CI/CD integration for ML pipelines, and deploying models as scalable APIs for real-time inference. |
| 30 | + |
| 31 | +To learn more, visit the [MLflow documentation](https://mlflow.org/docs/latest/index.html) and explore the [MLflow GitHub repository](https://github.com/mlflow/mlflow). |
| 32 | + |
| 33 | +## What you've accomplished and what's next |
| 34 | + |
| 35 | +In this section, you: |
| 36 | + |
| 37 | +* Explored Google Axion C4A Arm-based VMs and their performance advantages for ML workflows |
| 38 | +* Reviewed MLflow components, including Tracking, Projects, Models, and Model Registry |
| 39 | +* Understood how Arm architecture improves efficiency and scalability for ML lifecycle management |
| 40 | + |
| 41 | +Next, you'll create a firewall rule to enable remote access to the MLflow UI and model serving APIs used in this Learning Path. |
0 commit comments