mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Update blogs.json (#16311)
Include on-device training release blog. ### Description <!-- Describe your changes. --> Included entry for on-device training release blog. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> Provides latest updates in the blog.
This commit is contained in:
parent
28d1c4473f
commit
bf9e83a0c1
1 changed files with 7 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue