From 3bc17e1aa3513bfdaa5b13b49afabe23518b5eae Mon Sep 17 00:00:00 2001 From: Jun Yang <143764042+juney-nvidia@users.noreply.github.com> Date: Thu, 15 Jan 2026 19:05:26 +0800 Subject: [PATCH] [None][doc] doc updates (#10704) Signed-off-by: Jun Yang <143764042+juney-nvidia@users.noreply.github.com> --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 45950ac23c..c4d16cdec9 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ TensorRT LLM

TensorRT LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and supports state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs.

+🌟 TensorRT LLM is experimenting with Image&Video Generation models in [TensorRT-LLM/feat/visual_gen](https://github.com/nvidia/tensorrt-llm/tree/feat/visual_gen) branch. +This branch is a prototype and not stable for production use. PRs are not accepted. + [![Documentation](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](https://nvidia.github.io/TensorRT-LLM/) [![python](https://img.shields.io/badge/python-3.12-green)](https://www.python.org/downloads/release/python-3123/) [![python](https://img.shields.io/badge/python-3.10-green)](https://www.python.org/downloads/release/python-31012/)