Skip to content

Commit

Permalink
added community blog. (#22065)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaanavD authored Sep 11, 2024
1 parent 2403930 commit fc3672c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/routes/blogs/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,12 @@
}
];
let blogsCommunity = [
{
title:'Running Phi-3 Mistral 7B LLMs on Raspberry Pi 5: A Step-by-Step Guide',
date: 'September 5, 2024',
link: 'https://medium.com/@vadikus/running-phi-3-mistral-7b-llms-on-raspberry-pi-5-a-step-by-step-guide-185e8102e35b',
blurb: 'Learn how to run Phi-3 Mistral 7B on Raspberry Pi 5 using the ONNX Runtime Gen AI library.'
},
{
title:
'Deploying a Production-Ready RAG Server: A Comprehensive Guide with LlamaIndex',
Expand Down

0 comments on commit fc3672c

Please sign in to comment.