Skip to content

Commit a892d22

Browse files
authored
Fix: Update samples README using the link to the v11.0 data (#4816)
* 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.1 samples. Signed-off-by: Esteban Vazquez <esteban.vazquez@canonical.com>
1 parent 82d1dca commit a892d22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
Many samples require the TensorRT sample data package. If not already mounted under `/usr/src/tensorrt/data` (NVIDIA NGC containers), download and extract it:
4747

48-
1. Download the sample data from [TensorRT GitHub Releases](https://github.com/NVIDIA/TensorRT/releases).
48+
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.
4949

5050
2. Extract and set up the data:
5151
```bash

0 commit comments

Comments
 (0)