Skip to content

Commit

Permalink
publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Dec 1, 2023
1 parent 6dbc8de commit d388c95
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions src/utils/docker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,12 @@ async function buildAndMakeWheel(
let nvLibs: string[] = []
if (useNVWheels) {
nvLibs = [
'libcudnn_cnn_infer.so.8',
'libcudnn_cnn_train.so.8',
'libcudnn_ops_infer.so.8',
'libcudnn_ops_train.so.8',
'libcublas.so.11',
'libcublasLt.so.11'
'libcudnn_cnn_infer.so',
'libcudnn_cnn_train.so',
'libcudnn_ops_infer.so',
'libcudnn_ops_train.so',
'libcublas.so',
'libcublasLt.so'
]
}
const nvLibsExcludes = Array.prototype.concat.apply(
Expand Down

0 comments on commit d388c95

Please sign in to comment.