From 9f877ef2bc58b340e0ecb6bcf59747335c6a6d7d Mon Sep 17 00:00:00 2001 From: Jeff Mendenhall <61433971+jeffmend@users.noreply.github.com> Date: Wed, 25 Oct 2023 17:11:37 -0700 Subject: [PATCH] Update winarm.html (#18103) updated winarm to use qnn EP ### Description ### Motivation and Context --- winarm.html | 40 ++++++++-------------------------------- 1 file changed, 8 insertions(+), 32 deletions(-) diff --git a/winarm.html b/winarm.html index 9b6264717b..3eec46ab98 100644 --- a/winarm.html +++ b/winarm.html @@ -101,19 +101,10 @@
Follow these steps to setup your device to use ONNX Runtime (ORT) with the built in NPU:
ONNX is a standard format for representing ML models authored in frameworks like PyTorch, TensorFlow, and others. ONNX Runtime can run any ONNX model, however to make use of the NPU, you - currently need to use the following steps: -
See our C# tutorial for an example of how this is done.
Many models can be optimized for the NPU using this process. Even if a model - cannot be optimized for NPU by the SNPE SDK, it can still be run by ONNX Runtime + cannot be optimized for NPU, it can still be run by ONNX Runtime on the CPU.
For help with ONNX Runtime, you can -