added community blog. (#22065)

Added this blog to community blogs:


https://medium.com/@vadikus/running-phi-3-mistral-7b-llms-on-raspberry-pi-5-a-step-by-step-guide-185e8102e35b
This commit is contained in:
Maanav Dalal 2024-09-11 15:37:18 -07:00 committed by GitHub
parent 2403930510
commit fc3672c8bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',