From 222d869cf2ae0916360feb906ba6b77ee5ad9d5b Mon Sep 17 00:00:00 2001 From: Fred Wei <20514172+WeiHaocheng@users.noreply.github.com> Date: Fri, 26 Sep 2025 08:18:49 +0000 Subject: [PATCH] [None][doc] Add scaffolding tech blog to cover Signed-off-by: Fred Wei <20514172+WeiHaocheng@users.noreply.github.com> --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5df105f65710..0d71b8f825a5 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ TensorRT LLM
## Tech Blogs +* [09/26] Inference Time Compute Implementation in TensorRT LLM +✨ [➡️ link](./docs/source/blogs/tech_blog/blog13_Inference_Time_Compute_Implementation_in_TensorRT-LLM.md) + * [09/19] Combining Guided Decoding and Speculative Decoding: Making CPU and GPU Cooperate Seamlessly ✨ [➡️ link](./docs/source/blogs/tech_blog/blog12_Combining_Guided_Decoding_and_Speculative_Decoding.md)