Skip to content

Commit

Permalink
Staged Multilora blog final
Browse files Browse the repository at this point in the history
  • Loading branch information
MaanavD committed Nov 20, 2024
1 parent 1b8fa1d commit 0f43d67
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
Binary file added src/images/blogs/multilora.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 14 additions & 3 deletions src/routes/blogs/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import GoodnotesThumbnail from '../../images/blogs/goodnotes-scribble-to-erase/Thumbnail.png';
import OliveCli from '../../images/blogs/olive-flow.png';
import QuantizeFinetune from '../../images/blogs/Quantize-finetune.jpg';
import MultiLoraThumbnail from '../../images/blogs/multilora.png';
onMount(() => {
anime({
targets: '.border-primary',
Expand Down Expand Up @@ -49,6 +50,16 @@
dispatch('switchTab', tab);
}
let featuredblog = [
{
title:
'Announcing MultiLoRA with ONNX Runtime: Revolutionizing AI Customization',
date: '20th November, 2024',
blurb:
'MultiLoRA with ONNX Runtime brings flexible, efficient AI customization by enabling easy integration of LoRA adapters for dynamic, personalized models with minimal resource demands.',
link: 'blogs/multilora',
image: MultiLoraThumbnail,
imgalt: 'Serving LoRA models separately vs with MultiLoRA'
},
{
title:
'Is it better to quantize before or after finetuning?',
Expand All @@ -69,6 +80,8 @@
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',
Expand All @@ -77,9 +90,7 @@
link: 'blogs/olive-cli',
image: OliveCli,
imgalt: 'Olive Flow'
}
];
let blogs = [
},
{
title:
'Enhancing team collaboration during AI model optimization with the Olive Shared Cache',
Expand Down
4 changes: 2 additions & 2 deletions src/routes/blogs/multilora/+page.svx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Announcing MultiLoRA with ONNX Runtime: Revolutionizing AI Customization '
date: '19th November, 2024'
title: 'Announcing MultiLoRA with ONNX Runtime: Revolutionizing AI Customization'
date: '20th November, 2024'
description: 'MultiLoRA with ONNX Runtime brings flexible, efficient AI customization by enabling easy integration of LoRA adapters for dynamic, personalized models with minimal resource demands.'
keywords: 'MultiLoRA, LoRA, ONNX Runtime, AI customization, LoRA adapters, Olive toolchain, large language models, model personalization, model optimization, Hugging Face, AI deployment, AI performance'
authors: ['Dmitri Smirnov', 'Jambay Kinley', 'Natalie Kershaw', 'Parinita Rahi', 'Pranav Sharma', 'Devang Patel', 'Samuel Kemp']
Expand Down

0 comments on commit 0f43d67

Please sign in to comment.