Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lanluo-nvidia committed Jul 26, 2024
1 parent 9a1b361 commit 0d6280b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/generate-release-matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import sys

RELEASE_CUDA_VERSION = {
"wheel": ["cu121"],
"wheel": ["cu118", "cu121"],
"tarball": ["cu121"],
}
RELEASE_PYTHON_VERSION = {
Expand Down
8 changes: 7 additions & 1 deletion py/ci/soname_excludes.params
Original file line number Diff line number Diff line change
Expand Up @@ -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
--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

0 comments on commit 0d6280b

Please sign in to comment.