From 1e2763bdb9ed7b9e5a3b161e13a88804f3a8a5e5 Mon Sep 17 00:00:00 2001 From: Esteban Vazquez Date: Fri, 3 Jul 2026 14:52:28 -0600 Subject: [PATCH] Fix: Update samples README using the link to the v10.15 data * Having the direct link in the README makes easier for automated testing jobs to download, and install the correspoding sample data to run specific tests. * v10.15 sample data is used as well for v10.16 samples. --- samples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/README.md b/samples/README.md index 4a39e919a..35c7833e9 100644 --- a/samples/README.md +++ b/samples/README.md @@ -49,7 +49,7 @@ Many samples require the TensorRT sample data package. If not already mounted under `/usr/src/tensorrt/data` (NVIDIA NGC containers), download and extract it: -1. Download the sample data from [TensorRT GitHub Releases](https://github.com/NVIDIA/TensorRT/releases). +1. Download the current [TensorRT sample data package](https://github.com/NVIDIA/TensorRT/releases/download/v10.15/tensorrt_sample_data_20260203.zip). Sample data is updated only when needed, so the package may be hosted under an earlier TensorRT release. 2. Extract and set up the data: ```bash