Skip to content

Commit

Permalink
Update +page.svelte
Browse files Browse the repository at this point in the history
Moved least recent featured blog to separate section since we typically only have 3 featured blogs
  • Loading branch information
sophies927 authored Feb 13, 2024
1 parent 81d07b3 commit 059c707
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/routes/blogs/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@
link: 'blogs/accelerating-llama-2',
image: LlamaImage,
imgalt: 'LLaMA-2 e2e throughput'
},
}
];
let blogs = [
{
title: 'Run PyTorch models on the edge',
date: 'October 12th, 2023',
Expand All @@ -60,9 +62,7 @@
image:
'https://onnxruntime.ai/_app/immutable/assets/pytorch-on-the-edge-with-ort.cdaa9c84.png',
imgalt: 'Run PyTorch models on the edge'
}
];
let blogs = [
},
{
title: 'Accelerating over 130,000 Hugging Face models with ONNX Runtime',
date: 'October 4th, 2023',
Expand Down

0 comments on commit 059c707

Please sign in to comment.