Skip to content

Commit

Permalink
Fix cu12 size (#123)
Browse files Browse the repository at this point in the history
* publishing

* publishing
  • Loading branch information
jackalcooper authored Dec 7, 2023
1 parent 6dbc8de commit b028e67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion src/utils/docker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,9 @@ async function buildAndMakeWheel(
'libcudnn_ops_infer.so.8',
'libcudnn_ops_train.so.8',
'libcublas.so.11',
'libcublasLt.so.11'
'libcublasLt.so.11',
'libcublas.so.12',
'libcublasLt.so.12'
]
}
const nvLibsExcludes = Array.prototype.concat.apply(
Expand Down

0 comments on commit b028e67

Please sign in to comment.