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_on_arm_build_onnxruntime/1-dev-env-setup.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ layout: learningpathall
8
8
9
9
## Overview
10
10
11
-
In this Learning Path, you'll learn build and deploy a large language model (LLM) on a Windows on Arm (WoA) laptop using ONNX Runtime for inference.
11
+
In this Learning Path, you'll learn how to build and deploy a large language model (LLM) on a Windows on Arm (WoA) machine using ONNX Runtime for inference.
12
12
13
-
You'll learn how to:
13
+
Specifically, you'll learn how to:
14
14
15
15
* Build ONNX Runtime and the Generate() API library.
16
16
* Download the Phi-3 model and run inference.
@@ -22,25 +22,29 @@ The short-context version accepts shorter (4K) prompts and generates shorter out
22
22
23
23
## Set up your Development Environment
24
24
25
-
Your first task is to prepare a development environment with the required software. Start by installing the required tools:
25
+
Your first task is to prepare a development environment with the required software.
26
26
27
-
- Visual Studio 2022 IDE (latest version recommended).
27
+
Start by installing the required tools:
28
+
29
+
- Visual Studio 2022 IDE (the latest version available is recommended).
28
30
- Python 3.10 or higher.
29
31
- CMake 3.28 or higher.
30
32
33
+
{{% notice Note %}}
31
34
These instructions were tested on a 64-bit WoA machine with at least 16GB of RAM.
35
+
{{% /notice %}}
32
36
33
37
## Install and Configure Visual Studio 2022
34
38
35
-
Follow these steps:
39
+
Now, to install and configure Visual Studio, follow these steps:
36
40
37
41
1. Download the latest [Visual Studio IDE](https://visualstudio.microsoft.com/downloads/).
38
42
39
-
2. Select the **Community** edition. This downloads an installer called *VisualStudioSetup.exe*.
43
+
2. Select the **Community** edition. This downloads an installer called `VisualStudioSetup.exe`.
40
44
41
-
3. Run the installer (*VisualStudioSetup.exe*) from your **Downloads** folder.
45
+
3. Run `VisualStudioSetup.exe` from your **Downloads** folder.
42
46
43
-
4. Follow the prompts and accept the **License Terms** and **Privacy Statement**.
47
+
4. Follow the prompts and accept the License Terms and Privacy Statement.
44
48
45
49
5. When prompted to select workloads, select **Desktop Development with C++**. This installs the **Microsoft Visual Studio Compiler** (**MSVC**).
0 commit comments