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 a6d1f13 commit 7c0e0d3Copy full SHA for 7c0e0d3
.github/workflows/build_wheels.yaml
@@ -376,6 +376,7 @@ jobs:
376
cuda_version: ['12.6', '13.0']
377
378
steps:
379
+
380
- name: Install git for LFS
381
shell: bash
382
run: |
.github/workflows/scripts/build_wheels.sh
@@ -160,9 +160,6 @@ CUDAQ_EXCLUDE_LIST=$(for f in $(find $cudaq_prefix/lib -name "*.so" -printf "%P\
160
161
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$(pwd)/_skbuild/lib:$tensorrt_path/lib" \
162
$python -m auditwheel -v repair dist/*.whl $CUDAQ_EXCLUDE_LIST \
163
- --exclude libcudart.so.${cuda_version} \
164
- --exclude libnvinfer.so.10 \
165
- --exclude libnvonnxparser.so.10 \
166
--wheel-dir /wheels \
167
--exclude libcudart.so.${cuda_version} \
168
--exclude libnvinfer.so.10 \
0 commit comments