mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-13 18:08:13 +00:00
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:
parent
2403930510
commit
fc3672c8bb
1 changed files with 6 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue