From b3e7ac98b017813ccd2b093d971f244450a73043 Mon Sep 17 00:00:00 2001 From: pareenaverma Date: Wed, 30 Apr 2025 19:47:42 +0000 Subject: [PATCH] Moving this LP to draft until the onnxruntime python arm wheel is available --- .../laptops-and-desktops/win_python_onnx/_index.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/content/learning-paths/laptops-and-desktops/win_python_onnx/_index.md b/content/learning-paths/laptops-and-desktops/win_python_onnx/_index.md index 9f97dfb7ef..0eb7342955 100644 --- a/content/learning-paths/laptops-and-desktops/win_python_onnx/_index.md +++ b/content/learning-paths/laptops-and-desktops/win_python_onnx/_index.md @@ -1,17 +1,21 @@ --- title: How to Use ONNX Runtime with Windows on Arm +draft: true +cascade: + draft: true + minutes_to_complete: 30 -who_is_this_for: This is an introductory topic for developers who are interested in ONNX. +who_is_this_for: This is an introductory topic for developers who are interested in running ONNX models on Windows on Arm devices. learning_objectives: - - Use pre-trained ONNX model for inference - - Leverage native Arm64 for Python applications + - Use a pre-trained ONNX model for inference on a Windows on Arm machine. + - Leverage native Arm64 support for Python applications running on a Windows on Arm device. prerequisites: - A Windows on Arm computer such as the Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). - - Any code editor, we recommend using [Visual Studio Code for Arm64](https://code.visualstudio.com/docs/?dv=win32arm64user). + - Any code editor like [Visual Studio Code for Arm64](https://code.visualstudio.com/docs/?dv=win32arm64user). author: Dawid Borycki @@ -20,6 +24,7 @@ skilllevels: Introductory subjects: Migration to Arm armips: - Cortex-A + - Cortex-X operatingsystems: - Windows tools_software_languages: