mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-19 19:00:47 +00:00
Add whisper blog to the website (#17383)
This commit is contained in:
parent
3963d364dc
commit
d25834c7f7
1 changed files with 6 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue