diff --git a/js/blogs.json b/js/blogs.json index 7f49ace32ddfd..2df6b6e1aa91a 100644 --- a/js/blogs.json +++ b/js/blogs.json @@ -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.",