Skip to content

Commit ce18264

Browse files
committed
fix : github links
1 parent 0d86e6b commit ce18264

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- "pull-request/[0-9]+"
66
env:
7-
TRT_RTX_FILENAME: TensorRT-RTX-1.2.0.44-Linux-x86_64-cuda-12.9-Release-external.tar.gz
7+
TRT_RTX_FILENAME: TensorRT-RTX-1.2.0.54-Linux-x86_64-cuda-12.9-Release-external.tar.gz
88
TRTRTX_INSTALL_DIR: /opt/tensorrt_rtx
99
BUILD_DIR: build
1010
UV_PROJECT: .github/workflows/

.github/workflows/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Shared constants
2626
TRT_RTX_BASE_URL = "https://developer.nvidia.com/downloads/trt/rtx_sdk/secure/1.2/"
2727
TRT_RTX_FILENAME = os.environ.get(
28-
"TRT_RTX_FILENAME", "TensorRT-RTX-1.2.0.44-Linux-x86_64-cuda-12.9-Release-external.tar.gz"
28+
"TRT_RTX_FILENAME", "TensorRT-RTX-1.2.0.54-Linux-x86_64-cuda-12.9-Release-external.tar.gz"
2929
)
3030
TRTRTX_INSTALL_DIR = os.environ.get("TRTRTX_INSTALL_DIR", "/opt/tensorrt_rtx")
3131
BUILD_DIR = os.environ.get("BUILD_DIR", "build")

0 commit comments

Comments
 (0)