File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 branches :
55 - " pull-request/[0-9]+"
66env :
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/
Original file line number Diff line number Diff line change 2222from 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" )
2727TRTRTX_INSTALL_DIR = os .environ .get ("TRTRTX_INSTALL_DIR" , "/opt/tensorrt_rtx" )
2828BUILD_DIR = os .environ .get ('BUILD_DIR' , 'build' )
2929
You can’t perform that action at this time.
0 commit comments