diff --git a/.github/scripts/generate-release-matrix.py b/.github/scripts/generate-release-matrix.py index d4b05d1c6f..8942e9ad61 100644 --- a/.github/scripts/generate-release-matrix.py +++ b/.github/scripts/generate-release-matrix.py @@ -5,7 +5,7 @@ import sys RELEASE_CUDA_VERSION = { - "wheel": ["cu121"], + "wheel": ["cu118", "cu121"], "tarball": ["cu121"], } RELEASE_PYTHON_VERSION = { diff --git a/py/ci/soname_excludes.params b/py/ci/soname_excludes.params index 53f7f48a65..8cc61d0e20 100644 --- a/py/ci/soname_excludes.params +++ b/py/ci/soname_excludes.params @@ -35,4 +35,10 @@ --exclude libcublas.so.12.1.3.1 --exclude libcublasLt.so.12.1.3.1 --exclude libcudart.so.11.8.89 ---exclude libcudart.so.11 \ No newline at end of file +--exclude libcudart.so.11 +--exclude libcudart.so.12 +--exclude libnvinfer.so.10 +--exclude libnvinfer_plugin.so.10 +--exclude libnvinfer-ea523553.so.10.0.1 +--exclude libcudart-9335f6a2.so.12.1.105 +--exclude libnvinfer_plugin-24528888.so.10.0.1 \ No newline at end of file