Merge pull request #300297 from jonringer/jaxlib-bin-autoadd
jaxlib-bin: use pkgs.autoAddDriverRunpath
This commit is contained in:
commit
9a80c6e84f
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
# See `python3Packages.jax.passthru` for CUDA tests.
|
||||
|
||||
{ absl-py
|
||||
, autoAddDriverRunpath
|
||||
, autoPatchelfHook
|
||||
, buildPythonPackage
|
||||
, config
|
||||
|
@ -23,7 +24,7 @@
|
|||
}:
|
||||
|
||||
let
|
||||
inherit (cudaPackagesGoogle) autoAddDriverRunpath cudaVersion;
|
||||
inherit (cudaPackagesGoogle) cudaVersion;
|
||||
|
||||
version = "0.4.24";
|
||||
|
||||
|
|
Loading…
Reference in a new issue