From 87b9ac336a1d07d90c5150e4629f3cda1da92c47 Mon Sep 17 00:00:00 2001 From: Faith Xu Date: Mon, 6 Nov 2023 16:39:09 -0800 Subject: [PATCH] [Website] Update ORT Inference page/section (#18282) ### Description Updates ORT Inference page Staged: https://faxu.github.io/onnxruntime/inference --- .../components/training-and-inference.svelte | 13 ++- src/routes/inference/+page.svelte | 95 ++++++------------- src/routes/training/+page.svelte | 2 +- 3 files changed, 35 insertions(+), 75 deletions(-) diff --git a/src/routes/components/training-and-inference.svelte b/src/routes/components/training-and-inference.svelte index 3f341be059353..5400e17969fd9 100644 --- a/src/routes/components/training-and-inference.svelte +++ b/src/routes/components/training-and-inference.svelte @@ -9,17 +9,17 @@

ONNX Runtime Inferencing

- ONNX Runtime is the same tech that powers AI in Microsoft products like Office, Azure, and Bing, - as well as in thousands of other projects across the world. + ONNX Runtime powers AI in Microsoft products including Windows, Office, Azure Cognitive Services, and Bing, + as well as in thousands of other projects across the world. ONNX Runtime is cross-platform, supporting cloud, edge, web, and mobile experiences.

- + Learn more about ONNX Runtime Inferencing →

Web Browsers

- Run PyTorch and other ML models locally in the web browser with the cross-platform ONNX + Run PyTorch and other ML models in the web browser with ONNX Runtime Web.

@@ -33,8 +33,7 @@

Mobile Devices

- Infuse your Android and iOS mobile apps with AI and take advantage of ML accelerator - hardware with ONNX Runtime Mobile. + Infuse your Android and iOS mobile apps with AI using ONNX Runtime Mobile.