mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-20 19:12:24 +00:00
Update blogs.json (#17783)
This commit is contained in:
parent
6b12dc5f6f
commit
1ad850fd72
1 changed files with 6 additions and 0 deletions
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue