From d9a24595097326e3cb9e60d10e1f1c391b15d8fa Mon Sep 17 00:00:00 2001 From: Sophie Schoenmeyer <107952697+sophies927@users.noreply.github.com> Date: Thu, 29 Feb 2024 17:07:00 -0800 Subject: [PATCH] Update +page.svx w/ WebGPU blog link --- src/routes/blogs/ort-1-17-release/+page.svx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/blogs/ort-1-17-release/+page.svx b/src/routes/blogs/ort-1-17-release/+page.svx index fd56326557bb4..736839cb431cd 100644 --- a/src/routes/blogs/ort-1-17-release/+page.svx +++ b/src/routes/blogs/ort-1-17-release/+page.svx @@ -69,7 +69,7 @@ To learn more about NPU support in DirectML, check out this recent post on the W WebGPU enables web developers to harness GPU hardware for high-performance computations. The ONNX Runtime 1.17 release introduces the official launch of the WebGPU execution provider in ONNX Runtime Web, allowing sophisticated models to run entirely and efficiently within the browser (see the [list of WebGPU browser compatibility](https://github.com/gpuweb/gpuweb/wiki/Implementation-Status)). This advancement, demonstrated by the effective execution of models such as SD-Turbo, unlocks new possibilities in scenarios where CPU-based in-browser machine learning faces challenges in meeting performance standards. -To learn more about how ONNX Runtime Web further accelerates in-browser machine learning with WebGPU, stay tuned for our upcoming blog post. +To learn more about how ONNX Runtime Web further accelerates in-browser machine learning with WebGPU, check out our recent post on the Microsoft Open Source Blog: [ONNX Runtime Web unleashes generative AI in the browser using WebGPU](https://cloudblogs.microsoft.com/opensource/2024/02/29/onnx-runtime-web-unleashes-generative-ai-in-the-browser-using-webgpu/). # YOLOv8 Pose Estimation Scenario with ONNX Runtime Mobile