File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Samples/WindowsML/python/SqueezeNetPython Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,8 @@ extendedZipContent:
21
21
* Install dependencies
22
22
``` PowerShell
23
23
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.
Original file line number Diff line number Diff line change 1
- --index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple
2
- --extra-index-url https://pypi.org/simple
3
-
4
1
pillow
5
2
numpy
6
- onnxruntime-winml == 1.22.0.post2
7
3
winrt-runtime ~= 3.2.1.0
8
4
winrt-Windows.Foundation ~= 3.2.1.0
9
5
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
You can’t perform that action at this time.
0 commit comments