We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1797599 commit 7e68506Copy full SHA for 7e68506
.github/workflows/lib_qec.yaml
@@ -73,7 +73,7 @@ jobs:
73
apt install -y tensorrt-dev
74
75
- name: Install TensorRT (arm64)
76
- if: matrix.platform == 'arm64'
+ if: matrix.platform == 'arm64' && !startsWith(matrix.cuda_version, '12')
77
run: |
78
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
79
apt update
0 commit comments