From 4dcc757f61d11f001b72d01e829878e6705984a2 Mon Sep 17 00:00:00 2001 From: Maanav Dalal Date: Wed, 20 Nov 2024 15:59:27 -0800 Subject: [PATCH] added raji's blog link. (#22909) --- src/routes/blogs/+page.svelte | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/routes/blogs/+page.svelte b/src/routes/blogs/+page.svelte index e9c86fc18bdeb..b5ad36ba9aa3e 100644 --- a/src/routes/blogs/+page.svelte +++ b/src/routes/blogs/+page.svelte @@ -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',