mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-17 18:40:28 +00:00
Added sentence transformers community blog. (#22397)
This commit is contained in:
parent
0392be85e3
commit
29ebdc559c
1 changed files with 6 additions and 0 deletions
|
|
@ -366,6 +366,12 @@
|
|||
}
|
||||
];
|
||||
let blogsCommunity = [
|
||||
{
|
||||
title:'Sentence Transformers 3.2.0: 2x-3x Faster Inference with ONNX Runtime',
|
||||
date: 'October 10, 2024',
|
||||
link: 'https://github.com/UKPLab/sentence-transformers/releases/tag/v3.2.0',
|
||||
blurb: 'This update brings 2x-3x speedups with a new ONNX backends, plus static embeddings offering 50x-500x faster performance with a slight accuracy trade-off. Install with pip install sentence-transformers==3.2.0.'
|
||||
},
|
||||
{
|
||||
title:'Running Phi-3 Mistral 7B LLMs on Raspberry Pi 5: A Step-by-Step Guide',
|
||||
date: 'September 5, 2024',
|
||||
|
|
|
|||
Loading…
Reference in a new issue