From 3b838a4a8cd267d174b33777e3b7b5e2ceaf2ed6 Mon Sep 17 00:00:00 2001 From: Esteban Vazquez Date: Tue, 4 Aug 2026 16:46:45 -0600 Subject: [PATCH 1/2] Fix: Update samples README using the link to the v11.0 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. * v11.0 sample data is used as well for v11.2 samples. Signed-off-by: Esteban Vazquez --- samples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/README.md b/samples/README.md index a3db21cf..cda88872 100644 --- a/samples/README.md +++ b/samples/README.md @@ -46,7 +46,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/v11.0/tensorrt_sample_data_20260602.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 From b1a8701b94aa8a798a952ecc66712e90f041daa6 Mon Sep 17 00:00:00 2001 From: Esteban Vazquez Date: Wed, 5 Aug 2026 12:27:39 -0600 Subject: [PATCH 2/2] Fix: Define a copy-pasteable block to download the TRT sample data * This makes more clear the way of downloading the zip package. Signed-off-by: Esteban Vazquez --- samples/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/samples/README.md b/samples/README.md index cda88872..21f11cff 100644 --- a/samples/README.md +++ b/samples/README.md @@ -46,7 +46,11 @@ 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 current [TensorRT sample data package](https://github.com/NVIDIA/TensorRT/releases/download/v11.0/tensorrt_sample_data_20260602.zip). Sample data is updated only when needed, so the package may be hosted under an earlier TensorRT release. +1. Download the current TensorRT sample data package. Sample data is updated only when needed, so the package may be hosted under an earlier TensorRT release. + + ```bash + wget https://github.com/NVIDIA/TensorRT/releases/download/v11.0/tensorrt_sample_data_20260602.zip + ``` 2. Extract and set up the data: ```bash