Skip to content

Commit a25ae09

Browse files
committed
feat : update github workflows
Signed-off-by: tejaswinp <tejaswinp@nvidia.com>
1 parent 4556b66 commit a25ae09

2 files changed

Lines changed: 3 additions & 3 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.1.1.26.Linux.x86_64-gnu.cuda-12.9.tar.gz
7+
TRT_RTX_FILENAME: TensorRT-RTX-1.2.0.44-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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
from pathlib import Path
2323

2424
# Shared constants
25-
TRT_RTX_BASE_URL = "https://developer.nvidia.com/downloads/trt/rtx_sdk/secure/1.1"
26-
TRT_RTX_FILENAME = os.environ.get("TRT_RTX_FILENAME","TensorRT-RTX-1.1.1.26.Linux.x86_64-gnu.cuda-12.9.tar.gz")
25+
TRT_RTX_BASE_URL = "https://developer.nvidia.com/downloads/trt/rtx_sdk/secure/1.2/"
26+
TRT_RTX_FILENAME = os.environ.get("TRT_RTX_FILENAME","TensorRT-RTX-1.2.0.44-Linux-x86_64-cuda-12.9-Release-external.tar.gz")
2727
TRTRTX_INSTALL_DIR = os.environ.get("TRTRTX_INSTALL_DIR", "/opt/tensorrt_rtx")
2828
BUILD_DIR = os.environ.get('BUILD_DIR', 'build')
2929

0 commit comments

Comments
 (0)