Skip to content

Commit 7e68506

Browse files
committed
Update lib_qec.yaml to disable trt for arm64+cu12
1 parent 1797599 commit 7e68506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lib_qec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
apt install -y tensorrt-dev
7474
7575
- name: Install TensorRT (arm64)
76-
if: matrix.platform == 'arm64'
76+
if: matrix.platform == 'arm64' && !startsWith(matrix.cuda_version, '12')
7777
run: |
7878
apt-cache search tensorrt | awk '{print "Package: "$1"\nPin: version *+cuda13.0\nPin-Priority: 1001\n"}' | tee /etc/apt/preferences.d/tensorrt-cuda13.0.pref > /dev/null
7979
apt update

0 commit comments

Comments
 (0)