File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11name : CI
2- on : push
2+ on :
3+ push :
4+ branches :
5+ - " pull-request/[0-9]+"
36env :
47 TRT_RTX_FILENAME : TensorRT-RTX-1.1.1.26.Linux.x86_64-gnu.cuda-12.9.tar.gz
58 TRTRTX_INSTALL_DIR : /opt/tensorrt_rtx
1518 - name : Install uv
1619 uses : astral-sh/setup-uv@v6
1720 with :
18- python-version : 3.9
21+ version : " 0.8.22"
22+ python-version : " 3.9"
1923
2024 - name : Set up Python
2125 run : uv python install
Original file line number Diff line number Diff line change 2121import tarfile
2222from pathlib import Path
2323
24- # Common environment variables
24+ # Shared constants
2525TRT_RTX_BASE_URL = "https://developer.nvidia.com/downloads/trt/rtx_sdk/secure/1.1"
2626TRT_RTX_FILENAME = os .environ .get ("TRT_RTX_FILENAME" ,"TensorRT-RTX-1.1.1.26.Linux.x86_64-gnu.cuda-12.9.tar.gz" )
2727TRTRTX_INSTALL_DIR = os .environ .get ("TRTRTX_INSTALL_DIR" , "/opt/tensorrt_rtx" )
You can’t perform that action at this time.
0 commit comments