From bf9e83a0c141133fd56d7869e52135ae00b1bbc4 Mon Sep 17 00:00:00 2001 From: kshama-msft <66488860+kshama-msft@users.noreply.github.com> Date: Mon, 12 Jun 2023 13:45:17 -0700 Subject: [PATCH] Update blogs.json (#16311) Include on-device training release blog. ### Description Included entry for on-device training release blog. ### Motivation and Context Provides latest updates in the blog. --- js/blogs.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/js/blogs.json b/js/blogs.json index 71bbd62007..3bf4fe0142 100644 --- a/js/blogs.json +++ b/js/blogs.json @@ -1,6 +1,12 @@ { "blogs": [ - { + { + "title": "On-Device Training: Efficient training on the edge with ONNX Runtime", + "date": "May 31st, 2023", + "blurb": "This blog introduces On-Device Training to enable training models on edge devices with the data available on-edge. It extends ORT Inference on edge to include federated learning and personalization scenarios.", + "link": "https://cloudblogs.microsoft.com/opensource/2023/05/31/on-device-training-efficient-training-on-the-edge-with-onnx-runtime/" + }, + { "title": "Unlocking the end-to-end Windows AI developer experience using ONNX runtime and Olive", "date": "May 23th, 2023", "blurb": "This blog reviews the new capabilities of ONNX Runtime and the Olive toolchain to support hybrid inferencing, NPU EPs, and hardware aware model optimizations on Windows and other platforms",