Skip to content

Commit 4a50846

Browse files
authored
Update background.md
1 parent bee20ee commit 4a50846

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • content/learning-paths/servers-and-cloud-computing/onnx-on-azure

content/learning-paths/servers-and-cloud-computing/onnx-on-azure/background.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 2
66
layout: "learningpathall"
77
---
88

9-
## Cobalt 100 Arm-based processor
9+
## Azure Cobalt 100 Arm-based processor
1010

1111
Azure’s Cobalt 100 is built on Microsoft's first-generation, in-house Arm-based processor: the Cobalt 100. Designed entirely by Microsoft and based on Arm’s Neoverse N2 architecture, this 64-bit CPU delivers improved performance and energy efficiency across a broad spectrum of cloud-native, scale-out Linux workloads. These include web and application servers, data analytics, open-source databases, caching systems, and more. Running at 3.4 GHz, the Cobalt 100 processor allocates a dedicated physical core for each vCPU, ensuring consistent and predictable performance.
1212

@@ -16,6 +16,6 @@ To learn more about Cobalt 100, refer to the blog [Announcing the preview of new
1616
ONNX (Open Neural Network Exchange) is an open-source format designed for representing machine learning models.
1717
It provides interoperability between different deep learning frameworks, enabling models trained in one framework (such as PyTorch or TensorFlow) to be deployed and run in another.
1818

19-
ONNX models are serialized into a standardized format that can be executed by the **ONNX Runtime**, a high-performance inference engine optimized for CPU, GPU, and specialized hardware accelerators. This separation of model training and inference allows developers to build flexible, portable, and production-ready AI workflows.
19+
ONNX models are serialized into a standardized format that can be executed by the ONNX Runtime, a high-performance inference engine optimized for CPU, GPU, and specialized hardware accelerators. This separation of model training and inference allows developers to build flexible, portable, and production-ready AI workflows.
2020

2121
ONNX is widely used in cloud, edge, and mobile environments to deliver efficient and scalable inference for deep learning models. Learn more from the [ONNX official website](https://onnx.ai/) and the [ONNX Runtime documentation](https://onnxruntime.ai/docs/).

0 commit comments

Comments
 (0)