You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learning-paths/laptops-and-desktops/win_python_onnx/_index.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,21 @@
1
1
---
2
2
title: How to Use ONNX Runtime with Windows on Arm
3
3
4
+
draft: true
5
+
cascade:
6
+
draft: true
7
+
4
8
minutes_to_complete: 30
5
9
6
-
who_is_this_for: This is an introductory topic for developers who are interested in ONNX.
10
+
who_is_this_for: This is an introductory topic for developers who are interested in running ONNX models on Windows on Arm devices.
7
11
8
12
learning_objectives:
9
-
- Use pre-trained ONNX model for inference
10
-
- Leverage native Arm64 for Python applications
13
+
- Use a pre-trained ONNX model for inference on a Windows on Arm machine.
14
+
- Leverage native Arm64 support for Python applications running on a Windows on Arm device.
11
15
12
16
prerequisites:
13
17
- 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/).
14
-
- Any code editor, we recommend using [Visual Studio Code for Arm64](https://code.visualstudio.com/docs/?dv=win32arm64user).
18
+
- Any code editor like [Visual Studio Code for Arm64](https://code.visualstudio.com/docs/?dv=win32arm64user).
0 commit comments