Skip to content

update readme for the winml python example #503

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Samples/WindowsML/python/SqueezeNetPython/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ extendedZipContent:
* Install dependencies
```PowerShell
pip install -r requirements.txt
```
```
Please also install the provided wheel files. As those are not published to a public source.
* Install WindowsAppRuntime

Please install the correct WindowsAppRuntime with the provided installer.
6 changes: 0 additions & 6 deletions Samples/WindowsML/python/SqueezeNetPython/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
--index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple
--extra-index-url https://pypi.org/simple

pillow
numpy
onnxruntime-winml==1.22.0.post2
winrt-runtime~=3.2.1.0
winrt-Windows.Foundation~=3.2.1.0
winrt-Windows.Foundation.Collections~=3.2.1.0
winui3-Microsoft.Windows.AI.MachineLearning==1!1.8.250702007.dev4
winui3-Microsoft.Windows.ApplicationModel.DynamicDependency.Bootstrap==1!1.8.250702007.dev4