Added sentence transformers community blog. (#22397)

This commit is contained in:
Maanav Dalal 2024-10-10 17:56:12 -07:00 committed by GitHub
parent 0392be85e3
commit 29ebdc559c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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