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/4-run-benchmark-on-WoA.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,27 +34,29 @@ git lfs install
34
34
```
35
35
If you don’t have winget, [download the installer manually](https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage?platform=windows).
36
36
37
-
If the extension is already installed for you when you run the above ``git`` command it will say``Git LFS initialized``.
37
+
If Git LFS is already installed, you'll see``Git LFS initialized``.
This command downloads the model into a folder called`cpu_and_mobile`.
53
+
This command downloads the model into a folder named`cpu_and_mobile`.
52
54
53
-
### Build model runner (ONNX Runtime GenAI C Example)
55
+
### Build the Model Runner (ONNX Runtime GenAI C Example)
54
56
55
-
In the previous section you built ONNX Runtime Generate() API from source. The headers and dynamic linked libraries that are built need to be copied over to appropriate folders (``lib`` and ``inclue``).
57
+
In the previous step, you built the ONNX Runtime Generate() API from source. Now, copy over the resulting headers and dynamic linked libraries into the appropriate folders (``lib`` and ``include``).
56
58
57
-
Building from source is a better practice because the examples usually are updated to run with the latest changes.
59
+
Building from source is a better practice because the examples usually are updated to run with the latest changes:
0 commit comments