Merge pull request #283393 from hughobrien/openai-whisper-cpp--cuda-fix

openai-whisper-cpp: fix cuda build
This commit is contained in:
kirillrdy 2024-02-09 11:08:32 +11:00 committed by GitHub
commit 43a713f106
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,7 @@
, SDL2
, makeWrapper
, wget
, which
, Accelerate
, CoreGraphics
, CoreML
@ -39,6 +40,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
patches = [ ./download-models.patch ];
nativeBuildInputs = [
which
makeWrapper
] ++ lib.optionals cudaSupport ( with cudaPackages ;[
cuda_nvcc
@ -60,6 +62,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
# A temporary hack for reducing the closure size, remove once cudaPackages
# have stopped using lndir: https://github.com/NixOS/nixpkgs/issues/271792
cuda_cccl.dev # provides nv/target
cuda_cudart.dev
cuda_cudart.lib
cuda_cudart.static