diff --git a/src/images/blogs/lightglue-community-blog.png b/src/images/blogs/lightglue-community-blog.png new file mode 100644 index 0000000000..554e9a6252 Binary files /dev/null and b/src/images/blogs/lightglue-community-blog.png differ diff --git a/src/routes/blogs/+page.svelte b/src/routes/blogs/+page.svelte index ec90d59aff..8dda46876b 100644 --- a/src/routes/blogs/+page.svelte +++ b/src/routes/blogs/+page.svelte @@ -17,6 +17,7 @@ import WebTrainingImage from '../../images/blogs/webtraining_blog_thumbnail.png'; import Phi3OnDeviceImage from '../../images/blogs/phi-3-on-device_blog_thumbnail.png'; import Phi3SmallMediumImage from '../../images/blogs/accelerating-phi-3-medium-thumbnail.png'; + import LightGlueImage from '../../images/blogs/lightglue-community-blog.png'; onMount(() => { anime({ targets: '.border-primary', @@ -44,6 +45,16 @@ dispatch('switchTab', tab); } let featuredblog = [ + { + title: 'Accelerating LightGlue Inference with ONNX Runtime and TensorRT', + date: 'July 17th, 2024', + blurb: + 'Outperform torch.compile significantly using ONNX Runtime with TensorRT for LightGlue inference.', + link: 'https://fabio-sim.github.io/blog/accelerating-lightglue-inference-onnx-runtime-tensorrt/', + image: LightGlueImage, + imgalt: + 'Speedup for ONNX Runtime with TensorRT and CUDA vs. torch.compile for difference batch sizes and sequence lengths.' + }, { title: 'High performance on-device real-time ML with NimbleEdge, using ONNX Runtime', date: 'June 17th, 2024', @@ -64,6 +75,9 @@ imgalt: 'Image of a skateboarder with a sky background, with half of the background being alternating grey and white squares indicating it has been removed.' }, + + ]; + let blogs = [ { title: 'Phi-3 Small and Medium Models are now Optimized with ONNX Runtime and DirectML', date: 'May 21th, 2024', @@ -74,10 +88,6 @@ imgalt: 'Chart comparing model size (in GB) of ONNX Phi-3-medium between PyTorch and ONNX Runtime' }, - - - ]; - let blogs = [ { title: 'Enjoy the Power of Phi-3 with ONNX Runtime on your device', date: 'May 20th, 2024',