added raji's blog link. (#22909)

This commit is contained in:
Maanav Dalal 2024-11-20 15:59:27 -08:00 committed by GitHub
parent 78de13b812
commit 4dcc757f61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,6 +23,7 @@
import OliveCli from '../../images/blogs/olive-flow.png';
import QuantizeFinetune from '../../images/blogs/Quantize-finetune.jpg';
import MultiLoraThumbnail from '../../images/blogs/multilora.png';
import ORTLogo from '../../images/ONNX-Icon.svg';
onMount(() => {
anime({
targets: '.border-primary',
@ -50,6 +51,16 @@
dispatch('switchTab', tab);
}
let featuredblog = [
{
title:
'Cross-Platform Edge AI Made Easy with ONNX Runtime',
date: '19th November, 2024',
blurb:
"Driven by the growing demand for user privacy, real-time performance, and cost efficiency, edge AI is transforming the AI landscape. At Ignite, we're excited to announce four new features in the ONNX Runtime ecosystem designed to make edge AI more accessible.",
link: 'https://techcommunity.microsoft.com/blog/aiplatformblog/cross-platform-edge-ai-made-easy-with-onnx-runtime/4303521',
image: ORTLogo,
imgalt: 'ONNX Runtime Logo'
},
{
title:
'Announcing MultiLoRA with ONNX Runtime: Revolutionizing AI Customization',
@ -70,6 +81,8 @@
image: QuantizeFinetune,
imgalt: 'Quantize or finetune first for better model performance?'
},
];
let blogs = [
{
title:
'Scribble to Erase on Goodnotes for Windows, Web, and Android, Powered by ONNX Runtime',
@ -80,8 +93,6 @@
image: GoodnotesThumbnail,
imgalt: 'Scribble to Erase feature on Goodnotes for Windows, Web, and Android'
},
];
let blogs = [
{
title: 'Democratizing AI Model optimization with the new Olive CLI',
date: 'November 11th, 2024',