Update blogs.json (#17783)

This commit is contained in:
sophies927 2023-10-04 17:18:31 -07:00 committed by GitHub
parent 6b12dc5f6f
commit 1ad850fd72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,12 @@
{
"blogs": [
{
"title": "Accelerating over 130,000 Hugging Face models with ONNX Runtime",
"date": "October 4th, 2023",
"blurb": "Learn how ONNX Runtime helps users accelerate open source machine learning models from Hugging Face.",
"link": "https://cloudblogs.microsoft.com/opensource/2023/10/04/accelerating-over-130000-hugging-face-models-with-onnx-runtime/"
},
{
"title": "On-Device Training with ONNX Runtime: A deep dive",
"date": "July 5th, 2023",
"blurb": "This blog presents technical details of On-Device training with ONNX Runtime. It explains how On-Device Training works and what are the different steps and artifacts involved in the training process. This information will help you train your models on edge devices.",