Skip to content

Commit

Permalink
Added sentence transformers blog.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaanavD committed Oct 11, 2024
1 parent 0392be8 commit 07809c5
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:'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',
Expand Down

0 comments on commit 07809c5

Please sign in to comment.