Skip to content

Commit f084316

Browse files
committed
cx
1 parent 5fe3f4d commit f084316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/concept-onnx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.date: 09/30/2024
1515

1616
# ONNX and Azure Machine Learning
1717

18-
This article describes how the [Open Neural Network Exchange (ONNX)](https://onnx.ai) can help optimize the inference of your machine learning models. Inference or model scoring is the process of using a deployed model to generate predictions on production data.
18+
This article describes how the [Open Neural Network Exchange (ONNX)](https://onnx.ai) can help optimize the *inference* of your machine learning models. Inference or model scoring is the process of using a deployed model to generate predictions on production data.
1919

2020
Optimizing machine learning models for inference requires you to tune the model and the inference library to make the most of hardware capabilities. This task becomes complex if you want to get optimal performance on different platforms such as cloud, edge, CPU, or GPU, because each platform has different capabilities and characteristics. The complexity increases if you need to run models from various frameworks on different platforms. It can be time-consuming to optimize all the different combinations of frameworks and hardware.
2121

0 commit comments

Comments
 (0)