From 965f99528ec7282ec594a9d0dffd769542840240 Mon Sep 17 00:00:00 2001 From: WolframRhodium Date: Tue, 5 Dec 2023 09:12:00 +0800 Subject: [PATCH] .github/workflows/windows-trt.yml: update to TensorRT OSS 9.2.0 --- .github/workflows/windows-trt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-trt.yml b/.github/workflows/windows-trt.yml index d4617bb..6843c07 100644 --- a/.github/workflows/windows-trt.yml +++ b/.github/workflows/windows-trt.yml @@ -96,7 +96,7 @@ jobs: uses: actions/checkout@v3 with: repository: NVIDIA/TensorRT - ref: v9.1.0 + ref: v9.2.0 fetch-depth: 1 path: tensorrt-oss