<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>TensorRT-LLM on SoloSoft</title><link>https://www.solosoft.dev/tags/tensorrt-llm/</link><description>Recent content in TensorRT-LLM on SoloSoft</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 01 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.solosoft.dev/tags/tensorrt-llm/index.xml" rel="self" type="application/rss+xml"/><item><title>TensorRT-LLM: NVIDIA's Open-Source Library for Optimized LLM Inference</title><link>https://www.solosoft.dev/post/tensorrt-llm-inference-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/tensorrt-llm-inference-2026/</guid><description>&lt;p&gt;Deploying large language models in production requires more than just loading weights onto a GPU. To achieve acceptable throughput and latency, you need kernel fusion, attention optimization, memory management, and quantization &amp;ndash; all tuned for your specific hardware. NVIDIA&amp;rsquo;s &lt;strong&gt;TensorRT-LLM&lt;/strong&gt; provides all of this in a single open-source library that extracts maximum performance from NVIDIA GPUs for LLM and visual generation inference.&lt;/p&gt;
&lt;p&gt;TensorRT-LLM, hosted at &lt;a href="https://github.com/NVIDIA/TensorRT-LLM"&gt;github.com/NVIDIA/TensorRT-LLM&lt;/a&gt;, is NVIDIA&amp;rsquo;s official inference optimization library for large language models and visual generative models. It includes state-of-the-art kernel implementations for attention (FlashAttention, PageAttention), quantization (FP8, INT4, INT8, INT4-AWQ), and in-flight batching. The library compiles models into optimized engine files that run efficiently across NVIDIA&amp;rsquo;s GPU lineup from Turing to Blackwell architectures.&lt;/p&gt;</description></item></channel></rss>