Skip to content

Commit b75b772

Browse files
authored
update readme for the winml python example (#503)
1 parent 2921271 commit b75b772

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

Samples/WindowsML/python/SqueezeNetPython/readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,8 @@ extendedZipContent:
2121
* Install dependencies
2222
```PowerShell
2323
pip install -r requirements.txt
24-
```
24+
```
25+
Please also install the provided wheel files. As those are not published to a public source.
26+
* Install WindowsAppRuntime
27+
28+
Please install the correct WindowsAppRuntime with the provided installer.
Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
--index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple
2-
--extra-index-url https://pypi.org/simple
3-
41
pillow
52
numpy
6-
onnxruntime-winml==1.22.0.post2
73
winrt-runtime~=3.2.1.0
84
winrt-Windows.Foundation~=3.2.1.0
95
winrt-Windows.Foundation.Collections~=3.2.1.0
10-
winui3-Microsoft.Windows.AI.MachineLearning==1!1.8.250702007.dev4
11-
winui3-Microsoft.Windows.ApplicationModel.DynamicDependency.Bootstrap==1!1.8.250702007.dev4

0 commit comments

Comments
 (0)