Add whisper blog to the website (#17383)

This commit is contained in:
Nat Kershaw (MSFT) 2023-09-06 17:31:44 -07:00 committed by GitHub
parent 3963d364dc
commit d25834c7f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,12 @@
"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.",
"link": "https://cloudblogs.microsoft.com/opensource/2023/07/05/on-device-training-with-onnx-runtime-a-deep-dive/"
},
{
"title": "Build and deploy fast and portable speech recognition applications with ONNX Runtime and Whisper",
"date": "June 7th, 2023",
"blurb": "Learn how ONNX Runtime accelerates Whisper and makes it easy to deploy on desktop, mobile, in the cloud, and even in the browser.",
"link": "https://medium.com/microsoftazure/build-and-deploy-fast-and-portable-speech-recognition-applications-with-onnx-runtime-and-whisper-5bf0969dd56b"
},
{
"title": "On-Device Training: Efficient training on the edge with ONNX Runtime",
"date": "May 31st, 2023",