Merge pull request #239935 from wegank/openai-whisper-cpp-darwin
openai-whisper-cpp: refactor
This commit is contained in:
@@ -31,8 +31,11 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ SDL2 ] ++ lib.optionals stdenv.isDarwin [ Accelerate CoreGraphics CoreML CoreVideo ];
|
||||
|
||||
WHISPER_COREML = lib.optionalString stdenv.isDarwin "1";
|
||||
WHISPER_COREML_ALLOW_FALLBACK = lib.optionalString stdenv.isDarwin "1";
|
||||
env = lib.optionalAttrs stdenv.isDarwin {
|
||||
WHISPER_COREML = "1";
|
||||
WHISPER_COREML_ALLOW_FALLBACK = "1";
|
||||
};
|
||||
|
||||
makeFlags = [ "main" "stream" ];
|
||||
|
||||
installPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user